[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [ecf-dev] TweetHub - increasing number of API calls allowed | 
Hi Scott
In the TwitterContainer of the provider plugin, you can 
set the refresh rate.
I'm actually planning on doing something about this in the 
preferences today.
I've seen a nice way where the user can decide where to 
spend their API calls. I'll have it checked in this 
evening.
Here's the code you can change:
class AutoRefreshThread extends Thread {
		int refreshDelay = 10000;
I would also think we should comment out this call that we 
making in the refresh thread for now:
refreshTwitterFriends();
We get the list of friends at the beginning, so the user 
would be relatively up to date. That means that every 
<refreshDelay> milliseconds we'd only make one call, 
rather than two.
Hope that helps
James
						
On Thu, 25 Jun 2009 16:57:43 -0700
 Scott Lewis <slewis@xxxxxxxxxxxxxxxxx> wrote:
Hi James and all,
I just ran into the rate limit by
1) starting/logging into an existing account
2) exiting tweethub
3) restarting tweethub...resulting in message/exception 
upon initial connect:
Connect to scottslewis failed.
 Exception getting twitter friends
 400:The request was invalid.  An accompanying error 
message will 
explain why. This is the status code will be returned 
during rate limiting.
<?xml version="1.0" encoding="UTF-8"?>
<hash>
 <request>/statuses/friends.xml</request>
 <error>Rate limit exceeded. Clients may not make more 
than 100 
requests per hour.</error>
</hash>
Is this the expected behavior with the rate-limit?  If 
so, is there anything I can do to avoid hitting this rate 
limit...as I would like to avoid having it be a problem 
in demos (where it's sometimes necessary to stop/restart 
the app several times).
Thanks,
Scott
James Sugrue wrote:
Hi Guys
Anyone developing on TweetHub will have hit a rate limit 
on the API 
calls. I just found that you can request to get more 
calls if you are 
developing a product
http://twitter.com/help/request_whitelisting
Also, we've committed some new changes to TweetHub 
recently, so feel 
free to check it out and start logging bugs.
Thanks
James
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev
James
http://java.dzone.com
http://eclipse.dzone.com
Phone: 919-678-0300 EXT 111