答案 0 :(得分:1)
检查消息平台 - 用户配置文件API。 https://developers.facebook.com/docs/messenger-platform/user-profile
curl -X GET "https://graph.facebook.com/v2.6/<USER_ID>?fields=first_name,last_name,profile_pic,locale,timezone,gender&access_token=PAGE_ACCESS_TOKEN"
此调用只能通过发送API收到的有效用户ID 进行。 标准Facebook用户ID 不起作用。