Свойство | Тип | Описание | |
---|---|---|---|
Base64UrlDecode | byte[] | ||
BatchAsync | void | ||
BatchAsync | void | ||
BatchAsync | void | ||
BuildHttpQuery | string | ||
ComputeHmacSha1Hash | byte[] | ||
ComputeHmacSha256Hash | byte[] | ||
FacebookClient | System | ||
GetException | |||
ParseDialogCallbackUrl | object | ||
ParseOAuthCallbackUrl | |||
ParseSignedRequest | object | ||
ParseUrlQueryString | string | ||
ParseUrlQueryString | string | ||
PrepareBatchRequest | object | ||
PrepareRequest | HttpHelper | ||
ProcessBatchResponse | object | ||
ProcessResponse | object | ||
SerializeParameters | void | ||
SetDefaultJsonSerializers | void | ||
SetJsonSerializers | void | ||
ToDictionary | object>.IDictionary | ||
TryParseOAuthCallbackUrl | bool | ||
TryParseSignedRequest | bool | ||
TryParseSignedRequest | bool |
Метод | Описание | |
---|---|---|
Batch ( ) : object |
Makes a batch request to the Facebook server.
|
|
Batch ( |
Makes a batch request to the Facebook server.
|
|
BatchTaskAsync ( ) : Task |
Makes an asynchronous batch request to the Facebook server.
|
|
BatchTaskAsync ( |
||
BatchTaskAsync ( |
Makes an asynchronous batch request to the Facebook server.
|
|
BatchTaskAsync ( |
||
BatchTaskAsync ( |
Makes an asynchronous batch request to the Facebook server.
|
|
FacebookClient ( string accessToken ) : System |
Initializes a new instance of the FacebookClient class.
|
|
GetDialogUrl ( string dialog, object parameters ) : |
Gets the Facebook dialog url.
|
|
GetLoginUrl ( object parameters ) : |
Gets the Facebook OAuth login url.
|
|
GetLogoutUrl ( object parameters ) : |
Gets the Facebook OAuth logout url.
|
|
ParseSignedRequest ( string signedRequestValue ) : object |
Parse the facebook signed_request.
|
|
SetDefaultHttpWebRequestFactory ( HttpWebRequestWrapper>.Func |
Sets the default http web request factory.
|
|
SetHttpWebRequestFactory ( HttpWebRequestWrapper>.Func |
Sets the http web request factory for the current instance of FacebookClient.
|
|
VerifyGetSubscription ( string requestHubMode, string requestVerifyToken, string requestHubChallenge ) : void |
Verify HTTP_X_HUB_SIGNATURE for HTTP GET.
|
|
VerifyGetSubscription ( string requestHubMode, string requestVerifyToken, string requestHubChallenge, string verifyToken ) : void |
Verify HTTP_X_HUB_SIGNATURE for HTTP GET.
|
|
VerifyPostSubscription ( string requestHttpXHubSignature, string requestBody ) : object |
Verify HTTP_X_HUB_SIGNATURE for HTTP POST.
|
|
VerifyPostSubscription ( string requestHttpXHubSignature, string requestBody, Type resultType ) : object |
Verify HTTP_X_HUB_SIGNATURE for HTTP POST.
|
|
VerifyPostSubscription ( string requestHttpXHubSignature, string requestBody, Type resultType, string appSecret ) : object |
Verify HTTP_X_HUB_SIGNATURE for HTTP POST.
|
|
VerifyPostSubscription ( string requestHttpXHubSignature, string requestBody, string appSecret ) : object |
Verify HTTP_X_HUB_SIGNATURE for HTTP POST.
|
Метод | Описание | |
---|---|---|
Base64UrlDecode ( string base64UrlSafeString ) : byte[] |
Base64 Url decode.
|
|
BatchAsync ( |
||
BatchAsync ( |
||
BatchAsync ( |
||
BuildHttpQuery ( object parameter, string>.Func |
||
ComputeHmacSha1Hash ( byte data, byte key ) : byte[] | ||
ComputeHmacSha256Hash ( byte data, byte key ) : byte[] |
Computes the Hmac Sha 256 Hash.
|
|
FacebookClient ( ) : System |
Initializes a new instance of the FacebookClient class.
|
|
GetException ( HttpHelper httpHelper, object result ) : |
||
ParseDialogCallbackUrl ( |
||
ParseOAuthCallbackUrl ( |
||
ParseSignedRequest ( string appSecret, string signedRequestValue ) : object | ||
ParseUrlQueryString ( string path, object>.IDictionary |
||
ParseUrlQueryString ( string path, object>.IDictionary |
||
PrepareBatchRequest ( FacebookBatchParameter batchParameters, object parameters ) : object | ||
PrepareRequest ( HttpMethod httpMethod, string path, object parameters, Type resultType, Stream &input, bool &containsEtag, IList |
||
ProcessBatchResponse ( object result, IList |
||
ProcessResponse ( HttpHelper httpHelper, string responseString, Type resultType, bool containsEtag, IList |
||
SerializeParameters ( object>.IDictionary |
||
SetDefaultJsonSerializers ( string>.Func | ||
SetJsonSerializers ( string>.Func | ||
ToDictionary ( object parameters, FacebookMediaObject>.IDictionary |
Converts the parameters to IDictionary<string,object>
|
|
TryParseOAuthCallbackUrl ( Uri url, FacebookOAuthResult &facebookOAuthResult ) : bool | ||
TryParseSignedRequest ( string signedRequestValue, object &signedRequest ) : bool | ||
TryParseSignedRequest ( string appSecret, string signedRequestValue, object &signedRequest ) : bool |
public Batch ( |
||
batchParameters | List of batch parameters. | |
parameters | object | The parameters |
Результат | object |
public BatchTaskAsync ( |
||
batchParameters | ||
userToken | object | |
cancellationToken | CancellationToken | |
Результат | Task |
public BatchTaskAsync ( |
||
batchParameters | /// List of batch parameters. /// | |
userState | object | /// The user state. /// |
cancellationToken | CancellationToken | /// The cancellation token. /// |
uploadProgress | System |
|
Результат | Task |
public BatchTaskAsync ( |
||
batchParameters | ||
userToken | object | |
parameters | object | |
cancellationToken | CancellationToken | |
Результат | Task |
public BatchTaskAsync ( |
||
batchParameters | /// List of batch parameters. /// | |
userState | object | /// The user state. /// |
parameters | object | /// The parameters. /// |
cancellationToken | CancellationToken | /// The cancellation token. /// |
uploadProgress | System |
|
Результат | Task |
public FacebookClient ( string accessToken ) : System | ||
accessToken | string | The facebook access_token. |
Результат | System |
public GetDialogUrl ( string dialog, object parameters ) : |
||
dialog | string | /// The dialog name. Values can be oauth, feed, pagetab, friends, pay, apprequests, and send. /// |
parameters | object | /// The parameters. /// |
Результат |
public GetLoginUrl ( object parameters ) : |
||
parameters | object | /// The parameters. /// |
Результат |
public GetLogoutUrl ( object parameters ) : |
||
parameters | object | /// The parameters. /// |
Результат |
public ParseSignedRequest ( string signedRequestValue ) : object | ||
signedRequestValue | string | The signed_request value. |
Результат | object |
public static SetDefaultHttpWebRequestFactory ( HttpWebRequestWrapper>.Func |
||
httpWebRequestFactory | HttpWebRequestWrapper>.Func | |
Результат | void |
public SetHttpWebRequestFactory ( HttpWebRequestWrapper>.Func |
||
httpWebRequestFactory | HttpWebRequestWrapper>.Func | |
Результат | void |
public VerifyGetSubscription ( string requestHubMode, string requestVerifyToken, string requestHubChallenge ) : void | ||
requestHubMode | string | The request hub.mode |
requestVerifyToken | string | The request hub.verify_token |
requestHubChallenge | string | The request hub.challenge |
Результат | void |
public VerifyGetSubscription ( string requestHubMode, string requestVerifyToken, string requestHubChallenge, string verifyToken ) : void | ||
requestHubMode | string | The request hub.mode |
requestVerifyToken | string | The request hub.verify_token |
requestHubChallenge | string | The request hub.challenge |
verifyToken | string | Expected verify token. |
Результат | void |
public VerifyPostSubscription ( string requestHttpXHubSignature, string requestBody ) : object | ||
requestHttpXHubSignature | string | The request HTTP_X_HUB_SIGNATURE |
requestBody | string | The request body. |
Результат | object |
public VerifyPostSubscription ( string requestHttpXHubSignature, string requestBody, Type resultType ) : object | ||
requestHttpXHubSignature | string | The request HTTP_X_HUB_SIGNATURE |
requestBody | string | The request body. |
resultType | Type | The result type. |
Результат | object |
public VerifyPostSubscription ( string requestHttpXHubSignature, string requestBody, Type resultType, string appSecret ) : object | ||
requestHttpXHubSignature | string | The request HTTP_X_HUB_SIGNATURE |
requestBody | string | The request body. |
resultType | Type | The result type. |
appSecret | string | The App secret. |
Результат | object |
public VerifyPostSubscription ( string requestHttpXHubSignature, string requestBody, string appSecret ) : object | ||
requestHttpXHubSignature | string | The request HTTP_X_HUB_SIGNATURE |
requestBody | string | The request body. |
appSecret | string | The App secret. |
Результат | object |