如何实现Facebook应用程序“使用前点赞”?
许多 Facebook 应用程序在使用前都会询问您“喜欢”它。如何实施?有专门的API吗?
Many Facebook app ask you "like" it before use it. How to implement it? Is there special API for it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
FBML 页面已被弃用,您现在只能创建 iframe 粉丝页面。当用户导航到您的页面时,Facebook 会发送一个您需要解码的signed_request 参数。 本文有一个关于如何操作的演练。
FBML pages have been deprecated and you can now only create iframe fan pages. When the user navigates to your page, Facebook sends a signed_request parameter that you will need to decode. This article has a walkthrough on how to do it.
如果您的应用程序是在页面选项卡中加载的 iframe,则可以使用signed_request。
http://developers.facebook.com/docs/authentication/signed_request/
If your app is an iframe loaded in a Page tab signed_request can be used.
http://developers.facebook.com/docs/authentication/signed_request/