downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/book.oauth.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.webservice.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'book.oauth.php',
   
1 => 'OAuth',
  ),
 
'up' =>
  array (
   
0 => 'refs.webservice.php',
   
1 => 'Web Services',
  ),
 
'prev' =>
  array (
   
0 => 'refs.webservice.php',
   
1 => 'Web Services',
  ),
 
'next' =>
  array (
   
0 => 'intro.oauth.php',
   
1 => 'Introduction',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">OAuth</h1>

 

 







 







 







 







 





 
 





 

<ul class="chunklist chunklist_book"><li><a href="intro.oauth.php">Introduction</a></li><li><a href="oauth.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="oauth.requirements.php">Requirements</a></li><li><a href="oauth.installation.php">Installation</a></li><li><a href="oauth.configuration.php">Runtime Configuration</a></li><li><a href="oauth.resources.php">Resource Types</a></li></ul></li><li><a href="oauth.constants.php">Predefined Constants</a></li><li><a href="oauth.examples.php">Examples</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="oauth.examples.fireeagle.php">FireEagle</a></li></ul></li><li><a href="ref.oauth.php">OAuth Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.oauth_get_sbs.php">oauth_get_sbs</a> — Generate a Signature Base String</li><li><a href="function.oauth-urlencode.php">oauth_urlencode</a> — Encode a URI to RFC3686</li></ul></li><li><a href="class.oauth.php">OAuth</a> — The OAuth class<ul class="chunklist chunklist_book chunklist_children"><li><a href="oauth.construct.php">OAuth::__construct</a> — Create a new OAuth object</li><li><a href="oauth.disabledebug.php">OAuth::disableDebug</a> — Turn off verbose debugging</li><li><a href="oauth.disablesslchecks.php">OAuth::disableSSLChecks</a> — Turn off SSL checks</li><li><a href="oauth.enabledebug.php">OAuth::enableDebug</a> — Turn on verbose debugging</li><li><a href="oauth.enablesslchecks.php">OAuth::enableSSLChecks</a> — Turn on SSL checks</li><li><a href="oauth.fetch.php">OAuth::fetch</a> — Fetch an OAuth protected resource</li><li><a href="oauth.getaccesstoken.php">OAuth::getAccessToken</a> — Fetch an access token</li><li><a href="oauth.getlastresponse.php">OAuth::getLastResponse</a> — Get the last response</li><li><a href="oauth.getlastresponseinfo.php">OAuth::getLastResponseInfo</a> — Get HTTP information about the last response</li><li><a href="oauth.getrequesttoken.php">OAuth::getRequestToken</a> — Fetch a request token</li><li><a href="oauth.setauthtype.php">OAuth::setAuthType</a> — Set authorization type</li><li><a href="oauth.setnonce.php">OAuth::setNonce</a> — Set the nonce for subsequent requests</li><li><a href="oauth.settoken.php">OAuth::setToken</a> — Sets the token and secret</li><li><a href="oauth.setversion.php">OAuth::setVersion</a> — Set the OAuth version</li></ul></li><li><a href="class.oauthexception.php">OAuthException</a> — OAuthException class</li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites