Deletes a request token and its associated secret and stores a new access
token and secret.
Namespace: CMS.SocialMediaAssembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- consumerKey
- Type: System String
The Consumer that is exchanging its request token for an access token.
- requestToken
- Type: System String
The Consumer's request token that should be deleted/expired.
- accessToken
- Type: System String
The new access token that is being issued to the Consumer.
- accessTokenSecret
- Type: System String
The secret associated with the newly issued access token.
See Also