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.

can anyone please tell me how to tag user's friend in a wall post made by my app on user's wall. say bob is a friend of emily. i have an application that, tells all the friends name starting with e. now when i make a post on bob's wall : "hey bob emily i your friend whose name starts with e" i want emily to be tagged.

Please let me know how to do it.

thanks!!

share|improve this question

1 Answer

If you want the name of the users in the message to become links to their profile, use : @ in front of their FULL name with no space after the at symbol.

for John Smith, it would be @John Smith

Is that what you want ?


Update : It seems not possible using the graph api right now. Only manually.

See : Tagging people in a Facebook Post?

And : http://www.quora.com/Is-there-a-way-to-tag-a-Facebook-user-via-the-Facebook-Graph-API


Update 2: It is definitively not (yet) possible through facebook api's.

There are tickets about this in facebook bug tracker :

http://bugs.developers.facebook.net/show_bug.cgi?id=12074

http://bugs.developers.facebook.net/show_bug.cgi?id=13174

share|improve this answer
sorry i tried that it was not working. – whatf Apr 27 '11 at 12:31
you are right, I edited my post .. – dwarfy Apr 27 '11 at 12:36
well i donot agree there are apps, which tag your friend facebook.com/apps/application.php?id=193426267357770 – whatf Apr 27 '11 at 12:59
I guess it's not documented yet, we have to find out ... – dwarfy Apr 27 '11 at 23:28
next time, before answering please make sure what you answer, thanks!! – whatf Apr 28 '11 at 11:26
show 2 more comments

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.