skip to Main Content

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


  1. 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/

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search