Unable to access login page with urllib2 – Twitter API
I'm trying to access a protected page on twitter (for example my own like list) via urllib2 in Python, but this code always sends me back to the login page. Any idea why that is? (I know I can use…