Reputation: 65
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?
Upvotes: 0
Views: 417