Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Quick question. I have a site that publishes user activities back to their wall using Open Graph API. I was wondering if I can use the "@" sign for mentioning user's friends in the message that I want to publish.

If yes, how would I go about this?

share|improve this question

2 Answers

up vote 1 down vote accepted

No you cannot, that is only available on the native Facebook site via a JavaScript call. You cannot do this with api calls

share|improve this answer

You can't do it on the wall, however you can do it when publishing stories to the app dashboard with the syntax @:USER_ID

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.