iOS Facebook SDK searching for users with Graph search

自闭症网瘾萝莉.ら 提交于 2019-12-12 16:28:15

问题


I am new to Graph Search, and I want to search for a user with an email address. Is that possible? Right now, I only know how to search with their name, like this:

https://graph.facebook.com/search?q=chandler+de+angelis&type=user&access_token={access_token}

I have an email address, and I need to check if there is a Facebook account with the same email address. How can I accomplish this?


回答1:


The answer to this is from Facebook themselves. In post at https://developers.facebook.com/bugs/335452696581712 a Facebook dev says

The ability to pass in an e-mail address into the "user" search type was removed on July 10, 2013. This search type only returns results that match a user's name (including alternate name).

That's Facebook's new rules.



来源:https://stackoverflow.com/questions/22441340/ios-facebook-sdk-searching-for-users-with-graph-search

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