I would like to know how I can mount an HTTP request for the Facebook API, which returns all users in a given location.
Example: link returns JSON for a post. In my case I would like a JSON with users from a specific location.
I would like to know how I can mount an HTTP request for the Facebook API, which returns all users in a given location.
Example: link returns JSON for a post. In my case I would like a JSON with users from a specific location.
Through the Facebook API you can get the list of friends of a user who are close to this user.
The way you have constructed your question however suggests that you want to get a list of generic users associated with a location (not a user's friends list), and you can not get this information for privacy reasons.