Facebook API: 一个页面的私人消息
Facebook API: private messages of a page
我正在尝试访问发送到我的 FB 页面 的私人消息。我一直在寻找一种方法来做到这一点,但很多信息已经很老了。
我目前正在使用 /conversations
但这只能 returns link 聊天。我只想要该消息的内容并能够回复该消息。
我在某处读到(但这个 post 也有点旧)没有办法做到这一点。 2016年还是这样吗?
这将是获取特定对话消息的端点:
/{conversation-id}/messages
来源:https://developers.facebook.com/docs/graph-api/reference/conversation/messages/#read
使用 "since" 参数的基于时间的分页:https://developers.facebook.com/docs/graph-api/using-graph-api#paging
我正在尝试访问发送到我的 FB 页面 的私人消息。我一直在寻找一种方法来做到这一点,但很多信息已经很老了。
我目前正在使用 /conversations
但这只能 returns link 聊天。我只想要该消息的内容并能够回复该消息。
我在某处读到(但这个 post 也有点旧)没有办法做到这一点。 2016年还是这样吗?
这将是获取特定对话消息的端点:
/{conversation-id}/messages
来源:https://developers.facebook.com/docs/graph-api/reference/conversation/messages/#read
使用 "since" 参数的基于时间的分页:https://developers.facebook.com/docs/graph-api/using-graph-api#paging