I need to make sign in with Instagram on my web site.
But its looks impossible in Instargam Graph API.
I tried to to a sign in with Facebook and take information about Instagram,
but i do not know how.
I just need to have a real not fake accounts username. That is all.
How can i do it?
2
Answers
The suggested answers are correct. If you want to use the Instagram Graph API to login, you actually use a “Connect with Facebook” button because the Insta Graph API is powered by Facebook’s OAuth.
A lot of the old Instagram (legacy) API is being sunset. You may still be able to build a simple OAuth, but it won’t really give you much data beyond an auth token.
https://www.instagram.com/developer/authentication/
It appears all of the links above are broken – as far as I can tell, as of 2021-11-01 this can only be done via Facebook, still researching to see if Oauth with Instagram credentials VIA Facebook is possible.