added allowed_param to update_profile_image
authorYannick Dacheville <ydache@gmail.com>
Tue, 5 Aug 2014 13:04:03 +0000 (15:04 +0200)
committerYannick Dacheville <ydache@gmail.com>
Tue, 5 Aug 2014 13:04:03 +0000 (15:04 +0200)
tweepy/api.py

index 997a8d0c957c5a5b94d637c277e1b30efedf9b76..7d9cbbe5145cb0e0993f0a66cc8d9063480af51a 100644 (file)
@@ -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)