Greetings, I am successfully using OAuth to obtain a token and token secret and make POSTs with it.
I am testing using status updates and it works flawlessly until when I suspect I must be exceeding the limit of updates permitted per minute or whatever. Even after waiting what I think should be ample time to be allowed to post again the token no longer works and just returns 401 errors. It seems then I have to obtain a new token and secret to regain authorization to post again. Can anyone confirm if my suspicion is correct? Or offer any insight? Or once the status update limit is exceeded, how long do I have to wait for my OAuth token to be authorized again? Thanks!
