Tagging a user in a wall post/update using Facebook API

前端 未结 3 1596
隐瞒了意图╮
隐瞒了意图╮ 2020-12-06 07:57

I\'m using stream.publish to write to the user\'s wall and attempted to get \"@ tagging\" to work but with no avail.

If the user\'s name is Fred and his uid is 1234,

3条回答
  •  广开言路
    2020-12-06 08:38

    the correct syntax is

    @[user_id:1:name]

    it shows as a tag, but it doesn't trigger a notification. Anyone knows why?

提交回复
热议问题