]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/twitter_globals.py
Version 1.17.0
[z_archive/twitter.git] / twitter / twitter_globals.py
index a6729ff5adf5d956f548521c227c14e1d7447cfd..da6542bc338a61308a2d987f78015ff7b38e8d6e 100644 (file)
@@ -8,7 +8,7 @@
 POST_ACTIONS = [
 
     # Status Methods
-    'update', 'retweet',
+    'update', 'retweet', 'update_with_media', 'statuses/lookup',
 
     # Direct Message Methods
     'new',
@@ -16,18 +16,29 @@ 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
+    'users/lookup', 'report_spam',
+
+    # Streaming Methods
+    'filter', 'user', 'site',
+
     # OAuth Methods
-    'token',
+    'token', 'access_token',
+    'request_token', 'invalidate_token',
+
+    # Upload Methods
+    'media/upload',
 ]