[twitter-dev] Web Application talking to twitter API

2010-06-12 Thread Vijay
with Twitter. Vijay

[twitter-dev] Re: Web Application talking to twitter API

2010-06-13 Thread Vijay
under that a/c which gave me a consumer key/secret.Now, I have a web application which accesses this Twitter a/c to get the private list of followers without prompting a Browser prompt for user authorization(server to server backend using 2 legged Oauth maybe ???) TIA, Vijay On Jun 12, 12:07 pm

[twitter-dev] getting full list of followers from a private list: members.json?cursor=-1

2010-07-08 Thread Vijay
returned the same 1st age of results as ?cursor=-1 The real account names have been changed here. I have been trying to use this doc: http://apiwiki.twitter.com/Twitter-REST-API-Method:-GET-list-members TIA, Vijay

[twitter-dev] Drip results of tweets incremented by 1 over each update

2010-07-20 Thread Vijay
: search http://search.twitter.com/search.json?result_type=recentq=catrpp=10since_id=18974766258 where id=18974766258 was the last tweet returned the last time in the search result. TIA for any help, Vijay

[twitter-dev] Search multiple words and filter it for multiple followed users

2010-07-23 Thread Vijay
results from a user like tixd or amy without filtering for the multiple words Finance or Money handling etc. Any help is appreciated. TIA, Vijay

[twitter-dev] http://twitter.com/statuses/user_timeline/adaptuqa.json?count=5rand=8942 and basic authentication popup

2010-08-31 Thread Vijay
firewall. TIA, Vijay -- 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] newbie question on rate limits

2010-09-20 Thread Vijay
list IPs, but would still allow only 20k requests per hour. Also, they would only white list apps that are already in production. So if I just want to experiment / learn, this wouldn't work. What are my options? There is no way I can have multiple IPs. Vijay. -- Twitter developer documentation

Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Vijay
the information and you'll need to get a second server anyway. Tom On 9/20/10 5:17 PM, Vijay wrote: I am not sure about 20k, but 150 is miniscule. If I am collecting stats on a bunch of users every hour for example, I can only collect on 150 users, which is tiny, compared to 140 million

Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Vijay
the requests and spread them over a few hours. It may also help to setup a Twitter account, as it will allow you to make 350 requests per hour instead. Tom On 9/20/10 5:38 PM, Vijay wrote: You really shouldn't be planning for the case where every single Twitter user uses your application

Re: [twitter-dev] Re: newbie question on rate limits

2010-09-20 Thread Vijay
, Vijay vijayaraghura...@gmail.com wrote: You really shouldn't be planning for the case where every single Twitter user uses your application Haha, I agree. Its just that I took a few thousand users randomly, and was playing with their publicly available stats, tweets etc and quickly hit

Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Vijay
properly and don't update every hour. Just because you have 2 requests per hour doesn't mean you can use them as much as you want. (API Terms of Service, I think.) Tom On 9/20/10 5:44 PM, Vijay wrote: OK Tom, will queue it and spread it, that should give me more room. But that still

[twitter-dev] Regarding the retrieval of Tweets for a user

2009-12-14 Thread vijay sai
Hi All , Is it possible to retrieve tweets for a given user using the api. If so could anyone explain how to use the api to solve the purpose. Thanks in Advance Vijay Sai

[twitter-dev] Re: Regarding the retrieval of Tweets for a user

2009-12-16 Thread vijay sai
Hi Cameron Kaiser Thanks for your reply . That was of great help. On Dec 15, 4:07 am, Cameron Kaiser spec...@floodgap.com wrote: Is it possible to retrievetweetsfor a givenuserusingtheapi. If so could anyone explain how to use theapito solve the purpose. Start with statuses/user_timeline.

[twitter-dev] making twitter in asp.net

2010-08-30 Thread vijay parmar
hello sir, i m vijay parmar, i m in 7th sem(B.E. IT)i m making a project of twitter in asp.net... i kindly need your help so plz give me some idea about making twitter in asp.net so i can start making my project work... give me reply as early possible vijay parmar -- Twitter developer

[twitter-dev] Re: making twitter in asp.net

2010-09-01 Thread vijay parmar
On Aug 29, 9:12 pm, vijay parmar viju.supers...@gmail.com wrote: hello sir, i m vijay parmar, i m in 7th sem(B.E. IT)i m making a project of twitter in asp.net... i kindly need your help so plz give me some idea about making twitter in asp.net so i can start making my project work

[twitter-dev] Can I fetch tweets posted by individual Apps within same twitter account?

2011-04-17 Thread Vijay Chowdhary
Hi, I have created two twitter apps within same twitter account. Both apps receive tweets from two of my blogs. I wanted to know whether I can show the tweets from each blog separately? Currently, my twitter account shows tweets from both Apps at one place. Please suggest. Regards, Vijay

[twitter-dev] Re: Consumer key and comsumer secret

2011-05-09 Thread Vijay Ramachandran
the entire stack from the OS on up, and so could support sharing secrets in processes which needed them (say, for database access) while making it really, really hard for someone with access to the box and malignant intent to steal it. regards, Vijay -- Twitter developer documentation and resources

Re: [twitter-dev] Digest for twitter-development-talk@googlegroups.com - 25 Messages in 11 Topics

2011-06-30 Thread Vijay Ramachandran
On Wed, Jun 29, 2011 at 8:47 PM, twitter-development-talk+nore...@googlegroups.com wrote: I'm working on AND OR search on search API. I know I can do the query A OR B , but I'd like to use more search parameter, like, (A B) OR (C D). Is it possible to do that kind of