[twitter-dev] Re: Change your avatar's Twitter

2009-07-27 Thread Clint Shryock
you can use fopen to open the image file: http://us2.php.net/manual/en/function.fopen.php Then you'll want to use cURL to send the POST request: http://us.php.net/manual/en/book.curl.php or if you have access to use/install PECL extensions, you can use HTTP Post request to send the data:

[twitter-dev] Re: Change your avatar's Twitter

2009-07-27 Thread Leo Baiano
Thank. 2009/7/27 Clint Shryock cts...@gmail.com: you can use fopen to open the image file: http://us2.php.net/manual/en/function.fopen.php Then you'll want to use cURL to send the POST request: http://us.php.net/manual/en/book.curl.php or if you have access to use/install PECL extensions,

[twitter-dev] Re: Change your avatar's Twitter

2009-07-24 Thread Leo Baiano
I would like to know if anyone knows an example using PHP to change image 2009/7/23 Cameron Kaiser spec...@floodgap.com: How to replace the image of the avatar through the Twitter API or any other form automatically?

[twitter-dev] Re: Change your avatar's Twitter

2009-07-23 Thread Cameron Kaiser
How to replace the image of the avatar through the Twitter API or any other form automatically? http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0update_profile_image -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser *