Closed GoogleCodeExporter closed 9 years ago
if you don't authenticate then it will always return an error.
I'm going to mark this as closed - if you still have trouble after getting your
tokens from twitter *and* testing by doing the below, please reopen.
import sys
import twitter
def main():
api = twitter.Api(consumer_key='your_key',
consumer_secret='your_secret',
access_token_key='token_key',
access_token_secret='token_secret',
debugHTTP=True)
print api.VerifyCredentials()
Original comment by bear42
on 6 Oct 2013 at 10:21
Original issue reported on code.google.com by
AdamWest...@gmail.com
on 30 Jan 2013 at 4:26