From: Arudmin Date: Sat, 21 Jun 2014 09:56:19 +0000 (+0400) Subject: Update api.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7472422b3c356944334c4d40780fdf68a719218e;p=tweepy.git Update api.py Add allowed params from API reference according to the documentation. --- diff --git a/tweepy/api.py b/tweepy/api.py index 49b5219..81c3a95 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -622,7 +622,7 @@ class API(object): path='/account/update_profile_background_image.json', method='POST', payload_type='user', - allowed_param=['tile'], + allowed_param=['tile', 'include_entities', 'skip_status', 'use'], require_auth=True )(self, post_data=post_data, headers=headers)