[twitter-dev] problem getting acurate remaining-hits with rate_limit_status

2009-11-09 Thread ch...@stuffworldwide.com
My program sends is using rate_limit_status.xml to get the number of remaining hits until the account limit is exceeded. My problem is that it always seems to return the same value: 150. Even once I have already hit the limit the service continues to show 150 hits left. I am thinking that it is

[twitter-dev] .NET Class for handling Twitter Updates and Rate Checks

2009-11-10 Thread ch...@stuffworldwide.com
Not many .NET examples out there... here it is... have fun... using System; using System.Text; using System.Net; using System.IO; using System.Xml; namespace Tweeter { public class TwitterTools { #region Members #endregion public

[twitter-dev] Re: .NET Class for handling Twitter Updates and Rate Checks

2009-11-12 Thread ch...@stuffworldwide.com
...@stuffworldwide.com ch...@stuffworldwide.com wrote: Not many .NETexamples out there... here it is... have fun... using System; using System.Text; using System.Net; using System.IO; using System.Xml; namespace Tweeter {      public class TwitterTools