Classes

\

Name Description
BaseFacebook Provides access to the Facebook Platform. This class provides a majority of the functionality needed, but the class is abstract because it is designed to be sub-classed. The subclass must implement the four abstract methods listed at the bottom of the file. EMPTY
Exception No description available EMPTY
Facebook Extends the BaseFacebook class with the intent of using PHP sessions to store user ids and access tokens. EMPTY
FacebookApiException Thrown when an API call returns an exception. EMPTY
FacebookController I don't know, the SDK is not making much sense... EMPTY
OAuthConsumer No description available EMPTY
OAuthDataStore No description available EMPTY
OAuthException No description available EMPTY
OAuthRequest No description available EMPTY
OAuthServer No description available EMPTY
OAuthSignatureMethod A class for implementing a Signature Method See section 9 ("Signing Requests") in the spec EMPTY
OAuthSignatureMethod_HMAC_SHA1 The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104] where the Signature Base String is the text and the key is the concatenated values (each first encoded per Parameter Encoding) of the Consumer Secret and Token Secret, separated by an '&' character (ASCII code 38) even if empty. EMPTY
OAuthSignatureMethod_PLAINTEXT The PLAINTEXT method does not provide any security protection and SHOULD only be used over a secure channel such as HTTPS. It does not use the Signature Base String. EMPTY
OAuthSignatureMethod_RSA_SHA1 The RSA-SHA1 signature method uses the RSASSA-PKCS1-v1_5 signature algorithm as defined in [RFC3447] section 8.2 (more simply known as PKCS#1), using SHA-1 as the hash function for EMSA-PKCS1-v1_5. It is assumed that the Consumer has provided its RSA public key in a verified way to the Service Provider, in a manner which is beyond the scope of this specification. EMPTY
OAuthToken No description available EMPTY
OAuthUtil No description available EMPTY
SocialSiteConfigExtension Add the social-features to the SiteConfig. Not really exciting actually. EMPTY
TwitterController Connect the SS3 CMS to Twitter so you can use it to post to Twitter if you add a new post. EMPTY
TwitterOAuth Twitter OAuth class EMPTY