开发者

Django Social Registration - Twitter Callback going to example.com

开发者 https://www.devze.com 2023-02-05 09:13 出处:网络
I have been working through installing django social registration on my webfaction account. So far I have the facebook login working. When I attempt to log in to to twitter I get the correct login pag

I have been working through installing django social registration on my webfaction account. So far I have the facebook login working. When I attempt to log in to to twitter I get the correct login page but after choosing "Allow" I am forwarded to the following URL:

http://example.com/social/twitter/callback/.... where "example.com" is the actual U开发者_如何转开发RL it is forwarding to.

I have setup the twitter app and have entered a valid oauth callback URL.

I have searched the code on my developer machine for references to "example.com" but have not found any.

Any help nailing this down will be greatly appreciated.


You are being redirected to the the site defined via your Site app! You should be able to change the domain of your current site in the admin interface!

0

精彩评论

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