Click or drag to resize
OAuthRequestToken Method
Requests the token.

Namespace: InstaSharp
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<OAuthResponse> RequestToken(
	string code
)

Parameters

code
Type: SystemString
The code.

Return Value

Type: TaskOAuthResponse
An OAuthResponse object
See Also