Is there a way to insert an @mention into a Facebook status update posted with pyfacebook?

后端 未结 5 1346
你的背包
你的背包 2021-01-03 08:50

I have some code like the following in my application:

message = \"Hi, @John Doe!\"
postID = fb.stream.publish(
    message = loader.render_to_string(\'wall_         


        
5条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-03 09:46

    I've also been looking for an answer to this. The facebook website uses the format:

    @[139730900025:PhotoGrabber] is awesome

    to represent the links but I haven't been able to make that work. I re-posted a thread on the facebook forum under the "Stream" category since your post wasn't getting any attention:

    http://forum.developers.facebook.com/viewtopic.php?id=47885

提交回复
热议问题