I try to update my profile image and use this code:
$connection->post('account/update_profile_image', array('image' => "/images/logo.png"));
But it didn’t work. I don’t know why. How can I update my profile image using the Twitter OAuth Library?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
TwitterOAuth does not currently support image uploads. If you would like to upload images tmhOAuth is a good library that supports files.