From: Yannick Dacheville Date: Tue, 5 Aug 2014 13:04:03 +0000 (+0200) Subject: added allowed_param to update_profile_image X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=78ebb4aa0e60953076c0711a2916bf9ef17eac93;p=tweepy.git added allowed_param to update_profile_image --- diff --git a/tweepy/api.py b/tweepy/api.py index 997a8d0..7d9cbbe 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -610,6 +610,7 @@ class API(object): path='/account/update_profile_image.json', method='POST', payload_type='user', + allowed_param=['include_entities', 'skip_status'], require_auth=True )(self, post_data=post_data, headers=headers)