Search code examples
instagram-graph-api

How to get Instagram profile?


How to get user information about himself (real name and avatar) using Instagram Graph API or Instagram Basic Display API?


Solution

  • https://developers.facebook.com/docs/instagram-api/getting-started

    curl -i -X GET \
     "https://graph.facebook.com/v5.0/me/accounts?access_token={access-token}"