TemperMichael / Instagram-API-Xamarin

An example project which allows you to login on Instagram and get data from the endpoints of the Instagram API.
5 stars 3 forks source link

Sorry, This Page isn't available. #1

Open JonasTillges opened 6 years ago

JonasTillges commented 6 years ago

Hello Michael, Thank you so much for this awesome API!!

After the log in i am getting this error:

bildschirmfoto 2018-03-07 um 17 22 32

Thanks in advance, Jonas

TemperMichael commented 6 years ago

Hey, great to hear that you like it! :)

I implemented the API some time ago, so i am not completely sure if this is the correct solution, but you can give it a try.

I think you have to register your own app at: https://www.instagram.com/developer/

And then you get an Authorization URL which you have to insert in the „Instagram-API-Xamarin/InstagramApp/InstagramApp/InstagramAPI/Constants.cs“ class for the variable: public static string AuthorizationUrl

I hope this helps :)

Best Regards, Michael

bastianbecker21 commented 5 years ago

@JonasTillges I am facing same problem, did you get solution for it?

TemperMichael commented 5 years ago

@bastianbecker21 was my previous solution mentioned above not correct? Since it is an authentication problem it should work how I described it.