python - How to get the Hometown and Gender of Users from Facebook -


is there way hometown , gender of users comment on specific page post, using facebook graph api or other?

more precisely, when extract comments on page post graph api, shows me ids of users had posted comments. need hometown live in order assign results of sentiment analysis each city.

get /v2.6/{pageid_postid}/comments?fields=from&limit=150 

graph api

so far know twitter api has such possibility (using python’s tweepy library), possible extract such data facebook?

i appreciate might have.

vahid

that´s not possible, need permission authorize user in order hometown, , can´t gender without authorization either.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -