TokenManager ExpireRequestTokenAndStoreNewAccessToken Method Kentico 8.0 API Reference
Deletes a request token and its associated secret and stores a new access token and secret.

Namespace: CMS.SocialMedia
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

consumerKey
Type: OnlineSystem String
The Consumer that is exchanging its request token for an access token.
requestToken
Type: OnlineSystem String
The Consumer's request token that should be deleted/expired.
accessToken
Type: OnlineSystem String
The new access token that is being issued to the Consumer.
accessTokenSecret
Type: OnlineSystem String
The secret associated with the newly issued access token.
See Also