[twitter-dev] Re: Sending DMs via curl with extended characters?

2009-05-26 Thread shiplu
When you use curl in linux shell, use single quotation instead of double quotation. curl -D - -s -u tj:SECKRET \ -d 'text=BstTwt: #10085; @tj Her:quot;The lightbulbs are over the dryerquot; Me:quot;The rooster flies east at dawnquot; Her:quot;What?quot; Me: quot;Oh, I thought we were talking

[twitter-dev] Re: Sending DMs via curl with extended characters?

2009-05-25 Thread Chad Etzel
Since data is sent as POST variables, they are encoded as var1=var1var2=val2... pairs. In order to include an in a data value, you must URLencode it as %26 -Chad On Tue, May 26, 2009 at 12:25 AM, Abraham Williams 4bra...@gmail.com wrote: You can escape s with i think \ or maybe / On Mon,