从几天开始,Facebook事件列表无效

时间:2018-05-14 05:32:20

标签: php facebook-graph-api

我使用核心php和facebook sdk获取facebook活动列表。它运作良好,但从最近似乎没有获得事件列表。

我使用此代码获取事件列表:

$userProfile = $fb->get('/me?fields=id,first_name,last_name,email,gender,locale,picture,events');
$fbuser = $userProfile->getDecodedBody();

我获得了"id,first_name,last_name,email,gender,locale,picture"之类的所有信息,但现在我不能只获得events

如果有人对此有所了解或遇到同样的问题,请帮帮我!!

此外,如果有人想了解有关代码的更多详细信息,请发表您的意见。

0 个答案:

没有答案