Facebook、Graph API:增加仪表板计数器
在旧版 API 中,可以增加仪表板计数器,但我在图形 API 中找不到类似的内容。有替代品吗?
In legacy API it was possible to increase dashboard counter, but I can't find anything like this in Graph API. Is there a substitute for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
今年早些时候今年 Facebook 推出了请求对话框。开发人员不再自己“增加”请求,而是仅在用户响应请求时进行处理并“删除”它。
有关此内容的更多信息可以在文档中找到,我已经编写了一些关于此的教程:
如何:使用 Facebook Graph API 发送应用程序请求
如何:处理使用 Facebook Graph API 的应用程序请求
Earlier this year Facebook introduced the Request dialog. Where the developer is no longer "incrementing" the request himself and instead only handle when the user respond to the request and "delete" it.
More about this can be found in the document and I've wrote a couple of tutorials about this:
How To: Send An Application Request Using The Facebook Graph API
How To: Handle Application Requests Using The Facebook Graph API