You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please provide a minimal reprex (reproducible example)? The goal of a reprex is to make it as easy as possible for me to recreate your problem so that I can fix it: please help me help you!
If you've never heard of a reprex before, start by reading "What is a reprex", and follow the advice further down the page. Please make sure your reprex is created with the reprex package as it gives nicely formatted output and avoids a number of common pitfalls.
@Jibril2 If you use "q=13ReasonsWhy" instead of "q=13+Reasons+Why", the status code will be 200, right? I think this is because oauth_encode() fails to handle +.
The code I am using is as follows...
That always gives me a 401 error authentication failed.
Meanwhile, using library(twitteR)
setup_twitter_oauth( consumer_key=myKey, consumer_secret=mySecret, access_token=accessToken, access_secret = accessSecret)
Accepts the OAuth.
The text was updated successfully, but these errors were encountered: