Reputation: 3525
Does anyone know if it's possible to use Facebook's Graph API to query all the people within a city?
If that's not possible, would it work if I post AJAX request that simulate the action of scroll page down in the search page?
Any suggestions would be much appreciated, thanks!
Upvotes: 0
Views: 869
Reputation: 73984
It´s not possible to get all people in a city, you can only search for users by name: https://developers.facebook.com/docs/graph-api/using-graph-api/v2.2#search
Simulating with AJAX is not allowed because that would be scraping: https://www.facebook.com/apps/site_scraping_tos_terms.php
Upvotes: 1