FacebookConnectHelper Class |
Namespace: CMS.MembershipProvider
public static class FacebookConnectHelper
The FacebookConnectHelper type exposes the following members.
Name | Description | |
---|---|---|
FacebookIsAvailable |
Indicates if Facebook Connect is available/enabled on specified site.
| |
GetFacebookApiKey |
Returns api key.
| |
GetFacebookAppSecretKey |
Returns application secret.
| |
GetFacebookEnabled |
Indicates if Facebook Connect is enabled for specified site.
| |
GetFacebookInitScriptForSite |
Returns script for Facebook Connect initialization.
| |
GetFacebookLoginHandlerScript |
Returns login handler script.
| |
GetFacebookLogoutScriptForSignOut |
Returns Facebook Connect logout script including check whether user is logged
to Facebook (if not additional script is executed).
| |
GetFacebookXmlNamespace |
Returns Facebook Connect XML namespace.
| |
InitializeFacebookConnect |
Ensures Facebook connect is initialized. Call on module initialization
| |
ValidateFBAccessToken |
Validate FB access token against https://graph.facebook.com
|