Re: [twitter-dev] Re: One Click Background Image Upload

2010-11-02 Thread Matt Harris
What you need to do is make a multipart POST to:
http://api.twitter.com/1/account/update_profile_background_image.json
and send the new background image as the image parameter. When using OAuth
multipart parameters are not included in the OAuth base signature.

I have an example of this in my library here:
http://github.com/themattharris/tmhOAuth/blob/master/examples/images.php

Hope that helps,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris


On Mon, Nov 1, 2010 at 4:10 PM, gerri50 gnd...@gmail.com wrote:

 Where is the best place to go to get someone to write a script that
 will be able to do a background image auto-install?

 On Oct 4, 12:57 pm, gerri50 gnd...@gmail.com wrote:
  I will probably hit a brick wall when it comes to writing my own.
  Do you know how to?
  This person here has something running on their site but I cant find a
  way of getting in touch with the webmaster:
 http://justfreebackgrounds.com/twitter/inception-twitter-background/
 
  On Oct 4, 9:53 am, Scott Wilcox sc...@dor.ky wrote:
 
   None that I've seen, you'll have to write your own.
 
   On 3 Oct 2010, at 11:05, gerri50 wrote:
 
I have a wordpress site and have put together background images.
 
Is there a solution out there that I can put up on the site that
allows readers to simply click and upload the background to Twitter
using oAuth?

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: One Click Background Image Upload

2010-11-01 Thread gerri50
Where is the best place to go to get someone to write a script that
will be able to do a background image auto-install?

On Oct 4, 12:57 pm, gerri50 gnd...@gmail.com wrote:
 I will probably hit a brick wall when it comes to writing my own.
 Do you know how to?
 This person here has something running on their site but I cant find a
 way of getting in touch with the 
 webmaster:http://justfreebackgrounds.com/twitter/inception-twitter-background/

 On Oct 4, 9:53 am, Scott Wilcox sc...@dor.ky wrote:

  None that I've seen, you'll have to write your own.

  On 3 Oct 2010, at 11:05, gerri50 wrote:

   I have a wordpress site and have put together background images.

   Is there a solution out there that I can put up on the site that
   allows readers to simply click and upload the background to Twitter
   using oAuth?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: One Click Background Image Upload

2010-11-01 Thread micrypt
Here.

On Nov 1, 11:10 pm, gerri50 gnd...@gmail.com wrote:
 Where is the best place to go to get someone to write a script that
 will be able to do a background image auto-install?

 On Oct 4, 12:57 pm, gerri50 gnd...@gmail.com wrote:







  I will probably hit a brick wall when it comes to writing my own.
  Do you know how to?
  This person here has something running on their site but I cant find a
  way of getting in touch with the 
  webmaster:http://justfreebackgrounds.com/twitter/inception-twitter-background/

  On Oct 4, 9:53 am, Scott Wilcox sc...@dor.ky wrote:

   None that I've seen, you'll have to write your own.

   On 3 Oct 2010, at 11:05, gerri50 wrote:

I have a wordpress site and have put together background images.

Is there a solution out there that I can put up on the site that
allows readers to simply click and upload the background to Twitter
using oAuth?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Re: One Click Background Image Upload

2010-11-01 Thread Edward Hotchkiss

Someone on the list a few weeks ago posted code for this task.


Best,

--
Edward H. Hotchkiss
http://www.edwardhotchkiss.com/
http://www.twitter.com/edwardhotchkiss/
--





On Nov 1, 2010, at 8:28 PM, micrypt wrote:


Here.

On Nov 1, 11:10 pm, gerri50 gnd...@gmail.com wrote:

Where is the best place to go to get someone to write a script that
will be able to do a background image auto-install?

On Oct 4, 12:57 pm, gerri50 gnd...@gmail.com wrote:








I will probably hit a brick wall when it comes to writing my own.
Do you know how to?
This person here has something running on their site but I cant  
find a
way of getting in touch with the webmaster:http:// 
justfreebackgrounds.com/twitter/inception-twitter-background/



On Oct 4, 9:53 am, Scott Wilcox sc...@dor.ky wrote:



None that I've seen, you'll have to write your own.



On 3 Oct 2010, at 11:05, gerri50 wrote:



I have a wordpress site and have put together background images.



Is there a solution out there that I can put up on the site that
allows readers to simply click and upload the background to  
Twitter

using oAuth?


--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


inline: edward.png-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: One Click Background Image Upload

2010-10-03 Thread gerri50
I will probably hit a brick wall when it comes to writing my own.
Do you know how to?
This person here has something running on their site but I cant find a
way of getting in touch with the webmaster:
http://justfreebackgrounds.com/twitter/inception-twitter-background/

On Oct 4, 9:53 am, Scott Wilcox sc...@dor.ky wrote:
 None that I've seen, you'll have to write your own.

 On 3 Oct 2010, at 11:05, gerri50 wrote:

  I have a wordpress site and have put together background images.

  Is there a solution out there that I can put up on the site that
  allows readers to simply click and upload the background to Twitter
  using oAuth?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk