Click or drag to resize
InstagramApi Constructor
Initializes a new instance of the InstagramApi class.

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
protected InstagramApi(
	string endpoint,
	InstagramConfig instagramConfig,
	OAuthResponse oauthResponse
)

Parameters

endpoint
Type: SystemString
The endpoint.
instagramConfig
Type: InstaSharpInstagramConfig
The instagram configuration.
oauthResponse
Type: InstaSharp.Models.ResponsesOAuthResponse
The oauth response.
See Also