File/Yahoo.inc

Description

YOS PHP SDK for accessing social and data apis at Yahoo!

YOS PHP SDK for accessing social and data apis at Yahoo!

  • author: Yahoo! Developer Network
  • copyright: Copyright (c) 2009 Yahoo! Inc. All rights reserved.
  • filesource: Source Code for this file
  • license: BSD
  • example: example not found
Classes
Class Description
 class YahooUtil
 class YahooException
 class YahooLogger Logging wrapper for the Yahoo objects.
 class YahooSession Defines a session between an application and the Yahoo! platform.
 class YahooApplication Represents a Yahoo! application.
 class YahooUser Represents a Yahoo! user.
 class YahooAuthorization
 class CookieSessionStore Cookie-based implementation of the session store. session storage used by the Y!OS PHP SDK. implement their own session store implementations and pass them to YahooSession::hasSession, YahooSession::requireSession and YahooSession::clearSession. to YahooSession::hasSession or YahooSession::requireSession, an instance of a NativeSessionStore is used.
 class NativeSessionStore PHP session based implementation of the session store. session storage used by the Y!OS PHP SDK. implement their own session store implementations and pass them to YahooSession::hasSession, YahooSession::requireSession and YahooSession::clearSession. to YahooSession::hasSession or YahooSession::requireSession, an instance of a NativeSessionStore is used.
 class OAuthClient A simple OAuth client class for making 2 and 3 legged OAuth HTTP requests.
 class YahooHeaderParser
 class YahooConfig Interface to modify the underlying configuration of the library.
Includes
 include_once ("JSON.php") (line 1995)
 require_once ("OAuth.php") (line 54)
Constants
OAUTH_PARAMS_IN_HEADERS = "HEADERS" (line 57)
OAUTH_PARAMS_IN_POST_BODY = "POSTBODY" (line 58)
OAUTH_SIGNATURE_HMAC_SHA1 = "HMAC_SHA1" (line 60)
OAUTH_SIGNATURE_PLAINTEXT = "PLAINTEXT" (line 59)
YAHOO_OAUTH_AT_SESSION_TYPE = "YAHOO_OAUTH_AT_SESSION_TYPE" (line 64)
YAHOO_OAUTH_RT_SESSION_TYPE = "YAHOO_OAUTH_RT_SESSION_TYPE" (line 63)
YAHOO_YAP_SESSION_TYPE = "YAHOO_YAP_SESSION_TYPE" (line 62)
Functions
json_decode (line 1998)
void json_decode ( $json)
  • $json
json_encode (line 2003)
void json_encode ( $value)
  • $value
oauth_http_build_query (line 1964)

An OAuth compatible version of http_build_query. doesn't work because it turns spaces into "+", which isn't allowed by OAuth.

An OAuth compatible version of http_build_query. http_build_query doesn't work because it turns spaces into "+", which isn't allowed by OAuth.

void oauth_http_build_query ( $parameters)
  • $parameters
property_exists (line 1977)

PHP4/5 compatibility functions

PHP4/5 compatibility functions

void property_exists ( $class,  $property)
  • $class
  • $property

Documentation generated on Thu, 22 Oct 2009 12:54:46 -0700 by phpDocumentor 1.4.3