burkeholland / InstaSharp

A c# wrapper for the Instagram API
Apache License 2.0
48 stars 1 forks source link

Problem with differentes URIs #39

Closed chemitaxis closed 10 years ago

chemitaxis commented 10 years ago

You can't configure two URIs for use the Server-side (Explicit) Flow, beacuse you need two URl and the object InstagramConfig only support one:

https://api.instagram.com/oauth/authorize

https://api.instagram.com/oauth/access_token

I'll try to solve ASAP ;)