Not sure if this is possible, but is there a way to list all users who specify a given location as their "current city" using the Graph API or some other means?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can search for Users and add fields to query by like hometown or location. The user must have opened their privacy settings though to share location with search. https://graph.facebook.com/search?q=Marcus&type=user&access_token= |
|||||||||||
|
|
There is no way to search for users who haven't authorized your app. Currently the search?q=xxxx&type=user searches only on name (facebook used to allow email, but removed that when they found out bad people were using that search to do bad things). |
|||
|
|
|
Impossible, even if the app is authorized. Here are the fields you can search by (marked with *) |
|||
|
|