]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/twitter_globals.py
Merge pull request #118 from DracoThuban/patch-1
[z_archive/twitter.git] / twitter / twitter_globals.py
index 1dc39e9b05be748447738f73ec3bb4adc91d9496..03c0e7e228c639213d6eb5f8fc2d7a7f7661469a 100644 (file)
@@ -11,21 +11,21 @@ POST_ACTIONS = [
     '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',
 
 ]