有没有办法使用所有权限在一个图表api调用中获取用户的朋友信息+用户的个人信息。
权限:user_birthday,friends_birthday,friends_current_location
我正在进行此图api调用:https://graph.facebook.com/me?birthday,friends?fields=birthday,current_location&access_token。
这对我不起作用。有什么方法可以在一个API呼叫中访问上面提供的信息。 ?
答案 0 :(得分:0)
好吧,我的坏!
有效。使用此电话获取生日。您也可以将current_location添加到字段中:
$funnel = $facebook->api('/me/friends?fields=name,gender,birthday&access_token='.$at);