Does changing the Site URL/Domain of a Facebook App affect your users?

痴心易碎 提交于 2019-12-24 13:58:01

问题


Let's say I've got a Facebook app that I use for Authentication of my Users (http://developers.facebook.com/docs/authentication/). My current Website uses the domain abc.com, I've set that domain and a corresponding redirect URL in the facebook app settings.

I've got some users on my site, with working logins.

Now I need to change my domain to xyz.com. Will this affect the login and authorization status of my users ? I.e. if they visit xyz.com after the relaunch, will they need to grant permissions to my app again ?


回答1:


Does changing the Site URL/Domain of a Facebook App affect your users?

No they don't. I always develop locally (with Site URL: http://localhost/) and then just upload the project, change the domain and no re-authorization is needed.

But I guess all the "likes" of your pages will be lost (not sure if doing a 301 redirection will maintain the count but I don't think so).



来源:https://stackoverflow.com/questions/6913600/does-changing-the-site-url-domain-of-a-facebook-app-affect-your-users

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