如何获取 Instagram 个人资料?

How to get Instagram profile?

如何使用 Instagram Graph APIInstagram Basic Display API 获取有关他自己的用户信息(真实姓名和头像) ?

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}"