[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:
http://us2.php.net/manual/en/function.http-post-data.php
Happy coding
+Clint

On Fri, Jul 24, 2009 at 5:11 AM, Leo Baiano ljunior2...@gmail.com wrote:


 I would like to know if anyone knows an example using PHP to change image




[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, you can use HTTP Post
 request to send the data:
 http://us2.php.net/manual/en/function.http-post-data.php
 Happy coding
 +Clint

 On Fri, Jul 24, 2009 at 5:11 AM, Leo Baiano ljunior2...@gmail.com wrote:

 I would like to know if anyone knows an example using PHP to change image





-- 
Amplexos,

Leo Baiano
http://www.leobaiano.com
http://www.blog.ljunior.com
http://www.mcelebridades.com
http://www.twitter.com/leobaiano


[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?

 http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0update_profile_image

 --
  personal: http://www.cameronkaiser.com/ 
 --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
 -- Courage is being scared to death, and saddling up anyway. -- John Wayne 
 




-- 
Amplexos,

Leo Baiano
http://www.leobaiano.com
http://www.blog.ljunior.com
http://www.mcelebridades.com
http://www.twitter.com/leobaiano


[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 * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- Courage is being scared to death, and saddling up anyway. -- John Wayne