[twitter-dev] Re: Include $ as a searchable character

2009-02-21 Thread Karthik
I'm looking for a similar feature too. I wonder how http://stocktwits.com/streams/all could show statuses containing $ On Feb 21, 10:35 pm, Chad Etzel jazzyc...@gmail.com wrote: Yes, that's correct.  Add $ as a token modifier, if you will. -Chad On Sat, Feb 21, 2009 at 10:43 AM, Nick Arnett

[twitter-dev] Re: Include $ as a searchable character

2009-02-23 Thread Karthik
Thanks a lot :) On Feb 23, 7:52 pm, Matt Sanford m...@twitter.com wrote: Hi there,      I added this info to the ticket. Thanks;    — Matt On Feb 23, 2009, at 06:21 AM, Karthik wrote: Can you accept the request for the colon character too? I may use the prefix $IN for Indian

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-02-24 Thread Karthik
Me too, twitter: twitter.com/yemkay elance profile: yemkay.elance.com email: fermis...@gmail.com Thanks Alex. On Feb 23, 11:33 pm, Alex Payne a...@twitter.com wrote: There isn't one that I'm aware of, but if people would like to post their contact info in this thread (Twitter username, URL,

[twitter-dev] Re: Include $ as a searchable character

2009-02-24 Thread Karthik
Hi Matt, We are building an App which heavily depends on this new feature. Can you please let me know a tentative date for its release? Thank you. - Karthik On Feb 23, 7:52 pm, Matt Sanford m...@twitter.com wrote: Hi there,      I added this info to the ticket. Thanks;    — Matt

[twitter-dev] Using max_id to navigate to pages after 15

2009-02-24 Thread Karthik
Please confirm, if the following is allowed? 1. Set rpp=100 and retrieve 15 pages search results by incrementing the param 'page' 2. Get the id of the last status on page 15 and set that as the max_id for the next query 3. If we have more results, go to step 1

[twitter-dev] Re: Does this exist?

2009-02-27 Thread Karthik
I suggest http://www.whofollowswhom.com to find common friends and followers of upto 5 twitter users On Feb 27, 4:43 am, TjL luo...@gmail.com wrote: My favorite part of TwitReports is the Follower Crossover information: Assume a user Joe and a user Ed. Ed follows Joe. Joe might want to

[twitter-dev] Problem with Social Graph API

2009-04-19 Thread Karthik
://twitter.com/friends/ids.xml?id=crictwits You can verify that I'm following this user by this call: http://twitter.com/friendships/exists.xml?user_a=crictwitsuser_b=shinils Many other friends are also missing in the list returned by the social graph API. Any clues? Regards, Karthik

[twitter-dev] Clarification on location in search API

2009-07-26 Thread Karthik
As per the documentation, when we limit the search results to a location by using the geocode parameter, the location is taken from user's profile. But, is it true that if someone tweets from GPS enabled applications, then the geo-coordinates of the tweet take precedent over the user’s profile

[twitter-dev] Re: Delay on tweets from the API

2009-10-26 Thread Karthik
Which API method do you use?

[twitter-dev] Re: strange search api behavior

2009-11-22 Thread Karthik
I have this problem as well. I use since_id and I query for newer results every minute. For past 10 days, I'm seeing my app was not indexing many tweets. I compared the results with search.twitter.com and I can clearly see that I'm missing out a lot of tweets, if I keep including the since_id

[twitter-dev] Re: What tools do you use?

2010-03-08 Thread Karthik
Arc90 - PHP Library for REST and Search API - http://lab.arc90.com/2008/06/03/php-twitter-api-client/ PhireHose - PHP library for Streaming API - http://code.google.com/p/phirehose CodeIgniter as PHP framework and Netbeans PHP IDE

[twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-03-27 Thread Karthik
My applications will have an impact in the SQL queries. Right now, to display tweets in reverse chronological order and with pagination, my query has something like this: SELECT * FROM tweets INNER JOIN mytable on tweets.id = mytable.tweet_id GROUP BY tweets.id ORDER BY tweets.id DESC LIMIT 100,

[twitter-dev] Re: Logical AND supported in streaming API filter endpoint

2010-04-23 Thread Karthik
Great!! Many thanks to the Streaming API Team. You've done this, just when I needed it. -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

[twitter-dev] Re: parsing out entities from tweets (a.k.a. parsing out hashtags is hard!)

2010-05-14 Thread Karthik
to extract phrases from tweets. Thanks, Karthik

[twitter-dev] Using stored OAuth tokens in Anywhere

2010-06-13 Thread Karthik
Let's assume, we already have tokens of users, who logged into site via normal OAuth process. Now, if we integrate Anywhere in our site frontend, users are required to do a separate OAuth login for following people via Anywhere hover cards. Is there a way to suppress the second OAuth login, as we

[twitter-dev] Re: Using twitter @nywhere with rest api

2010-08-10 Thread Karthik
This is tracked on http://code.google.com/p/twitter-api/issues/detail?id=1694#c0 On Aug 2, 10:31 pm, worshamweb worsham...@gmail.com wrote: This is probably an easy one, but I haven't been able to figure it out, and I can't find anything on the web that points me in the right direction.  Is

[twitter-dev] Re: OAuth and a readonly app

2010-08-10 Thread Karthik
Yes. But, you don't need a separate Twitter account. Just create an OAuth app in one of your existing twitter accounts, note down the OAuth tokens, get your own account's access tokens from My Access Token link. You can use these tokens to enjoy the 350 per hour limit. On Aug 10, 7:39 am, russ.au

[twitter-dev] Error 401 only in Target (working fine in simulator)

2010-09-01 Thread Karthik
Hi , I am developing a Twitter application in MTK (Media tek ) platform. I am using Oauth and and My application has the X-auth permission I am first using POST with required params and the am using below URL https://api.twitter.com/oauth/access_token to get the access token in

[twitter-dev] Re: xAuth not Working (Help)

2010-09-01 Thread Karthik
%26x_auth_username%3Dnareshs %2540google.com I am using the platform provided sha1-hmac algorithm which is same in target and simulator. Please help me find out the issue which is only occuring in my target. Regards, Karthik -- Twitter developer documentation and resources: http://dev.twitter.com

[twitter-dev] Re: xAuth not Working (Help)

2010-09-01 Thread Karthik
Dear Tom, its is in sorted order only. And moreover the same order working fine in Simualtor On Sep 1, 9:37 pm, Tom van der Woerdt i...@tvdw.eu wrote: You should sort the fields in the Base String. Tom On 9/1/10 6:35 PM, Karthik wrote: Dear Taylor,  I am developing an twitter app

[twitter-dev] Re: Error 401 only in Target (working fine in simulator)

2010-09-01 Thread Karthik
Dear Taylor, I still done get how to sync my mobile clock to the twitter server clock. Can you explain little more..? On Sep 1, 9:34 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Karthik, Make sure that the time on your device is in sync with Twitter's clocks. We return

[twitter-dev] Re: Error 401 only in Target (working fine in simulator)

2010-09-01 Thread Karthik
You mean I just issue a http request http://api.twitter.com/1/help/test.xml to the server before I start my login..? On Sep 1, 9:34 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Karthik, Make sure that the time on your device is in sync with Twitter's clocks. We return our

[twitter-dev] Re: Error 401 only in Target (working fine in simulator)

2010-09-02 Thread Karthik
Thanks you all ...Actually the problem with the API which I am using to get the target mobile time. The API always returns local time when I change it to GMT The things are fine in target. Thanks once again for this timely help on Time... On Sep 2, 4:45 am, Andrew W. Donoho

[twitter-dev] Radomly , 401 in my twitter api request when i use x-auth

2010-09-03 Thread Karthik
Dear all, I am getting radomly 401 (invalid signature ) error from server . I ma using the nonce as timestamp+random() ; (ramdom number) What could be the reason.. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Radomly , 401 in my twitter api request when i use x-auth

2010-09-03 Thread Karthik
Dear all, I am getting radomly 401 (invalid signature ) error from server . I ma using the nonce as timestamp+random() ; (ramdom number) What could be the reason..? Most of the time my requests are served fine by the twitter server. but then and there am getting 401 ...please help me

[twitter-dev] Re: Error 401 only in Target (working fine in simulator)

2010-09-03 Thread Karthik
Regards, Karthik On Sep 2, 2:07 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Our generous time range is actually +- ~ 15 minutes -- I just tell everyone within 5 minutes to keep things proper and sane. :) Understand that our correction here is a bit sudden; we may make a compromise

[twitter-dev] Re: Error 401 only in Target (working fine in simulator)

2010-09-03 Thread Karthik
Regards, On Sep 1, 9:34 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Karthik, Make sure that the time on your device is in sync with Twitter's clocks. We return our current time in the Date HTTP header of every response. One easy way to fixate an application's clock with our

[twitter-dev] Home timeline without authentication

2010-09-03 Thread Karthik
Is it feasible to construct home timeline of any user without using the API statuses/home_timeline, which requires user's authentication? We could iterate through user's friends graph, gather each friend's statuses and sort them by time. But it's an overkill for an user with more following. Any

[twitter-dev] Re: Home timeline without authentication

2010-09-03 Thread Karthik
(retweets included) Process display the tweets On Sep 4, 1:03 am, Bernd Stramm bernd.str...@gmail.com wrote: On Fri, 3 Sep 2010 12:12:19 -0700 (PDT) Karthik fermis...@gmail.com wrote: Is it feasible to construct home timeline of any user without using the API statuses/home_timeline, which

[twitter-dev] Re: Home timeline without authentication

2010-09-04 Thread Karthik
://twitter.com/jkalucki Twitter, Inc. On Fri, Sep 3, 2010 at 10:12 PM, Karthik fermis...@gmail.com wrote: - Create a fake user that has follows the same accounts, No, I'd like to construct home timeline of any random user. How about this approach? Find friend ids of the user Listen

[twitter-dev] Re: List of all users who tweeted in the last 30 seconds

2010-09-10 Thread Karthik
Search API can return only 1500 recent tweets. Real pain is you have to poll the API 15 times (rpp=100) Look into the Streaming API. There are lower access levels which can give you certain proportion of tweets. http://dev.twitter.com/pages/streaming_api_methods#statuses-sample But for getting

[twitter-dev] New twitter.com uses an OAuth app called web?

2010-09-21 Thread Karthik
Just read from this blog post (http://engineering.twitter.com/2010/09/ tech-behind-new-twittercom.html), that new Twitter.com is a client to Twitter API. I can't help but wonder if, 1) Twitter.com uses an OAuth app called web? 2) Does the site generate OAuth access tokens for every user from

[twitter-dev] Previous Cursor issue in follower/Following list

2010-10-13 Thread Karthik
Hi all, I am trying to achieve paging in my following and followers list. My page consist of 20 user each. I am totally having around 400 Following. So In my application , I want to achieve 20 pages of following list.I want to navigate Next and Previous pages. So I am using the below Twitter

[twitter-dev] Re: Include $ as a searchable character

2009-02-22 Thread Karthik Murugan
parsing their follower/friend stream themselves and highlighting tokens beginning with $. -Chad On Sat, Feb 21, 2009 at 12:40 PM, Karthik fermis...@gmail.com wrote: I'm looking for a similar feature too. I wonder how http://stocktwits.com/streams/all could show statuses containing

[twitter-dev] Re: statuses/friends page count?

2009-07-10 Thread Karthik Murugan
the followers in this page are suspended. So, empty result set doesn't mean that you are done with the traversal. I've modified my scripts to crawl N number of pages, where N is (number of followers/100). Total number of followers can be retrieved by users/show - Karthik On Jul 6, 11:31 pm, Doug Williams

[twitter-dev] Re: Matt Sanford, signing off.

2009-07-17 Thread Karthik Murugan
Good Luck Matt!! On Jul 18, 2:18 am, Matt Sanford m...@twitter.com wrote: Hi everybody*,      Starting next week I'm not going to be responding to mails on the   dev list or working on Google Code issues as part of my daily work. I   have been working on the Search and API/Platform teams

[twitter-dev] Re: statuses/friends page count?

2009-07-24 Thread Karthik Murugan
://twitter.com/friends/ids/implu.xml Any thoughts? On Jul 10, 10:47 am, Karthik Murugan fermis...@gmail.com wrote: It's also possible, that some intermediate pages return empty result set. Try this, http://twitter.com/statuses/followers.json?id=billcrosbypage=124 This profile has 44K

[twitter-dev] Re: At Symbol (@) in Twitter Search

2009-10-08 Thread Karthik Murugan
This is strange. Did you also notice that for Non-English tweets returned from http://twitter.com/#search?q=%40, the user names are decorated with links to their profile pages? Well, Twitter doesn't index symbols like @ # $ ^. If you'd like to gather the tweets containing references to twitter

Re: [twitter-dev] Twitter Streaming API rate limiting frequency-track

2010-08-26 Thread Karthik K
Thanks John, but my application needs to add/remove keywords on a regular basis, and i am planning an algorithm which does something like calculate current frequency for main account which is near approximation for the current time (calculating based on last 10 mins,1 hr,1 day frequencies) and

[twitter-dev] Re: Streaming api returning 401 error on phrase tracking(logical AND)

2010-08-31 Thread Karthik K
for example: trackwords: {starwars,obama} authorization with username,password: working using oauth :working trackwords: {star wars,obama} authorization with user name,password: working using oauth i get 401 error Thanks, Karthik -- Twitter developer documentation and resources: http

[twitter-dev] Streaming api returning 401 error on phrase tracking(logical AND)

2010-08-31 Thread Karthik K
twitter4j. Thanks, Karthik -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com

[twitter-dev] Per user retweet count

2010-09-24 Thread Karthik K
Hi, Is there any way to get the Retweet count per user? i.e., number of tweets of a particular user that are Retweeted? Search api with 'RT @username' gives the retweets but again its a only a few days of data. Thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc

Re: [twitter-dev] Twitter + Gnip Partnership

2011-02-15 Thread Karthik K
can some one please tell me what happens to users who are at 'restricted track' or 'partner track' levels for streaming API access? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Retweet chain

2011-03-17 Thread Karthik Murugan
Let us assume: C follows B. B follows A A sends a tweet and B retweets it. C gets the retweet on his timeline and retweets it again. I'm connected to UserStream of A and I receive both the retweets. But not sure how to find the retweet chain How can we know that C retweeted it via B? Is it