In Facebook Api V10, what is the option for tagging or mentioning a user in my Facebook post. I have tried with @ but it just display like what I wrote in message. Also tried with @{} but result is same. Thanks in advance…
Question posted in Facebook API
The official documentation for the Facebook APIs can be found here.
The official documentation for the Facebook APIs can be found here.
3
Answers
Have you tried @[{username}] ? 🙂
You can use @[user_id],in case for page use @[page_id]
You can only mention pages. User profiles are not allowed.
To mention a page use the format
@[page-id]
. Usernames will not resolve.Here is some additional info: https://developers.facebook.com/docs/pages/mentions/
Note, the Page being mentioned must allow Page tagging.