Has anyone been successful in using Twurl to update a user profile
image?

Pre oAuth, I previously had a curl script:
"curl -u {UserName}:{Password} --header 'Expect: ' -F
image='@{FilePath}' http://api.twitter.com/1/account/update_profile_image.xml";

Twurl doesn't like using "-F", but not sure how to define the file
path...

Let me know if you've had any luck.

Thanks!

William K.

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

Reply via email to