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

后端 未结 5 1235
你的背包
你的背包 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:44

    I'm pretty sure this is impossible at the moment. If it were posible by using the format that tam7t suggested it should work... Your best bet is asking them to add that to their api stream parser.

提交回复
热议问题