[twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Proxdeveloper
I'm getting this error messages while requesting the statuses and
DirectMessages from the API.
HTTP 400 Error.
Is Twitter working on this issue ?

On Jan 28, 3:27 pm, Michael Steuer mste...@gmail.com wrote:
 We see this too now on a bunch of our test accounts.. Does Twitter have a 
 resolution time?

 It's making the use and development efforts of our application all but 
 impossible...

 On Jan 28, 2010, at 1:51 PM, Rich wrote:

  Interesting my whitelisted account is still working, but the non
  whitelisted ones are broken over oAuth

  On Jan 28, 9:48 pm, Rich rhyl...@gmail.com wrote:
  Just run it through my debugger, it's absolutely returning an HTTP 400
  response

  On Jan 28, 9:46 pm, Rich rhyl...@gmail.com wrote:

  Looks like they are in the process of upping the oAuth rate limit as
  now I'm getting different results but still a 400 error

  On Jan 28, 9:41 pm, Shelkie eshel...@gmail.com wrote:

  Are others having trouble with Ratelimits?

  Suddenly the X-Ratelimit-Limit has changed to 0 for several accounts
  I have checked. Here are some sample HTTP headers:

   [Date] = Thu, 28 Jan 2010 21:27:55 GMT
   [Server] = hi
   [X-Ratelimit-Limit] = 0
   [Status] = 400 Bad Request
   [X-Ratelimit-Remaining] = 0
   [X-Runtime] = 0.02640
   [Content-Type] = application/json; charset=utf-8
   [Content-Length] = 412
   [X-Ratelimit-Class] = api_identified
   [Cache-Control] = no-cache, max-age=300
   [X-Ratelimit-Reset] = 1264716226

  Notice that X-Ratelimit-Reset is also out of date when compared to
  [Date]

  Any ideas? Could our app have been blacklisted for some reason, or is
  this a more widespread problem?

  Eric.




[twitter-dev] Twitter Application Suspended

2010-01-27 Thread Proxdeveloper
Hello folks, This is the 3rd time I get my application suspended from
twitter, the 2 different names I've tried are :
Twhit,TwhitClient, and both have been suspended; Twhit has been
suspended for 2 times already, I deleted the app and then registered
it again.

My experience of developing with twitter has been awful, it's one
problem after another.

Could anyone help me on why I'm getting my app suspended.


[twitter-dev] Re: Twitter Oauth Issues

2010-01-15 Thread Proxdeveloper
Hey man, What do you mean by that ?

On Jan 13, 6:59 pm, Andrew Badera and...@badera.us wrote:
 Server timestamp difference?

 ∞ Andy Badera
 ∞ +1 518-641-1280 Google Voice
 ∞ This email is: [ ] bloggable [x] ask first [ ] private
 ∞ Google me:http://www.google.com/search?q=andrew%20badera

 On Wed, Jan 13, 2010 at 4:16 PM, Proxdeveloper prox.develo...@gmail.com 
 wrote:
  Hello folks, I'm developing atwitterdesktop client for windows using
  theOauthmethod, but for some reason I'm getting this error while
  requesting an Access token The remote server returned an error: (401)
  Unauthorized..

  This issue is only happening in my development PC, I've tried the app
  in other computers and Internet Connections and it works great, I'm
  guessing this is happening because I make too much requests totwitter
  from the same computer.

  Could anyone help me on this issue ?
  Thanks.


[twitter-dev] Twitter Oauth Issues

2010-01-13 Thread Proxdeveloper
Hello folks, I'm developing a twitter desktop client for windows using
the Oauth method, but for some reason I'm getting this error while
requesting an Access token The remote server returned an error: (401)
Unauthorized..

This issue is only happening in my development PC, I've tried the app
in other computers and Internet Connections and it works great, I'm
guessing this is happening because I make too much requests to twitter
from the same computer.

Could anyone help me on this issue ?
Thanks.


[twitter-dev] Re: Reinstate 'from app' for Basic Auth desktop apps until OAuth is fixed

2010-01-13 Thread Proxdeveloper
As an User Experience designer, It is more complicated for first time
users as the process
is longer, I mean think about it what's more simple than open the app,
enter username/password
Done!, rather than open the app, go to twitter, sign in, copy pin,
paste pin, Done!, I believe the fewer
steps in the process is better.

On Jan 13, 4:37 pm, M. Edward (Ed) Borasky zzn...@gmail.com wrote:
 On Jan 13, 1:52 pm, ryan alford ryanalford...@gmail.com wrote:

  I've been using OAuth for more than 3 months now, about 8 hours a day during
  the week while at work, using my own library and my own twitter client.
   I've never had an issue with stability.  Now the desktop implementation is
  crappy(been posted about 50 billion times), but other than that, I've never
  run into issues with OAuth.

  Now I don't use search or streaming, though I don't even know if those use
  OAuth.

  Is there a specific stability issue?

  Ryan

 It seems to be stable here. I've ported all my desktop apps to oAuth
 without any problems. I've said this before, but I'll repeat it - I
 don't see why people are complaining about the desktop PIN workflow.

 --
 M. Edward (Ed) Boraskyhttp://borasky-research.net/smart-at-znmeb

 I've always regarded nature as the clothing of God. ~Alan Hovhaness


[twitter-dev] Re: Reinstate 'from app' for Basic Auth desktop apps until OAuth is fixed

2010-01-13 Thread Proxdeveloper
As an User Experience designer, It is more complicated for first time
users as the process
is longer, I mean think about it what's more simple than open the app,
enter username/password
Done!, rather than open the app, go to twitter, sign in, copy pin,
paste pin, Done!, I believe the fewer
steps in the process is better.

I think there's no point for this OAuth method, there are thousands of
apps out there using the basic
Auth system.