开发者

Searching for more than one user

开发者 https://www.devze.com 2023-04-12 23:04 出处:网络
I would like to use Graph API to search for users whose names are \"John\" or \"Mark\". https://graph.facebook.com/search?q=john&type=user

I would like to use Graph API to search for users whose names are "John" or "Mark".

https://graph.facebook.com/search?q=john&type=user

https://graph.facebook.com/search?q=mark&type=us开发者_开发技巧er

Is it possible to receive those informations using only one request? Something like "q1=mark&q2=john" ?


You could use the batch API to group both requests in a single API call.

http://developers.facebook.com/docs/reference/api/batch/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号