Re: [twitter-dev] Skipping the PIN based workflow for Desktop clients using OAuth

2010-01-02 Thread srikanth reddy
PIN is required only once and you will get access tokens after submitting the pin. You should register your app as desktop and use the right client script for your app On Sat, Jan 2, 2010 at 9:27 PM, Vikram wrote: > Hi All, > > I am fairly a newbie to OAuth. Currently I am working on desktop >

[twitter-dev] Re: Rate Limiting question

2010-01-02 Thread Zaudio
Hey Kyle, Is that true re the rate limits? I've always assumed that ANY request on an IP is xounted against that IP's rate limit - so comes of the 20,000; and each user has their own rate limit... normally 150 per hour. So an authenticated request comes off both the user's and and IP's rate limi

Re: [twitter-dev] Getting tweets between a particular time frame

2010-01-02 Thread Josh Roesslein
You could use the search API with the 'since' and 'until' operators. Currently the results you can get from the search API is limited to the last 7 days. Josh On Sat, Jan 2, 2010 at 9:50 AM, veeru wrote: > All, > >  I am searching for an (probably REST) API that could search for the > tweets pos

[twitter-dev] Re: Skipping the PIN based workflow for Desktop clients using OAuth

2010-01-02 Thread Duane Roelands
I'm not sure I follow your line of reasoning. You say you're working in PHP, which suggests that you're writing a web app. The PIN is only for desktop apps and is not a part of the web OAuth process. Are you writing a desktop app, or a web app? On Jan 2, 10:57 am, Vikram wrote: > Hi All, > > I

[twitter-dev] Getting tweets between a particular time frame

2010-01-02 Thread veeru
All, I am searching for an (probably REST) API that could search for the tweets posted by a particular user (not the authenticated one) between certain time frame. I didn't find one for it. However I could get all tweets and parse, but I am looking for something that could do that directly (so th

[twitter-dev] Skipping the PIN based workflow for Desktop clients using OAuth

2010-01-02 Thread Vikram
Hi All, I am fairly a newbie to OAuth. Currently I am working on desktop client which uses the basic authentication. Would like to switch to OAuth. So I intially tried my hands with Abraham's PHP library. Apparently, I couldn't the callback to work. After googling and going through the latest OAu

[twitter-dev] API whitelisted but still not working

2010-01-02 Thread bnonews
Hi, In November I requested (from account @BreakingNews) to whitelist IP 208.74.120.146 so we no longer have rate limits. That IP belongs to www.bnonews.com. Until now we stayed well below the rate limit, but now we seem to go above it. We are using a number of scripts which check Twitter RSS feed

[twitter-dev] Re: 401 unauthorized

2010-01-02 Thread Greg
I'm having the same issue. I've tried to across other sites and it still doesn't work. On Dec 31 2009, 4:05 am, Vignesh wrote: > My website uses twitter for authentication, > For the past 24 hours the OAuth sign in is continuously returning > 401 , i am not able to figure out what to do? > Has so

[twitter-dev] Issues with Oauth Request Token

2010-01-02 Thread Greg
Hello, Is anyone else having issues with OAuth? Everything I try to call http://twitter.com/oauth/authorize - i get a Server cannot be found. I've tried this on my site, and other sites that use OAuth. They all fail. Anyone else seeing this? Thanks, Greg

[twitter-dev] Re: http://twitter.com/statuses/friends.xml Improper order

2010-01-02 Thread Rich
I've added it to the issue tracker, but it would be even more useful if we could have a sort parameter so we could sort by follow date, screen name, etc On Jan 2, 6:42 am, Abraham Williams <4bra...@gmail.com> wrote: > http://code.google.com/p/twitter-api/issues/detail?id=1277 > > > > > > On Fri, J

[twitter-dev] Re: Twitter Preproduction Server?

2010-01-02 Thread M. Edward (Ed) Borasky
On Jan 1, 1:01 pm, Zac Bowling wrote: > No test version of twitter. The best way is to create a test account and > protect it's updates to keep it off search. Request account/ip white-listing > where necessary. You may get rate limited but it's good to understand your > limits you can work insid