【发布时间】:2016-08-09 06:31:38
【问题描述】:
我已经批准了 manage_page 权限,但是当用户登录时,Facebook 只询问:电子邮件、public_profile 和 user_friends。
我在 php 中获取用户页面和链接的代码是:
$request = new FacebookRequest( $session, 'GET', '/me/accounts/user?fields=name,id,fan_count');
$response = $request->execute();
$accounts = $response->getGraphObject()->asArray();
我的应用权限截图如下: link
【问题讨论】:
-
最有趣的问题是:如果您甚至不使用它,您是如何获得 Facebook 批准的?
-
我的 php 代码应该返回页面和喜欢。我使用测试用户并正常工作