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
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
Post a Comment