Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Facebookで特定のユーザーを名前(フルネームやファーストネームなど)で検索する必要があります。ユーザーのアクセストークンがなくてもそれを行うことは可能ですか?
いいえ、それはできません、
せいぜい、ユーザーオブジェクトを検索できます(検索タイプを指定する必要があることに注意してください)(jashwantに関連するすべてのものが含まれます)
http://graph.facebook.com/search?q=jashwant
でも、これ
http://graph.facebook.com/search?q=jashwant&type=user
要求されたURLにaccess_tokenを追加します。