]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/twitter_globals.py
Ignore .pyo
[z_archive/twitter.git] / twitter / twitter_globals.py
index 5a2e6c82f9ebaffe1ce9fc7faf1f760e3c5d3097..8fe1a2df3f7feb4b955ce52eefed1cda50333a92 100644 (file)
@@ -16,16 +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', 'create_all',
 
+    # Users Methods
+    'lookup', 'report_spam',
+
+    # Geo Methods
+    'place',
+
+    # Streaming Methods
+    'filter', 'user', 'site',
+
+    # OAuth Methods
+    'token', 'access_token',
+    'request_token', 'invalidate_token',
 ]