某人如何成为我的应用程序的用户?
我正在尝试学习如何使用实时更新 API。据我了解,如果我为我的应用程序创建对象类型“用户”的订阅,每当我的应用程序的用户更改指定字段之一时,我都会收到更新。
所以问题是:谁是我的应用程序的用户?什么时候才能成为我的应用程序的用户?是他/她第一次使用的时候吗?是在他/她安装的时候吗?仅当用户登录时发生更改时我才会收到更新吗?等等。
我想了解以下每种情况的确切答案: - 一个网站 - 本机或桌面应用程序 - Facebook 上的应用程序 - 页面选项卡
我在文档中找不到任何解释。
提前致谢 米。
I'm trying to learn how to use the realtime update API. As far as I understand, if I create a subscription for my application to the object type "user", I will get an update whenever a user of my application changes one of the specified fields.
So the questuon is: Who is a user of my application? When does one become my application's user? Is it when he/she uses it the first time? Is it when he/she installs it? Do I get updates only if the changes happen while the user is logged in? Etc.
I'd like to understant the exact answer in each of the following cases:
- a Website
- a native or desktop app
- an app on facebook
- a page tab
I can't find any of this explained in the Documentation.
Thanks in advance
m.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是他/她安装它的时候。
当它更改 Facebook 个人资料上的某些内容时,您的 url 将被 ping(您必须在应用程序设置中设置),请在此处阅读 http://developers.facebook.com/docs/reference/api/realtime/
it is when he/she installs it.
when it change something on facebook profile, your url will be pinged(you must set in app settings) take a read here http://developers.facebook.com/docs/reference/api/realtime/