views:

27

answers:

0

I am trying to authenticate facebook with my Python app and when you redirect a user to the authentication URL, it returns with the authentication key for that user. The return URL looks like this:

http://blah.com/facebookauthenticate#access_token=appid|authtoken|othertoken&expires_in=7064

I am returned a modpython request but i cant seem to get the full URL with the #access_token=appid|authtoken|othertoken&expires_in=7064 after it. Is there another way to get this?