标签: facebook
我需要获取用户的facebook Feed,我有两个帐号。帐户A可以获取Feed详细信息。但帐户B不能。为什么会这样?它与用户facebook设置有关?我使用以下FB api
var url = '/me/feed?fields=place,created_time'; FB.api(url, function (response) { console.log(response); });
答案 0 :(得分:1)
确保:
user_posts