[twitter-dev] avoiding allow deny screen in oauth...

2009-11-20 Thread Niju Mohan C P
How to override the allow deny screen in oauth, i have authorized the app to use my account. i want the session from the twitter cookie to be used to check the login. thanks in advance

[twitter-dev] Available Twitter Curl with PHP Functions

2009-06-13 Thread Niju Mohan C P
Hello, Can anyone tell me the available twitter curl with php functions. Any sort of document will do...

[twitter-dev] PHP Curl Functions and responses...

2009-06-10 Thread Niju Mohan C P
Hello All, I'm in process of building a PHP Curl based twitter tool. I need to know the functions, its responses and all like how to authenticate the login creditintials, follow users etc. Do reply... Thanks in Advance...

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

2009-06-03 Thread Niju Mohan C P
need to add a source parameter, like: > > curl_setopt($curl, CURLOPT_POSTFIELDS, "source=$source_name&status= > $status"); > > Thanks; >   – Matt Sanford / @mzsanford >       Twitter Dev > > [1] -http://bit.ly/g_oauth_php > > On Jun 3, 2009, at 4:50 AM, Niju

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

2009-06-03 Thread Niju Mohan C P
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 = 'http://www.twitter.com/statuses/update.xml'; $curl = curl_init(); curl_setopt($curl, CURL