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

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

    Mention it's partially available by open graph now. You can use only when posting an open graph ACTION

    Check: https://developers.facebook.com/docs/opengraph/mention_tagging/

    It seems still impossible to use @mention tagging in classic feed posting via API

提交回复
热议问题