Hi,

I set up my dev environment a couple days ago and I’ve tried to run this query using the rtweet package:
t30<-search_30day(
“from:federalreserve”,
n = 100,
fromDate = “2018-02-05”,
toDate = NULL,
env_name = “download”,
safedir = NULL,
parse = TRUE,
token = mytoken)

I get this error message, despite the fact that I use dev label and app name attributes appropiately when creating my token and query:

tweets/search/30day/download ***Warning: list(message = “Forbidden: Authentication succeeded but account is not authorized to access this resource.”

Do you have any idea?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.