如何使用instagram图表api获取用户电子邮件和全名

时间:2019-12-17 06:14:35

标签: instagram-graph-api

我正在使用消费者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
}

引自文档:notes getting-profile-info

0 个答案:

没有答案