Click or drag to resize
Locations Constructor (InstagramConfig, OAuthResponse)
Locations Endpoints

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Locations(
	InstagramConfig config,
	OAuthResponse auth
)

Parameters

config
Type: InstaSharpInstagramConfig
An instance of the InstaGram config class
auth
Type: InstaSharp.Models.ResponsesOAuthResponse
An instance of the OAuthResponse class.
See Also