Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
RetrieveRawResponse ( string endpoint ) : string | ||
TumblrClient ( string publicKey, string secretKey ) : System |
Registers API keys to grant access to the API endpoints.
|
|
UpdateAccessToken ( string token, string tokenSecret ) : void |
Registers tokens recieved from authenticated request.
|
public RetrieveRawResponse ( string endpoint ) : string | ||
endpoint | string | |
Résultat | string |
public TumblrClient ( string publicKey, string secretKey ) : System | ||
publicKey | string | The API/consumer key. |
secretKey | string | The associated client secret key. |
Résultat | System |
public static UpdateAccessToken ( string token, string tokenSecret ) : void | ||
token | string | The authenticated token. |
tokenSecret | string | The associated secret token. |
Résultat | void |