I'm trying to upload profile images using oAuth. This basically works
(I get the right return data, no errors), except that the image is not
updated. Sending tweets through the same library does work, so this
probably isn't an authentication issue.

As per the twitter-async documentation, I'm using:

$twitterObj->post('/account/update_profile_image.json', array('@image'
=> '@'.$img_path));

$img_path is the correct path (+filename) for the file, I've checked
the folder name using phpinfo, used a test image, etc.

Since I'm not getting errors, this issue is very hard to troubleshoot
from my end. Suggestions on how to tackle this very welcome.

(More info on twitter-async is here: http://github.com/jmathai/twitter-async
, on sending images here 
http://wiki.github.com/jmathai/twitter-async/#multipart)

Reply via email to