python-twitter
python-twitter copied to clipboard
functions api.GetStatus(es) do not get extended_text and full_text
api.GetStatus does not get full_text from json object returned by twitter api
Try to instantiate the api with the option tweet_mode='extended'.
Hi, this hasn't been working. Getting 'unexpected keyword argument 'tweet_mode' for the api call.
I switched to Tweepy, the class objects there expect tweet_mode=extended..