Hi,
I am developing twitter API integration application in which whenever
I try to upload profile image it shows me error There was a problem
with your picture. Probably too big. in respose. I tried with very
small png image 46*42 of size 391bytes but still It shows me the same
error. I am using Abraham's OAuth API library. Image upload code is
given below :
$profile_image_update = $connection->post('account/
update_profile_image',array( 'image' =>$_FILES['image']['tmp_name']));
Am I missing any other parameter?
Thanks!
--
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group:
https://groups.google.com/forum/#!forum/twitter-development-talk