Django Social Registration - Twitter Callback going to example.com
Posted
by
user578888
on Stack Overflow
See other posts from Stack Overflow
or by user578888
Published on 2011-01-18T02:11:19Z
Indexed on
2011/01/18
2:53 UTC
Read the original article
Hit count: 330
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 URL 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.
© Stack Overflow or respective owner