如何从API获取看不见/未读的通知计数?

时间:2016-03-16 17:38:25

标签: javascript php json getstream-io

我正在使用PHP。我想要PHP中未读/未看到的计数,而不使用JavaScript实时通知库。我该怎么做?

我在JavaScript库中看到你得到以下信息:

"data": {
    "deleted": "array activities or aggregated activities",
    "new": "array activities or aggregated activities",
    "unread":"int only sent for notification feeds",
    "unseen":"int only sent for notification feeds",
    "published_at":"time in iso format",
},

1 个答案:

答案 0 :(得分:1)

使用PHP接收服务器端更新的唯一方法是请求访问Web挂钩或Amazon SQS更新。

有关此功能的更多信息,请参阅文档here