]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/twitter_globals.py
Simplify further. New args to example script. Update documentation.
[z_archive/twitter.git] / twitter / twitter_globals.py
index 8fe1a2df3f7feb4b955ce52eefed1cda50333a92..d7572ee06e2a1578109a4f727176ca4122b32542 100644 (file)
@@ -8,7 +8,7 @@
 POST_ACTIONS = [
 
     # Status Methods
-    'update', 'retweet',
+    'update', 'retweet', 'update_with_media',
 
     # Direct Message Methods
     'new',
@@ -32,9 +32,6 @@ POST_ACTIONS = [
     # Users Methods
     'lookup', 'report_spam',
 
-    # Geo Methods
-    'place',
-
     # Streaming Methods
     'filter', 'user', 'site',