From 0e87f9da4527c9f740803962a09db3de0f3c7014 Mon Sep 17 00:00:00 2001 From: Arudmin Date: Thu, 29 May 2014 03:10:35 +0400 Subject: [PATCH] Update api.py add 'display_coordinates' parameter to the statuses/update method --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.25.1