0

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?

Yi Jiang
  • 49,435
  • 16
  • 136
  • 136
iStark
  • 65
  • 1
  • 1
  • 6

1 Answers1

1

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

abraham
  • 46,583
  • 10
  • 100
  • 152