How can I get pic_squre and sex from user id's I already have

孤者浪人 提交于 2020-01-07 03:17:27

问题


I am creating an application in which user can select 10 friends of the user to tag.

I can get those selected 10 friends uids into an array, like:

xyz[0]=1234567
xyz[1]=5364753

What is the FQL query to select pic_squarw and uid where the user id is id in the array, xyz[].


回答1:


$data->sex http://graph.facebook.com/zuck

cropped picture http://graph.facebook.com/zuck/picture



来源:https://stackoverflow.com/questions/7786618/how-can-i-get-pic-squre-and-sex-from-user-ids-i-already-have

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!