使用routes.rb的Facebook Canvas url
我希望我的 FB 画布应用程序的
apps.facebook.com/coolapp
行为与我的网络应用程序相同
coolapp.com
我已经使用 Rails 3.1 在 facebook 开发人员页面中设置了画布 url
http://coolapp.com/canvas/
,我想知道如何轻松地将 /canvas 路由到我的应用程序中转到上面的第一个 url 不会路由到 Facebook 画布页面之外(并且所有资源都按预期工作)。
I'd like my FB canvas app
apps.facebook.com/coolapp
to behave the same as my web app
coolapp.com
I've set up the canvas url in facebook developer page
http://coolapp.com/canvas/
Using Rails 3.1, I'd like to know how I can easily route the /canvas into my app so that going to the first url above does not route outside of the facebook canvas page (and all the resources work as expected).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
复制评论中的答案,以便从“未回答”过滤器中删除此问题:
~ 每个 pjammer 的回答
Copying the answer from the comments in order to remove this question from the "Unanswered" filter:
~ answer per pjammer