0

When I get a certain status in "/{status id}" api call, I get the message stripped from the mentions. How can I read the mentions?

Thanks

4

1 回答 1

1

该字段message_tags将给出该帖子中提到的用户/页面的数组

例子:

"message_tags": {
        "13": [
          {
            "id": "92689703737",
            "name": "Tumblr",
            "type": "page",
            "offset": 13,
            "length": 6
          }
        ]
         }
于 2013-09-16T12:20:14.400 回答