编辑 FB 页面选项卡应用程序的 URL - 不发送signed_request(作为 GET 而不是 POST 调用)
当管理员单击编辑粉丝页面上的“转到应用程序”时,我期望编辑 URL 通过 POST 以及signed_request 进行调用;相反,URL 是通过带有 ?fb_page_id=nnnnnn 参数的 GET 调用的(其中 nnnnn 是 pageId)。未收到signed_request。我已向 Facebook 提交此错误(可能应该是一个关键的安全增强功能,如果这还没有实现)
我是否遗漏了一些东西,有没有人设法在调用编辑选项卡 URL ?
顺便说一句,我已经设法让页面选项卡 URL 正常工作并处理作为 POST 和signed_request 出现的调用。一切正常,只需查找编辑选项卡 URL。
When admin clicks the 'Go to App' on edit fan page, I am expecting the edit URL to invoke thru a POST along with a signed_request; instead the URL is getting called thru a GET with a ?fb_page_id=nnnnnn argument (where nnnnn is the pageId). No signed_request is received. I have filed this bug with Facebook (probably should be a key security enhancement, if this is not implemented yet)
Am I missing something, has anybody managed to get the signed_request on the invocation of Edit Tab URL ?
Btw, I have already managed to get the Page Tab URL to work and process the invocation that comes thru as a POST and a signed_request. All that is working fine, just looking for the Edit Tab URL.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
啊哈!看起来最近有人将其作为错误输入。
http://developers.facebook.com/bugs/290212731027764
你应该去那里,我也是该错误,以便 Facebook 可以将其发送到他们的分类中更高的位置!
Aha! Looks like someone recently entered this as a bug.
http://developers.facebook.com/bugs/290212731027764
You should go there and me-too the bug so Facebook can send it higher up in their triage!