Find All FB Users Who 'Like' XYZ Page [duplicate] - facebook

This question already has answers here:
Retrieve Facebook Fan Names
(6 answers)
How to list facebook users who like a page or interest [duplicate]
(6 answers)
Closed 9 years ago.
I'm trying to use the Facebook Graph API to pull lists of User IDs where said user 'likes' any given page. Ex: a list of User IDs of those who've liked fb page id 10152294138493306& (coca cola's).
Further, is it possible to filter down this list based on age/gender etc?
Thanks in advance!

https://www.facebook.com/cocacola/likes
Can you see the list of users who liked the page? No, this information is private. And it's the same on the API.

Related

How can I get all posts in Facebook with a certain hashtag [duplicate]

This question already has answers here:
How can we track hashtags with the new facebook hashtag implementation
(2 answers)
Closed 8 years ago.
I'm building a contest app which requires to find images posted by anyone in their Facebook public timeline with a specific hashtag. User doesn't need to like our page or anything. we just want to gather all the posts that is using that particular hashtag.
Could anyone tell me how?
With Graph API v2.0 and the now gone public post search, you don't have the possibility to search for hashtags anymore.
There's the Public Feed API (https://developers.facebook.com/docs/public_feed), but this is restricted to FB partners only.
I don't see that you can achieve what you desire. Sorry.

Retrieving Facebook page's fan [duplicate]

This question already has answers here:
Querying Users who 'like' my Facebook Page
(8 answers)
Closed 9 years ago.
Is it possible to retrieve facebook fans' list from a administrator of a facebook page ? (supposing I am using a facebook app authenticated by this administrator)
No. Facebook does not give you access to a list of page fans through the API.

Facebook integration issue [duplicate]

This question already has answers here:
How to get Facebook friends' email?
(7 answers)
Closed 9 years ago.
Is is possible in iPhone application to get friends email id on Facebook?
No. You can't get friends' emails. Check out graph api permissions.
https://developers.facebook.com/docs/reference/api/permissions/
NO, Its not possible to get email ids of friends although you can ger facebook ids of friends

Post message referencing users [duplicate]

This question already has an answer here:
How to let users tag their friends in a Facebook status update posted from a tab on a Facebook page?
(1 answer)
Closed 8 years ago.
As a facebook app I want to post a message that references a set of users (e.g. #John Doe, #Tom Cruise) so that the message will show up on their wall (and their friends can see).
How can I do this programmatically? Through what API calls?
As stated by aFacebook employee, tagging users in statuses is not available through the API.

The list of all possible Like categories for Facebook Graph API [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Facebook Pages — Authoritative List of Categories
Where I can find the full list of all possible "like" categories in Facebook Graph API?
the closest I've found is at the create a page in facebook. It seems that the like category is related to the page category of what is being liked. You could look at the different categories for each page type.