X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/9b0c5df39edd3adfa7f38885b4fa3f4b0ccbef53..3e782f630283e9a9c1c9c5f809137b8ebe482823:/twitter/twitter_globals.py diff --git a/twitter/twitter_globals.py b/twitter/twitter_globals.py index 44ec53a..39436b1 100644 --- a/twitter/twitter_globals.py +++ b/twitter/twitter_globals.py @@ -8,24 +8,32 @@ POST_ACTIONS = [ # Status Methods - 'update', 'retweet' + 'update', 'retweet', # Direct Message Methods - 'new', + 'new', # Account Methods - 'update_profile_image', 'update_delivery_device', 'update_profile', - 'update_profile_background_image', 'update_profile_colors', - 'update_location', 'end_session', + 'update_profile_image', 'update_delivery_device', 'update_profile', + 'update_profile_background_image', 'update_profile_colors', + 'update_location', 'end_session', # Notification Methods - 'leave', 'follow', + 'leave', 'follow', - # Status Methods, Block Methods, Direct Message Methods, + # Status Methods, Block Methods, Direct Message Methods, # Friendship Methods, Favorite Methods - 'destroy', + 'destroy', # Block Methods, Friendship Methods, Favorite Methods - 'create', + 'create', 'create_all', + # Users Methods + 'lookup', + + # Semantic Methods + 'filter', + + # OAuth Methods + 'token', ]