I have been trying to fetch my address by using the Graph API Explorer :
https://developers.facebook.com/tools/explorer/ :
- Get token
- Enabled all the checks
- Create token
- Add fields ‘address’
- Set address in FB-profile
- Search
- API can’t find any address?
Am I missing something?
Thanks in advance
2
Answers
Im not sure Facebook allows the extraction of that level of individual data anymore. They made major changes to the graph in late January, just before the Cambridge analytica controversy
The only way you probably could get that level of data is perhaps using something like Selenium or Scrapy.
You need to give
user_location
permission while requesting for the token.then
you can use
to get the location of the user.
The response will be in the format