What steps will reproduce the problem?
1. Create an OAuthApi object.
2. Call GetFriends() on it.
3. Call GetFriends() again within _cache_timeout seconds.
What is the expected output? What do you see instead?
You only do one request to Twitter. But because _FetchURL() forces
no_cache=True, you do two!
What version of the product are you using? On what operating system?
r8 from Subversion.
Please provide any additional information below.
I've attached a patch that fixes this problem.
Original issue reported on code.google.com by
sfl...@gmail.comon 7 Jan 2010 at 10:49Attachments: