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
Related
This question already has answers here:
How can I get facebook friends list email addresses?
(6 answers)
Closed 9 years ago.
I get current user email Address I need to get the facebook friends email
Read the documentation here
https://developers.facebook.com/docs/reference/login/email-permissions/
It is mentioned clearly that you cannot obtain it, quoting from documentation
(Note: There is no way for apps to obtain email addresses for a user's friends.)
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.
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.
This question already has an answer here:
Closed 10 years ago.
Possible Duplicate:
Send Friend request with facebook graph api in iphone
I have an issue in sending a friend request in facebook through my iphone app. I dint find any api for that. If anyone here could help me out in this i wud be very thankfull to them.
Thanks
Abhishek
No. You cannot send Friend Request using the API. But you can direct users to User's page, inside webView to see the Friend request button.
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.