Hi,
I'd like to use python-twitter with app auth, to take advantage of the higher rate-limits for the search/tweets endpoint. It seems like a call to twitter.Api with consumer_key, consumer_secret, access_token_key, and access_token_secret is for user Auth. How can I authorize as app auth? Thanks!