Facebook Connect API error 191 with Django-socialregistration
I have seen error 191 al开发者_StackOverflow中文版l over the web and know it has something to do with there being something wrong with the configuration of the app.
However I have not found an answer to most of the questions and also none that help me.
My app on Facebook is setup like this:
Site URL http://example.com/
Site Domain example.com
( Forgive me for not sharing the real url but I am not a liberty to as of yet. )
What I get when I click the Connect with Facebook button is
API Error Code: 191
API Error Description: The specified URL is not owned by the application
Error Message: redirect_uri is not owned by the application.
I have changed the site url in the admin sections to the site url as well, Something with was troubling the Twitter sign-in part off the app.
I have followed all of the instructions on the Django-SocialRegistration site and can see no error in what I have done.
Has anyone else had this and fixed it?
EDIT
In this particular case it seems its was a problem with Facebook.
As I logged on tonight I noticed that there was multiple instances of my app, each with older versions of settings. They were not visible before now.
However I will be jumping ship to django-social-auth. It looks better documented and easier to configure and use.
Sorry this isnt the best answer!
Plz check the redirect Uri, while taking permisiion from user.
精彩评论