Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在查询我的朋友,而不是返回 283,而是使用分页键返回 274。有没有可能我的 9 个朋友的隐私设置不包含在见解中?这是我正在使用的代码:
$friends = $facebook->api('/me/friends'); print "<pre>"; print_r($friends); print "</pre>";
根据您的代码,它将return列出您的facebook friends. 当然,它有page key一个限制为5000.
return
facebook friends
page key
5000
要仔细检查您的返回回调总数count,您可以在此处查看
count
点击这里