How to get user information about himself (real name and avatar) using Instagram Graph API or Instagram Basic Display API?
Asked
Active
Viewed 370 times
-1
-
did you ever figure this out? – Akash Kundu Dec 24 '20 at 01:49
1 Answers
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