Post message referencing users [duplicate] - facebook

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.

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.

How to get the facebook friends email address using api? [duplicate]

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.)

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

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.

Facebook friend Request [duplicate]

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.

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