flpvn / wittytwitter

Automatically exported from code.google.com/p/wittytwitter
0 stars 0 forks source link

Witty Making too many API calls #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Each time you toggle open the Update text box open an API call is made to 
update your list of friends for the autocomplete.

What is the expected output? What do you see instead?
I would think this information should be refreshed at some kind of interval 
and at login to avoid making an extra API call per tweet at the minimum.

What version of the product are you using? On what operating system?
Vista x86 and Vistax64

Please provide any additional information below.
The code doing this is in the ToggleUpdate() method on the 
MainWindow.xaml.cs file which calls the UpdateFriendsList() method.

Original issue reported on code.google.com by kris.sc...@gmail.com on 28 Jan 2009 at 9:29

GoogleCodeExporter commented 9 years ago
Fixed in revision 428.

Original comment by james.deville on 31 Jan 2009 at 7:57