[twitter-dev] submit a TWITTER profile-picture via CURL from within a PERL scripts

2009-10-22 Thread apfelmaennchen
Hi, based on the TWITTER API helppage I tried the following statement (lets assume username:testaccount with password=password): $pic_update='curl -u testaccount:password -F image=@'01.png;type=image/ png' http://twitter.com/account/update_profile_image.xml'; print $pic_update; But, this did

[twitter-dev] Re: upload new profile_picture to Twitter via perl script

2009-10-21 Thread apfelmaennchen
/update_profile_image method. Leon From: apfelmaennchen alexander.grefr...@gmail.com To: Twitter Development Talk twitter-development-talk@googlegroups.com Sent: Wed, October 21, 2009 2:40:58 AM Subject: [twitter-dev] upload new profile_picture to Twitter via

[twitter-dev] basic help needed on connect to TWITTER and send a tweet with PERL

2009-10-13 Thread apfelmaennchen
I really find it difficult to understand documentation how to code a TWITTER-API in perl. But with a bit start-help, I think I'll be able to proceed. Can somebody help me with a sample PERL-code: From within a PERL script ( which has two variables filled with strings. names of those VARS are