简体   繁体   English

FACEBOOK 信使 APIGRAPH 用户资料

[英]FACEBOOK MESSENGER APIGRAPH USER PROFILE

I hope you can help me我希望你能帮帮我

What happens is that I am trying to obtain the name of the user who is sending a message to my facebook page, according to the apigraph documentation it says that it must be something like this https://graph.facebook.com/v12.0/5?access_token= <PAGE_ACCESS_TOKEN>发生的情况是,我试图获取向我的 facebook 页面发送消息的用户的名称,根据 apigraph 文档,它说它必须类似于https://graph.Z26CAE7718C321840A5A9Z.com/vD6D807BADE5Z。 0/5?access_token= <PAGE_ACCESS_TOKEN>

But at the time of reviewing it in postman it shows me that there is no such user id or that you do not have the necessary permissions但是在 postman 中查看它时,它显示没有这样的用户 ID 或者您没有必要的权限在此处输入图像描述

there is some way to access or what permissions should I request from the api?有什么方法可以访问或者我应该从 api 请求什么权限?

it seems that your app is missing some permissions in order to get the user profile info make sure that you got approved on these permissions:为了获取用户个人资料信息,您的应用似乎缺少一些权限,请确保您已获得这些权限的批准:

  • Business Asset User Profile Access*业务资产用户配置文件访问*
  • pages_user_locale pages_user_locale
  • pages_user_timezone pages_user_timezone
  • pages_user_gender pages_user_gender
  • pages_messaging* pages_messaging*

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM