[twitter-dev] About oauth autentication

2010-06-01 Thread lu5ceh
Quering feeds that do not require OAuth authentication may still be using the old REST API method?

[twitter-dev] Questions about Twitter API

2010-06-07 Thread lu5ceh
Hello ... had the intention to develop an application based on Twitter search ... 1) It can increase the Twitter search limit assigned to 2 requests per IP? 2) when i create a hashtag ... this is not automatically and instantly reflected in the search .. what requirements must have a hashtag

[twitter-dev] Re: Questions about Twitter API

2010-06-07 Thread lu5ceh
About the first answer It can increase the TWITTER SEARCH limit assigned to 2 requests per IP / hour ?? On 7 jun, 14:47, John Kalucki j...@twitter.com wrote: Search has a ~20 second average indexing latency. It's not instant. On Mon, Jun 7, 2010 at 9:05 AM, lu5ceh ignacio.santo

[twitter-dev] [HELP!!!] Autologin using PHP + Oauth API

2010-06-11 Thread lu5ceh
I'm making a PHP script that automatically logs in a given Twitter account. How I can do to make using the new API

[twitter-dev] Re: [HELP!!!] Autologin using PHP + Oauth API

2010-06-11 Thread lu5ceh
, Twitterhttp://twitter.com/themattharris On Jun 11, 2010, at 16:54, lu5ceh ignacio.santo...@gmail.com wrote: I'm making a PHP script that automatically logs in a given Twitter account. How I can do to make using the new API

[twitter-dev] Max requests using oauth

2010-07-01 Thread lu5ceh
a developing a Twitter App using oauth (oauth_token - oauth_token_secret) How i can increase default max app requests per hour?

[twitter-dev] Status Update using in reply to

2010-07-08 Thread lu5ceh
i using the PHP library i trying to update my status replyng a tweet $twittuser = ($connection-post('statuses/update', array('status' = $_SESSION['tmptxt'], 'in_reply_to_status_id' = $_SESSION['Reply']))); this example doesnt work... anyone can correct me?

[twitter-dev] Friendship/Create usage

2010-07-12 Thread lu5ceh
i trying to use friendship/create API function and isnt works //-- define('BOT_UID', '150359788'); $result89 = $connection-post('friendship/create/'.BOT_UID);

[twitter-dev] statuses/update usage Replying a tweet

2010-07-14 Thread lu5ceh
i trying to use statuses/update API function replying a tweet and isnt works //-- $_SESSION['tmptxt'] = Test Text; $_SESSION['Reply'] = 18518815514; $twittuser = ($connection-post('statuses/update', array('status' =

[twitter-dev] PHP Search Example

2010-08-30 Thread lu5ceh
I using $SearchHashTag = $connection-get(search, array('q' = '#linux')); To search tweets and returns: stdClass Object ( [statuses] = Array ( [0] = 45070895939 [1] = 45070904709 [2] = 45070915901 [3] = 45070939637 [4] = 45070939741 [5] = 45071173851 [6] = 45071383871 [7] = 45071675705 [8] =