Méthode | Description | |
---|---|---|
ExchangeCodeForAccessTokenTaskAsync ( this facebookOAuthClient, string code ) : Task |
Exchange code for access token asynchronously.
|
|
ExchangeCodeForAccessTokenTaskAsync ( this facebookOAuthClient, string code, object>.IDictionary |
Exchange code for access token asynchronously.
|
|
GetApplicationAccessTokenTaskAsync ( this facebookOAuthClient ) : Task |
Gets the application access token asynchronously.
|
|
GetApplicationAccessTokenTaskAsync ( this facebookOAuthClient, object>.IDictionary |
Gets the application access token asynchronously.
|
public static ExchangeCodeForAccessTokenTaskAsync ( this facebookOAuthClient, string code ) : Task | ||
facebookOAuthClient | this | The Facebook OAuth Client. |
code | string | The code. |
Résultat | Task |
public static ExchangeCodeForAccessTokenTaskAsync ( this facebookOAuthClient, string code, object>.IDictionary |
||
facebookOAuthClient | this | The Facebook OAuth Client. |
code | string | The code. |
parameters | object>.IDictionary | The parameters. |
Résultat | Task |
public static GetApplicationAccessTokenTaskAsync ( this facebookOAuthClient ) : Task | ||
facebookOAuthClient | this | The Facebook OAuth Client. |
Résultat | Task |
public static GetApplicationAccessTokenTaskAsync ( this facebookOAuthClient, object>.IDictionary |
||
facebookOAuthClient | this | The Facebook OAuth Client. |
parameters | object>.IDictionary | The parameters. |
Résultat | Task |