开发者

host a facebook app on multiple locations (variable redirect_uri)

开发者 https://www.devze.com 2023-04-10 16:45 出处:网络
I\'m currently building a facebook app integration and got stuck on error 191: The specified URL is not owned by the application. (when trying to authenticate a user)

I'm currently building a facebook app integration and got stuck on error 191: The specified URL is not owned by the application. (when trying to authenticate a user)

I realize the problem is the Site URL, which was not entered. However, my problem is the fact that Facebook will only redirect users to URI's on this domain - and my app will be hosted on more than one server. It's a private admin app that will be sold to more than one client, and deployed to their server and domain.开发者_StackOverflow社区 Thus, each client will have this app requesting redirect_uri back to their location, one will be installed on mysite1.com and another on mysite2.com

It appears that my only solution now is to create a separate app for each client (?) Is there a way to request login redirection to an arbitrary URI ?


I don't think you can use that kind of a model with facebook apps. the facebook app allows you to add multiple domain names in the console now but it is not feasible to enter every name of every client to your application setting. maybe you should think of having one central system and sell subscription service to your clients

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号