views:

61

answers:

0

Hi,

I am trying to make an app for authenticating user with their facebook account in python. App opens the facebook login page in web browser. After user logs in, facebook redirects it to thei dummy success page. At that moment i need to capture that redirect url in my app. I am not able to catch that URL.

I am opening fb login page by using webbrowser.open . How can i catch the redirect url after opening web browser?

Any suggestions will be very helpful.

Thanks, Tara Singh