Closed yordis closed 4 years ago
Hi @yordis, I was able to successfully run this example using test credentials.
This looks like an authentication error, where the credentials in your .env.twitter
do not match those of the app owner, or have been invalidated. Make sure you can make an OAuth 1.0a request (e.g. using Twurl) with the credentials you're using in .env.twitter
.
@iamdaniele let me get back to this in few days, I will reset all the values and double-check
Got my computer, back, working on it again.
(node:20122) UnhandledPromiseRejectionWarning: AuthenticationError: Client application is not permitted to access this user's webhook subscriptions. (HTTP status: 401, Twitter code: 348)
Expected behavior
The example code from the README should work
Actual behavior
It fails
Steps to reproduce the behavior
Create
.env.twitter
file in your home directoryCreate a
index.js
file with the following contentRun the app using
node index.js
The apps fails.