I am using django facebook_connect with my app.It is working means I can login through facebook to my app.But yet I have two issues.
1) After login it does not display me the profile of user but shows the default page, and when I manually type the url (http://mywebsite/profile) then it shows the user profile and the database is also updated with one facebook user means I can login through facebook, So how can I see redirect to user profile after login through facebook.
2) My site url is also not working (http://mywebsite/facebook_connect) , It gives me the error of page not found