FB 页面选项卡应用程序的编辑 URL 示例
我正在实现编辑 url FB 页面选项卡应用程序。但它需要初始化,当管理员将应用程序添加到粉丝页面时应该进行初始化。
当应用程序加载到粉丝页面上时,我正在寻找对我的应用程序 URL 的初始回调/通知。 (我已经看过这个 - http://developers.facebook.com/docs/authentication/签名请求/)。
我正在寻找一个示例,该示例显示了在这种情况下对signed_request的处理,来自粉丝页面加载以及可用的详细信息/等等。
谢谢!
I am implementing the edit url FB Page Tab App. But it needs the initialization which should happen when the app is added to a fanpage by the admin.
I am looking for the initial callback/notification to my app-url when the app is loaded on the fanpage. (I have looked at this already - http://developers.facebook.com/docs/authentication/signed_request/).
I am looking for a sample that shows the handling of the signed_request in this case, from the fan-page-load and what details are available/etc..
Thanks !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是处理签名请求的示例:
在 $data 中将有一个具有“admin”布尔值的“page”对象。这将告诉您页面选项卡应用程序的当前用户是否是该应用程序所属选项卡页面的管理员。
Here's a sample of handling the signed request:
in $data there will be a "page" object that has a "admin" boolean. This will tell you if the current user of the page tab application is an admin of the page that the app is a tab of.