views:

6

answers:

0

I'm running a Django server on localhost:8000/ and have the facebook callback URL set to exactly that "http://localhost:8000/" however, when I log in, it redirects to "http://localhost/".

Is there a way around this? What am I doing wrong?