简体   繁体   English

Facebook注册插件重定向

[英]Facebook registration plugin redirect

I have facebook application on fan page and use registration plugin which connected to my system, registration form display in canvas of FB, when user sibmited the form he is redirecting to redirect_uri parameter in reg plugin, what should i put to this paramater, to display my redirect page in fb canvas, not in my site. 我在粉丝页面上有facebook应用程序,并使用注册插件连接到我的系统,注册表单显示在FB的画布中,当用户在reg插件中将其重定向到redirect_uri参数时,我应该在此参数中显示什么我的重定向页面位于fb画布中,而不位于我的网站中。

For example i have redirect parametr http:\\\\mysite.com\\success_registration.php with content text thanks for registartion and i wona display it in fb canvas... now it`s displaing like normal site page, but i dont wona see it so. 例如,我已经重定向了带有内容文本的参数http:\\\\mysite.com\\success_registration.phpthanks for registartion并且我希望将其显示在fb画布中……现在它的显示方式与普通站点页面一样,但是我不希望看到它所以。 User should stay in FB app canvas. 用户应留在FB应用画布中。

How can i solve such problem? 我该如何解决这个问题? Thanks, Anton. 谢谢,安东。

Try app.facebook.com/[your app name]/success_registration.php 尝试app.facebook.com/ [您的应用名称] /success_registration.php

Make sure success_registration.php is in the folder specified in the setup for the app on your server (along with index.php usually) 确保Success_registration.php位于服务器上应用程序设置中指定的文件夹中(通常与index.php一起使用)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM