使用Facebook Graph API使用file_get_contents的朋友ID限制?

问题描述

| 我正在为我的项目之一使用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获取朋友列表