iStark
iStark

Reputation: 65

Twitter OAuth update_profile_image

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

Answers (1)

abraham
abraham

Reputation: 47893

TwitterOAuth does not currently support image uploads. If you would like to upload images tmhOAuth is a good library that supports files.

Upvotes: 1

Related Questions