log warning about Twitter API bug: signin_with_twitter and access_type don't play...
authorRyan Barrett <git@ryanb.org>
Wed, 13 Aug 2014 00:30:03 +0000 (17:30 -0700)
committerRyan Barrett <git@ryanb.org>
Wed, 13 Aug 2014 00:30:03 +0000 (17:30 -0700)
commit42c64b59453e605b745313254686166a9ee1e2d9
tree788eecdc424a22f38cfc5bd1de8ce93be6d8f68e
parentebbcfd6e18170d182606238173eced0a1be169c3
log warning about Twitter API bug: signin_with_twitter and access_type don't play nice together

sigh. background: https://dev.twitter.com/discussions/21281

@Aaron1011, i'm open to doing something stronger about this if you want, e.g. don't allow them both at the same time, or silently disable signin_with_twitter if access_type is set (which isn't as nice).
tweepy/auth.py