프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BuildApplicationAccessTokenParameters | object>.IDictionary | ||
BuildApplicationAccessTokenResult | object | ||
BuildExchangeCodeForAccessTokenParameters | object>.IDictionary | ||
BuildExchangeCodeForAccessTokenResult | object | ||
DownloadDataCompleted | void | ||
GetApiEventArgs | Facebook.FacebookApiEventArgs |
메소드 | 설명 | |
---|---|---|
ExchangeCodeForAccessToken ( string code ) : object |
Exchange code for access token.
|
|
ExchangeCodeForAccessToken ( string code, object>.IDictionary |
Exchange code for access token.
|
|
ExchangeCodeForAccessTokenAsync ( string code ) : void |
Exchange code for access token asynchronously.
|
|
ExchangeCodeForAccessTokenAsync ( string code, object>.IDictionary |
Exchange code for access token asynchronously.
|
|
ExchangeCodeForAccessTokenAsync ( string code, object>.IDictionary |
Exchange code for access token asynchronously.
|
|
FacebookOAuthClient ( ) : System |
Initializes a new instance of the FacebookOAuthClient class.
|
|
FacebookOAuthClient ( IFacebookApplication facebookApplication ) : System |
Initializes a new instance of the FacebookOAuthClient class.
|
|
GetApplicationAccessToken ( ) : object |
Gets the application access token.
|
|
GetApplicationAccessToken ( object>.IDictionary |
Gets the application access token.
|
|
GetApplicationAccessTokenAsync ( ) : void |
Gets the application access token asynchronously.
|
|
GetApplicationAccessTokenAsync ( object>.IDictionary |
Gets the application access token asynchronously.
|
|
GetApplicationAccessTokenAsync ( object userToken ) : void |
Gets the application access token asynchronously.
|
|
GetLoginUrl ( ) : |
Gets the login uri.
|
|
GetLoginUrl ( object>.IDictionary |
Gets the login uri. http://developers.facebook.com/docs/reference/dialogs/oauth Parameters that can be used: client_id : Your application's identifier. This is called client_id instead of app_id for this particular method to be compliant with the OAuth 2.0 specification. Required, but automatically specified by most SDKs. redirect_uri : The URL to redirect to after the user clicks a button on the dialog. Required, but automatically specified by most SDKs. scope : Optional. A comma-delimited list of permissions. state : Optional. An opaque string used to maintain application state between the request and callback. When Facebook redirects the user back to your redirect_uri, this value will be included unchanged in the response. response_type : Optional, default is token. The requested response: an access token (token), an authorization code (code), or both (code_and_token). display : The display mode in which to render the dialog. The default is page on the www subdomain and wap on the m subdomain. This is automatically specified by most SDKs. (For WP7 builds it is set to touch.) |
|
GetLoginUrl ( string appId, |
Gets the login url.
|
|
GetLoginUrl ( string appId, |
Gets the login url.
|
|
GetLoginUrl ( string appId, |
Gets the login url.
|
|
GetLoginUrl ( string appId, |
Gets the login url.
|
|
GetLogoutUrl ( ) : |
Gets the logout url.
|
|
GetLogoutUrl ( object>.IDictionary |
Gets the logout url.
|
메소드 | 설명 | |
---|---|---|
GetUrl ( string name, string path, object>.IDictionary |
Build the URL for given domain alias, path and parameters.
|
|
OAuthRequest ( string name, string path, object>.IDictionary |
||
OAuthRequestAsync ( string name, string path, object>.IDictionary |
메소드 | 설명 | |
---|---|---|
BuildApplicationAccessTokenParameters ( object>.IDictionary |
||
BuildApplicationAccessTokenResult ( string responseString ) : object | ||
BuildExchangeCodeForAccessTokenParameters ( object>.IDictionary |
||
BuildExchangeCodeForAccessTokenResult ( string json ) : object | ||
DownloadDataCompleted ( object sender, |
||
GetApiEventArgs ( |
public ExchangeCodeForAccessToken ( string code ) : object | ||
code | string | /// The code. /// |
리턴 | object |
public ExchangeCodeForAccessToken ( string code, object>.IDictionary |
||
code | string | /// The code. /// |
parameters | object>.IDictionary | /// The parameters. /// |
리턴 | object |
public ExchangeCodeForAccessTokenAsync ( string code ) : void | ||
code | string | /// The code. /// |
리턴 | void |
public ExchangeCodeForAccessTokenAsync ( string code, object>.IDictionary |
||
code | string | /// The code. /// |
parameters | object>.IDictionary | /// The parameters. /// |
리턴 | void |
public ExchangeCodeForAccessTokenAsync ( string code, object>.IDictionary |
||
code | string | /// The code. /// |
parameters | object>.IDictionary | /// The parameters. /// |
userToken | object | /// The user token. /// |
리턴 | void |
public FacebookOAuthClient ( IFacebookApplication facebookApplication ) : System | ||
facebookApplication | IFacebookApplication | /// The facebook application. /// |
리턴 | System |
public GetApplicationAccessToken ( object>.IDictionary |
||
parameters | object>.IDictionary | /// The parameters. /// |
리턴 | object |
public GetApplicationAccessTokenAsync ( object>.IDictionary |
||
parameters | object>.IDictionary | /// The parameters. /// |
userToken | object | /// The user token. /// |
리턴 | void |
public GetApplicationAccessTokenAsync ( object userToken ) : void | ||
userToken | object | /// The user token. /// |
리턴 | void |
public GetLoginUrl ( object>.IDictionary |
||
parameters | object>.IDictionary | /// The parameters. /// |
리턴 |
public static GetLoginUrl ( string appId, |
||
appId | string | /// The app id. /// |
redirectUri | /// The redirect Uri. /// | |
리턴 |
public static GetLoginUrl ( string appId, |
||
appId | string | /// The app id. /// |
redirectUri | /// The redirect Uri. /// | |
extendedPermissions | string | /// The extended permissions (scope). /// |
리턴 |
public static GetLoginUrl ( string appId, |
||
appId | string | /// The app id. /// |
redirectUri | /// The redirect Uri. /// | |
extendedPermissions | string | /// The extended permissions (scope). /// |
loginParameters | object>.IDictionary | /// The login parameters. /// |
리턴 |
public static GetLoginUrl ( string appId, |
||
appId | string | /// The app id. /// |
redirectUri | /// The redirect Uri. /// | |
extendedPermissions | string | /// The extended permissions (scope). /// |
logout | bool | /// Indicates whether to logout existing logged in user or not. /// |
loginParameters | object>.IDictionary | /// The login parameters. /// |
리턴 |
public GetLogoutUrl ( object>.IDictionary |
||
parameters | object>.IDictionary | /// The parameters. /// |
리턴 |
protected GetUrl ( string name, string path, object>.IDictionary |
||
name | string | /// The name of the domain (from the domain maps). /// |
path | string | /// Optional path (without a leading slash) /// |
parameters | object>.IDictionary | /// Optional query parameters /// |
리턴 |
protected OAuthRequest ( string name, string path, object>.IDictionary |
||
name | string | |
path | string | |
parameters | object>.IDictionary | |
리턴 | string |
protected OAuthRequestAsync ( string name, string path, object>.IDictionary |
||
name | string | |
path | string | |
parameters | object>.IDictionary | |
userToken | object | |
processResponseString | string>.Func | |
onDownloadComplete | FacebookApiEventArgs>.Action | |
리턴 | void |