X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/1a7546e279b5b93aafe5014c8c0f82d929a4b8af..b310bc529e390c89333d77c4c360f82471f5fbf6:/twitter/twitter_globals.py?ds=sidebyside diff --git a/twitter/twitter_globals.py b/twitter/twitter_globals.py index 39436b1..d7572ee 100644 --- a/twitter/twitter_globals.py +++ b/twitter/twitter_globals.py @@ -8,7 +8,7 @@ POST_ACTIONS = [ # Status Methods - 'update', 'retweet', + 'update', 'retweet', 'update_with_media', # Direct Message Methods 'new', @@ -16,24 +16,26 @@ POST_ACTIONS = [ # Account Methods 'update_profile_image', 'update_delivery_device', 'update_profile', 'update_profile_background_image', 'update_profile_colors', - 'update_location', 'end_session', + 'update_location', 'end_session', 'settings', + 'update_profile_banner', 'remove_profile_banner', # Notification Methods 'leave', 'follow', # Status Methods, Block Methods, Direct Message Methods, # Friendship Methods, Favorite Methods - 'destroy', + 'destroy', 'destroy_all', # Block Methods, Friendship Methods, Favorite Methods 'create', 'create_all', # Users Methods - 'lookup', + 'lookup', 'report_spam', - # Semantic Methods - 'filter', + # Streaming Methods + 'filter', 'user', 'site', # OAuth Methods - 'token', + 'token', 'access_token', + 'request_token', 'invalidate_token', ]