From: Arudmin Date: Wed, 28 May 2014 23:10:35 +0000 (+0400) Subject: Update api.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0e87f9da4527c9f740803962a09db3de0f3c7014;p=tweepy.git Update api.py add 'display_coordinates' parameter to the statuses/update method --- diff --git a/tweepy/api.py b/tweepy/api.py index 04417b4..9e3d64e 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -112,7 +112,7 @@ class API(object): path = '/statuses/update.json', method = 'POST', payload_type = 'status', - allowed_param = ['status', 'in_reply_to_status_id', 'lat', 'long', 'source', 'place_id'], + allowed_param = ['status', 'in_reply_to_status_id', 'lat', 'long', 'source', 'place_id', 'display_coordinates'], require_auth = True )