Scott Herbert
unread,May 4, 2010, 2:42:41 AM5/4/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
I'm trying to debug a windows service that post to twitter via the
TwitterVB .net library, every time I try and post to it I receive a
403 reply.
The API doc's say 403 is
"403 Forbidden: The request is understood, but it has been refused.
An accompanying error message will explain why. This code is used when
requests are being denied due to update limits."
Can I assume from that, that the oAuth login is OK but their is a
problem with the request?
I don't think it a rate limiting issue, as the service is only trying
to post once every few minutes.