我正在使用 Facebook PHP API 搜索用户,如下所示:
$fb_friends = $this->facebook->api('/search?q=polo&type=user&fields=id,name,first_name,last_name,gender,location,picture.width(215)');
是否可以让返回的用户先按好友排序?如果没有,我如何使用 API ('/me/friends/') 检索我的朋友,但只能检索与我的查询字符串 'polo' 匹配的朋友?如果没有 FQL,这可能吗?