package: python-tweepy Version: 1.7.1-2
The tweeter API requieres SSL connection since 14 January 2014. tweepy lib let you enable secure connection using secure=True, sample:
auth = tweepy.auth.OAuthHandler(consumer_key, consumer_secret, secure=True)
but this does not work. Is now the tweepy lib broken on wheezy or Im doing something wrong?
I am using Debian GNU/Linux wheezy 7.3 _______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team