projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31fb7eb
)
added allowed_param to update_profile_image
author
Yannick Dacheville
<ydache@gmail.com>
Tue, 5 Aug 2014 13:04:03 +0000
(15:04 +0200)
committer
Yannick Dacheville
<ydache@gmail.com>
Tue, 5 Aug 2014 13:04:03 +0000
(15:04 +0200)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 997a8d0c957c5a5b94d637c277e1b30efedf9b76..7d9cbbe5145cb0e0993f0a66cc8d9063480af51a 100644
(file)
--- 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)