-1

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

Ramon Medeiros
  • 2,272
  • 2
  • 24
  • 41

1 Answers1

0

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}"
Das_Geek
  • 2,775
  • 7
  • 20
  • 26
Ramon Medeiros
  • 2,272
  • 2
  • 24
  • 41