Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tagging/Mentioning Pages or Users in Posts via Graph Api

Does anybody know a legal and working way to tag / mention other Pages or Users in a Post sent via Graph Api?

I hear it worked some time ago with [ID:USER], but this is not working anymore.

Anybody knows how to do this?

like image 352
ClubDesign Avatar asked Sep 12 '13 23:09

ClubDesign


People also ask

How do you mention in a post?

How do I mention people, Pages or groups in a post or comment on Facebook? Type the person's name with a capitalized first letter. Select a name from the list that appears. Type "@" and then the Page's or group's name.

What is a page mention?

The Page Mentioning feature allows your app mention any Facebook Page when publishing posts on the Pages managed by your app. To use Page Mentioning, your app needs to have been granted the manage_pages and publish_pages permissions.


1 Answers

You can't tag people on a feed using the Graph API, you have to use Open Graph concepts- Mention Tagging/ Action Tagging (based on your requirement)

There's a small workaround (not preferred), you can look if it fits your requirement.

But if you want to post a photo, then you can tag the people using tag parameter.

Good luck!

like image 181
Sahil Mittal Avatar answered Sep 25 '22 04:09

Sahil Mittal