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: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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
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/group/twitter-development-talk


[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://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/group/twitter-development-talk?hl=en


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

2010-08-31 Thread Karthik K
I am getting strange results when using streaming api with and without
Oauth. Without oauth i am able to track phrases whereas with oauth i get a
401 error, able to track normal words with oauth.Is there any restriction on
phrase tracking? Could not find any pointers in the docs.btw i use
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/group/twitter-development-talk?hl=en


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
on adding a new keyword it increases. I cant find a way to determine when to
stop adding new keyword without knowing an upper limit.

-- 
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/group/twitter-development-talk?hl=en