[twitter-dev] Re: API Changes for August 12, 2009

2009-08-13 Thread Robert Fishel
Alex, Thanks for this update, this is a welcome change! -Bob On Thu, Aug 13, 2009 at 3:21 PM, Alex Payne wrote: > A day late and a bug short... > > FIXED: /account/verify_credentials no longer enforces a rate limit that's > inconsistent with the rest of the API. > > Thanks. > > -- > Alex Payne

[twitter-dev] Re: comsumer Keys and comsumer secret--an "OAUTH" issue on twitter

2009-08-12 Thread Robert Fishel
try http://127.0.0.1/ it shouldn't make any difference but who knows. -Bob On Wed, Aug 12, 2009 at 10:31 PM, techyJoe wrote: > > I am unable to register my application with twitter. twitter will not > accept my Callback URL, it states that it is a n invalid URL. I am > using a test server at th

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-12 Thread Robert Fishel
Obligatory Wikipedia link: http://en.wikipedia.org/wiki/Ontology On Wed, Aug 12, 2009 at 7:14 PM, Neil Ellis wrote: > > Someone remind me again who was it that saw this record breaking thread > coming . :-) > > I think the only thing that hasn't been discussed is the very nature of life > it

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-12 Thread Robert Fishel
thread is done) so I don't want you to think this is a personal attack. I'm just trying to observe the reason for the TOS violation and make a case for why it is a reasonable part of the TOS. -Bob On Wed, Aug 12, 2009 at 4:23 PM, Dossy Shiobara wrote: > > On 8/12/09 3:44 PM, Robert F

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-12 Thread Robert Fishel
No I don't see what you did there There are universal wrongs. Guns aren't on of them. Premeditated murder is. So is spam. Maybe I'm slow but what are you trying to get at? -Bob On Wed, Aug 12, 2009 at 2:32 PM, Dossy Shiobara wrote: > *SNIP* > Universal wrongs? > > YOU are WRONG. > > Guns d

[twitter-dev] Re: Rate limit question (again/followup) 20k user or ip?

2009-08-11 Thread Robert Fishel
While this may be true I think it's a fringe case and not what we're trying to get at here (although it could explain conflicting test results) To summarize what we're looking for clarification on: (example) My server has 1 whitelisted IP and 1000 users. It operates for 1 hour. Each user make

[twitter-dev] Re: Account Verify Credentials

2009-08-07 Thread Robert Fishel
nsure that you are processing the correct data. -Bob On Thu, Aug 6, 2009 at 10:36 PM, Chris Babcock wrote: > > On Thu, 6 Aug 2009 12:01:14 -0400 > Robert Fishel wrote: > >> I too thought that one should call verify credentials with Oauth. How >> are you suggesting we verify t

[twitter-dev] Re: local dev + sub-domains and oauth

2009-08-06 Thread Robert Fishel
Perhaps set a cookie when they come to your site noting their preferred language then check for the cookie on the callback page. -Bob On Thu, Aug 6, 2009 at 12:35 PM, peter_tellgren wrote: > > I am running a site where I use sub-domains for the different > languages I support on the site. > > e.

[twitter-dev] Re: Rate Limiting Question

2009-08-06 Thread Robert Fishel
or 10,000 > Twitter accounts. > > If the API is currently behaving differently, then it is a bug. > > I have had discussions with Twitter engineers about this, and the > intended behavior is an aggregate 20,000 calls per whitelisted IP > address as I mentioned above. >

[twitter-dev] Re: Account Verify Credentials

2009-08-06 Thread Robert Fishel
Chris, I too thought that one should call verify credentials with Oauth. How are you suggesting we verify that the token is still active, another call to oauth_authenicate/authorize? Thanks -Bob On Thu, Aug 6, 2009 at 7:51 AM, Chris Babcock wrote: > > > > On Aug 5, 10:15 pm, Jesse Stay wrote:

[twitter-dev] Re: Rate Limiting Question

2009-08-06 Thread Robert Fishel
Wowzers (bonus points for getting the reference) It appears as if each user does get 20k (according to the linked threads) this is I think what they intended and makes apps a LOT easier to develop as you can now do rate limiting (ie caching and sleeping etc...) based on each user and not on an en

[twitter-dev] Re: follwers ids and friends ids

2009-08-02 Thread Robert Fishel
I'm pretty sure this is a verified bug with the number of followers not being exact but I can't seem to find the reference anywhere... -Bob On Sun, Aug 2, 2009 at 11:11 PM, Dan Kurszewski wrote: > > I am having problems with the followers ids and friends ids calls. > > reprosites has 6318 friend

[twitter-dev] JS API implementation

2009-07-29 Thread Robert Fishel
Can anyone recommend a javascript api implementation (anything that already has a jquery plugin would be a bonus but not necessary) The few I've seen don't allow statuses.update which is a nessecity for me. Thanks