[yos-social-php] element index

Package indexes

All elements
a c d e f g h i j l n o p q r s t v y
a
top
Variable $accepts
Variable $accessToken
Variable $application
Variable $applicationId
Method accessTokenExpired
Method addContact
c
top
Variable $client
YahooUser::$client in Yahoo.inc
Variable $client
Variable $client
Variable $consumer
Variable $consumer
Variable $consumer
Method checkExpired
Checks to see if the code and headers indicate an expired OAuth token.
Method checkSession
Method clearAccessToken
Clears the access token from the session store.
Method clearAccessToken
Clears the access token from the session store.
Method clearAccessToken
YahooSessionStore::clearAccessToken() in YahooSessionStore.inc
Clears the access token from the session store.
Method clearRequestToken
Clears the request token from the session store.
Method clearRequestToken
Clears the request token from the session store.
Method clearRequestToken
Clears the request token from the session store.
Method clearSession
Destroys the current session, effectively logging out the current user.
Class CookieSessionStore
CookieSessionStore in Yahoo.inc
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.
Method createAuthorizationUrl
Method createAuthorizationUrl
Creates authorization URLs, allowing applications to manage their user experience when the user needs to be sent to Yahoo! to authorize the application to access their account.
Method current_url
d
top
Variable $defaultTimeout
Method debug
Log a message at the debug level.
Method delete
Executes a properly signed OAuth HTTP DELETE request.
Method deleteUpdate
Deletes the update of the given SUID. that were inserted by your own application. delete updates from other applications.
e
top
Method error
Log a message at the error level.
f
top
Method fetchAccessToken
YahooSessionStore::fetchAccessToken() in YahooSessionStore.inc
Fetches and returns the access token from the session store.
Method fetchAccessToken
Fetches and returns the access token from the session store.
Method fetchAccessToken
Fetches and returns the access token from the session store.
Method fetchRequestToken
Fetches and returns the request token from the session store.
Method fetchRequestToken
Fetches and returns the request token from the session store.
Method fetchRequestToken
Fetches and returns the request token from the session store.
g
top
Variable $guid
YahooSession::$guid in Yahoo.inc
Variable $guid
YahooUser::$guid in Yahoo.inc
Method get
OAuthClient::get() in Yahoo.inc
Executes a properly signed OAuth HTTP GET request.
Method get
Method getAccessToken
Method getAccessToken
Method getAccessTokenProxy
Method getApplicationId
Method getConnections
Gets a list of connections for the current user.
Method getConnectionUpdates
Gets the updates for the connections of the current user.
Method getConsumer
Method getContact
Method getContacts
Gets a list of contacts for the current user.
Method getContactSync
Method getOwner
Gets the user who owns the application install.
Method getPresence
Gets the presence of the user, including the status.
Method getProfile
Loads the extended profile of the current user.
Method getRequestToken
Method getSessionedUser
Gets the currently sessioned user.
Method getStatus
Gets the user's status message.
Method getUpdates
Gets the updates for the current user.
Method getUser
Gets the user indicated by the GUID given.
Method get_resource
h
top
Variable $headers
Method hasAccessToken
Indicates if the session store has an access token.
Method hasAccessToken
Indicates if the session store has an access token.
Method hasAccessToken
YahooSessionStore::hasAccessToken() in YahooSessionStore.inc
Indicates if the session store has an access token.
Method hasRequestToken
YahooSessionStore::hasRequestToken() in YahooSessionStore.inc
Indicates if the session store has a request token.
Method hasRequestToken
Indicates if the session store has a request token.
Method hasRequestToken
Indicates if the session store has a request token.
Method hasSession
Checks to see if there is a session in this PHP page request.
i
top
Method info
YahooLogger::info() in Yahoo.inc
Log a message at the info level.
Method initSession
Method initSessionFromYAP
Method insertUpdate
Inserts an update for the current user.
Method is_response_error
Method is_yap_canvas
j
top
Function json_decode
json_decode() in Yahoo.inc
Function json_encode
json_encode() in Yahoo.inc
l
top
Method listConnectionUpdates
Gets the updates for the connections of the current user.
Method listUpdates
Lists the updates for the current user.
Method loadProfile
Loads the extended profile of the current user.
n
top
Method NativeSessionStore
Class NativeSessionStore
NativeSessionStore in Yahoo.inc
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.
o
top
Variable $oauthParamsLocation
Method OAuthClient
Constructs a new OAuth client.
Class OAuthClient
OAuthClient in Yahoo.inc
A simple OAuth client class for making 2 and 3 legged OAuth HTTP requests.
Function oauth_http_build_query
An OAuth compatible version of http_build_query. doesn't work because it turns spaces into "+", which isn't allowed by OAuth.
Constant OAUTH_PARAMS_IN_HEADERS
Constant OAUTH_PARAMS_IN_POST_BODY
Constant OAUTH_SIGNATURE_HMAC_SHA1
Constant OAUTH_SIGNATURE_PLAINTEXT
p
top
Method post
OAuthClient::post() in Yahoo.inc
Executes a properly signed OAuth HTTP POST request.
Function property_exists
property_exists() in Yahoo.inc
PHP4/5 compatibility functions
Method put
OAuthClient::put() in Yahoo.inc
Executes a properly signed OAuth HTTP PUT request.
q
top
Method query
Executes the given YQL query.
Method query
Executes the given YQL query.
r
top
Method read
Method redirectForAuthorization
Method request
Method requireSession
Requires that there be a session in this PHP page request. a redirect for the user to log in, if necessary. requireSession() before any data is sent back to the user in order for the redirect to work.
s
top
Variable $session
YahooUser::$session in Yahoo.inc
Variable $sessioned
Variable $signatureMethod
Method setDebug
Enables/disables session debugging.
Method setDebugDestination
Allows callers to configure where debugging output is sent.
Method setOauthHostname
Method setPresence
Sets the presence of the user.
Method setPresenceWsHostname
Method setQueryWsHostname
Method setSmallView
Sets the small view for the current user.
Method setSmallView
Sets the small view for the user given by the GUID.
Method setSocialWsHostname
Method setStatus
Sets the user's status message.
Method setUpdatesWsHostname
Method setYapWsHostname
Method storeAccessToken
YahooSessionStore::storeAccessToken() in YahooSessionStore.inc
Stores the given access token in the session store.
Method storeAccessToken
Stores the given access token in the session store.
Method storeAccessToken
Stores the given access token in the session store.
Method storeRequestToken
Stores the given request token in the session store.
Method storeRequestToken
Stores the given request token in the session store.
Method storeRequestToken
Stores the given request token in the session store.
Method syncContacts
t
top
Variable $token
Variable $token
OAuthClient::$token in Yahoo.inc
v
top
Method verify_signature
y
top
Page Yahoo.inc
Yahoo.inc in Yahoo.inc
Class YahooApplication
YahooApplication in Yahoo.inc
Represents a Yahoo! application.
Method YahooApplication
Constructs a new YahooApplication object.
Class YahooAuthorization
YahooAuthorization in Yahoo.inc
Class YahooConfig
YahooConfig in Yahoo.inc
Interface to modify the underlying configuration of the library.
Class YahooException
YahooException in Yahoo.inc
Method YahooHeaderParser
Class YahooHeaderParser
YahooHeaderParser in Yahoo.inc
Class YahooLogger
YahooLogger in Yahoo.inc
Logging wrapper for the Yahoo objects.
Class YahooSession
YahooSession in Yahoo.inc
Defines a session between an application and the Yahoo! platform.
Method YahooSession
Class YahooSessionStore
YahooSessionStore in YahooSessionStore.inc
The session store interface. own session store implementations and pass them to YahooSession::hasSession, YahooSession::requireSession and YahooSession::clearSession.
Page YahooSessionStore.inc
YahooSessionStore.inc in YahooSessionStore.inc
Method YahooUser
Class YahooUser
YahooUser in Yahoo.inc
Represents a Yahoo! user.
Class YahooUtil
YahooUtil in Yahoo.inc
Constant YAHOO_OAUTH_AT_SESSION_TYPE
Constant YAHOO_OAUTH_RT_SESSION_TYPE
Constant YAHOO_YAP_SESSION_TYPE
a c d e f g h i j l n o p q r s t v y