问题描述
是否有可能使着陆页(我的理解通过登陆页面:用户首先看到的页面时,他们查看FB应用程序或者重定向到后,他们接受邀请到应用程序的页面,右)重定向到我选择的一些网址是什么?像 mysite.com/User/Register
...将这项工作还是Facebook的不允许呢?
Is it possible to make the landing page (what I understand by landing page: the page the user first sees when they view the FB app or the page they get redirected to after they accepted an invitation to the app, right?) redirect to some URL of my choosing? Like mysite.com/User/Register
... would that work or does Facebook not allow that?
推荐答案
您应该能够登陆页面配置为您希望它是什么。但如果这不是一个选项(也许你想跟踪它作为一个命中的页面或东西),只要你想使用你总是可以重定向 top.location.href
在iframe应用程序,或< FB:重定向URL =/>
在FBML
You should be able to configure the landing page to be whatever you want it to be. But if that's not an option (maybe you want to track it as a hit to that page or something) you can always redirect whenever you want using top.location.href
in an iFrame app, or <fb:redirect url="" />
in FBML.
这篇关于Facebook的应用程序:请登陆页面重定向到一个URL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!