<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.oauth.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'ref.oauth.php',
    1 => 'OAuth 関数',
    2 => 'OAuth 関数',
  ),
  'up' => 
  array (
    0 => 'book.oauth.php',
    1 => 'OAuth',
  ),
  'prev' => 
  array (
    0 => 'oauth.examples.fireeagle.php',
    1 => '米Yahoo! の位置情報プラットフォーム FireEagle の例',
  ),
  'next' => 
  array (
    0 => 'function.oauth-get-sbs.php',
    1 => 'oauth_get_sbs',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/oauth/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.oauth.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.oauth" class="reference">
 <h1 class="title">OAuth 関数</h1>

 












<h2>目次</h2><ul class="chunklist chunklist_reference"><li><a href="function.oauth-get-sbs.php">oauth_get_sbs</a> — SBSを生成する</li><li><a href="function.oauth-urlencode.php">oauth_urlencode</a> — URI を RFC 3686 形式でエンコードする</li></ul>
</div>
<?php manual_footer($setup); ?>