那么订阅接收回调正常了,现在下一步是什么?
所以我已经设置了订阅,并且我正在收到带有一些数据的回调。现在我接下来要做什么,我所看到的只是一个人的 UID 以及一个与 UID 相同的 ID。
我一直在努力寻找例子,以及下一步需要做什么。
那么我如何获取有关更新的更多信息,有人有我需要做什么的示例吗?
So I have set up the subscription, and I am receiving the callback with some data. Now what do I do next, all I am seeing is a the persons UID the time it was made and an ID which is the same as the UID.
I have been trying to find examples, and what I need to do next.
So how do I get more info about the update, someone have an example of what I need to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回调告诉你发生了什么事。
要获取“该更改的详细信息是什么”,您需要根据回调中的信息获取它(例如,通过读取该 UID 的用户源/用户配置文件)。
您可以在 FB 文档中找到有关实时更新的示例。
the callback tells you something happened.
And to get "what is the details for that change", you need to get it based on the info in the callback (e.g. by reading the user feed / user profile for that UID).
you can find example in FB doc on the real time update.