Facebook App: Make the landing page redirect to a URL?

老子叫甜甜 提交于 2019-12-08 09:07:16

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/6037782/facebook-app-make-the-landing-page-redirect-to-a-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!