"i just wanted to know if i could use quotes inside quotes"

not from the command line, you cannot.  You either have to escape
them, or if you are wanting the quotes to actually show up in the
tweet, you'll need to urlencode the quotes as %22.

Post the code.  Otherwise we cannot help you.

-Chad

On Wed, Feb 11, 2009 at 11:33 AM, SamSoftware <bcn.r...@gmail.com> wrote:
>
> The code currently is:
> curl -u username:password -d status="message" 
> http://twitter.com/statuses/update.json
>
> All i want to know is how to add the source= parameter to that code. I
> am going to try what was said with the &source= i just wanted to know
> if i could use quotes inside quotes eg:
>  "status="message"&source=sourcename"
>
> On Feb 11, 11:27 am, Cameron Kaiser <spec...@floodgap.com> wrote:
>> > I am doing this through applescripting because my computer does not
>> > like me running NSPipe. Could i do:
>> > "status="message"&source="source"" or is that out of the question?
>>
>> I think you'd better post the relevant portion of your code :)
>>
>> --
>> ------------------------------------ personal:http://www.cameronkaiser.com/--
>>   Cameron Kaiser * Floodgap Systems *www.floodgap.com* ckai...@floodgap.com
>> -- Do you think I could buy back my introduction to you? -- Groucho Marx 
>> ------
>

Reply via email to