twitteR icon indicating copy to clipboard operation
twitteR copied to clipboard

(403) Forbidden while updating status

Open morrysa7 opened this issue 11 years ago • 2 comments

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?

morrysa7 avatar Jul 06 '14 19:07 morrysa7

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.

lmmx avatar Feb 11 '15 11:02 lmmx

This might also be related to #78

geoffjentry avatar Feb 11 '15 14:02 geoffjentry