(403) Forbidden while updating status
Hi,
I simply register my OAuth with:
setup_twitter_oauth(api_key,api_secret,access_token,access_token_secret)
And later I try to update my status via updateStatus('Blah blah blah'). For the first run I can do this but later for some hours I cannot again do this and receive this message:
Error in twInterfaceObj$doAPICall(endpoint, params = params, method = "POST", :
client error: (403) Forbidden
Can anyone help me?
That's the proper behaviour, 403 = understood but forbidden - try tweeting the same status from a web browser and you'll receive the same. Messages must not be duplicates
Edit may well be related to #78, but from the issue description here I got the impression the identical status was being posted, which is forbidden and wouldn't be down to anything wrong with this package.
This might also be related to #78