Retrieve users from a given location with API Facebook

0

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.

    
asked by anonymous 08.10.2014 / 16:05

1 answer

1

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.

    
08.10.2014 / 16:09