Hi,
I'm using the ruby twitter gem:
http://github.com/jnunemaker/twitter
So to set it up I do:
oauth = Twitter::OAuth.new(CONFIG['twitter_key'],
CONFIG['twitter_secret'])
oauth.authorize_from_access(CONFIG['twitter_atoken'],
CONFIG['twitter_asecret'])
base = Twitter::Base.new(oauth)
Then when I do:
base.rate_limit_status
I get:
<#Hashie::Mash hourly_limit=150 remaining_hits=150 reset_time="Tue Aug
31 08:26:37 +0000 2010" reset_time_in_seconds=1283243197>
If I use the exact same code for other accounts I have I get:
<#Hashie::Mash hourly_limit=350 remaining_hits=350 reset_time="Tue Aug
31 08:22:40 +0000 2010" reset_time_in_seconds=1283242960>
Also, if I was not authorized by OAuth shouldn't the limit be even
lower?
Regards
Roger
On Aug 31, 1:03 am, Matt Harris <[email protected]> wrote:
> Hi Roger,
>
> It sounds like the OAuth part of your request isn't being seen by our
> servers. A rate limit of 150 will be reported whenever you make a
> request without authorisation. Can you share the code you are using to
> make the requests so we can see what might be going wrong?
>
> Thanks,
> Matt
>
> On Mon, Aug 30, 2010 at 11:30 AM, Roger Ertesvåg <[email protected]> wrote:
> > The OAuth rate limit for one of my accounts is stuck at 150. From what
> > I'm reading, and seeing from other accounts I have, it is my
> > understanding that it should be 350. What can I do to fix this?
>
> > Regards
> > Roger Ertesvag
>
> > --
> > 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
>
> --
>
> Matt Harris
> Developer Advocate, Twitterhttp://twitter.com/themattharris
--
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