[twitter-dev] Re: how to specify source in php with curl

2009-06-03 Thread Matt Sanford
Hi there, If this is an OAuth application you'll probably find it easiest to checkout some of the previous examples and libraries [1]. If this is a non-OAuth application you need to add a source parameter, like: curl_setopt($curl, CURLOPT_POSTFIELDS, source=$source_namestatus=

[twitter-dev] Re: how to specify source in php with curl

2009-06-03 Thread shiplu
On Wed, Jun 3, 2009 at 5:50 PM, Niju Mohan C P mail2n...@gmail.com wrote: Hello all, I use php with curl to post tweets. If my app is registered at twitter how can i specify the source. The following is the code i'm using...        $tweetUrl =

[twitter-dev] Re: how to specify source in php with curl

2009-06-03 Thread Niju Mohan C P
Thanks man, that really helped... On Jun 3, 7:33 pm, Matt Sanford m...@twitter.com wrote: Hi there,      If this is an OAuth application you'll probably find it easiest   to checkout some of the previous examples and libraries [1]. If this   is a non-OAuth application you need to add a