Click or drag to resize
OAuthAuthLink Method
Authentications the link.

Namespace: InstaSharp
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static string AuthLink(
	string instagramOAuthUri,
	string clientId,
	string callbackUri,
	List<OAuthScope> scopes,
	OAuthResponseType responseType = OAuthResponseType.Token
)

Parameters

instagramOAuthUri
Type: SystemString
The instagram o authentication URI.
clientId
Type: SystemString
The client identifier.
callbackUri
Type: SystemString
The callback URI.
scopes
Type: System.Collections.GenericListOAuthScope
The scopes.
responseType (Optional)
Type: InstaSharpOAuthResponseType
Type of the response.

Return Value

Type: String
The authentication url
See Also