X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/1ff502360f64181a10677a84737cf1aaea0ec4f8..17b9ff10207340026b876eb623660f2c79bfe85d:/twitter/twitter_globals.py diff --git a/twitter/twitter_globals.py b/twitter/twitter_globals.py index d7572ee..da6542b 100644 --- a/twitter/twitter_globals.py +++ b/twitter/twitter_globals.py @@ -8,7 +8,7 @@ POST_ACTIONS = [ # Status Methods - 'update', 'retweet', 'update_with_media', + 'update', 'retweet', 'update_with_media', 'statuses/lookup', # Direct Message Methods 'new', @@ -30,7 +30,7 @@ POST_ACTIONS = [ 'create', 'create_all', # Users Methods - 'lookup', 'report_spam', + 'users/lookup', 'report_spam', # Streaming Methods 'filter', 'user', 'site', @@ -38,4 +38,7 @@ POST_ACTIONS = [ # OAuth Methods 'token', 'access_token', 'request_token', 'invalidate_token', + + # Upload Methods + 'media/upload', ]