我需要对画布申请进行哪些更改才能支持 10 月 1 日的截止日期
我有一个画布应用程序,目前使用 Koala 1.1.0 和 Javascript SDK。我已经使用 OAuth 身份验证几个月了,但是当我尝试在 javascript 中使用“ouath:true”来显示朋友选择器时,我收到此错误:
API Error Code: 102
API Error Description: Session key invalid or no longer valid
Error Message: Iframe dialogs must be called with a session key
是否需要在应用程序设置中打开额外的迁移让事情正常运转吗?我现在需要使用 SSL 才能正常工作吗?
谢谢, 标记
I have a canvas app presently using Koala 1.1.0 and the Javascript SDK. I a have been using the OAuth authentication for months now but when I try and use "ouath:true" in my javascript to display the friend picker I am getting this error:
API Error Code: 102
API Error Description: Session key invalid or no longer valid
Error Message: Iframe dialogs must be called with a session key
Are there extra migrations I need to turn on within the app settings to get things working? Do I need to be on SSL right now for this to work?
Thanks,
Mark
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该升级考拉。 其 Github 存储库表明 1.2 版支持 OAuth 2.0 和新的 cookie 格式。
You should upgrade Koala. Its Github repository suggests that version 1.2 supports OAuth 2.0 and the new cookie format.