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.

I would like to include inline links friends within the message of a stream.publish call. Here is example pyFacebook code:

Code:

facebook.request_extended_permission("publish_stream")
facebook.stream.publish("@John Doe is cool")

Is there a way to include markup in the message to do this?

src: http://forum.developers.facebook.net/viewtopic.php?pid=339920

share|improve this question

1 Answer

up vote 2 down vote accepted

Facebook had included a way to do this notifications, about 2 years ago but unfortunately, the functionality hasn't made it's way into the stream publishing methods. So, for right now, it's not possible to tag a user's friends in a post that you are composing via your application. ::sad trombone:: heh

share|improve this answer
it was possible for a while. i do not know if it is still possible. bugs.developers.facebook.net/show_bug.cgi?id=12947 – darlinton May 14 '11 at 23:48

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.