问题描述
|
我正在为我的项目之一使用facebook graph api。我正在使用
PHP的
file_get_contents
查询方法。
$data = json_decode(
file_get_contents(\'https://graph.facebook.com/ids=****FRIENDS***IDS****&fields=id,name,picture&access_token=***********\'),true
);
您可以
添加的朋友ID的
数量限制是多少?
解决方法
查看本教程以使用图形API获取朋友列表