Tag usernames on messages with the Facebook feed post wall API

Is it possible to send a message tagging a facebook user using Facebook Graph API? (from facebook PHP SDK) I've tried the @[id:1:name] method, but it doesn't seems to work. Also, I tried using the message_tags parameter, but no luck. Have anyone done this before? As far as I know, Facebook disabled this option time ago; am I right?

Upvotes: 1

Views: 3524

Answers (2)

Ryan W
Ryan W

Reputation: 6173

Try this, check the Mentioning friends https://developers.facebook.com/docs/opengraph/guides/tagging/

Upvotes: 0

Syed I.R.
Syed I.R.

Reputation: 6230

As far as what i know, it's not supported and it's not possible via their graph api, but i think i came across a link via google which shows a trick to tag anything with any link.etc. Here it is: Click here

P.S I personally didn't test that trick, but i did try tagging using graph api but it didn't work.

Upvotes: 1

Related Questions