我正在使用消费者Facebook开发者帐户。我需要从以下端点获取用户媒体信息。尤其需要获取用户全名,电子邮件和个人资料图片的网址
请求:
https://graph.instagram.com/{user-id}?fields=id,username,account_type,media_count&access_token=xxxxxxxxxxxxxxxxxxxxxxx
回复:
{
id: "3454354543543345",
username: "test",
account_type: "PERSONAL",
media_count: 22
}