Hello,
New to PD. Attempting to create a workflow similar to the demo video from the home page. I followed the steps in the Twitter API integration page, created a fresh project in Twitter developer Dash, reset everything I could, and am still hit with this error:
Error - Request failed with status code 403:
{"client_id":"27396010","detail":"When authenticating requests to the Twitter API v2 endpoints, you must use keys and tokens from a Twitter developer App that is attached to a Project. You can create a project via the developer portal.","registration_url":"https://developer.twitter.com/en/docs/projects/overview","title":"Client Forbidden","required_enrollment":"Appropriate Level of API Access","reason":"client-not-enrolled","type":"https://api.twitter.com/2/problems/client-forbidden"}
at createError (/var/task/node_modules/axios/lib/core/createError.js:16:15)
at settle (/var/task/node_modules/axios/lib/core/settle.js:17:12)
at IncomingMessage.handleStreamEnd (/var/task/node_modules/axios/lib/adapters/http.js:269:11)
at IncomingMessage.emit (events.js:412:35)
at endReadableNT (internal/streams/readable.js:1333:12)
at processTicksAndRejections (internal/process/task_queues.js:82:21)
Can someone please help or point to what I’m doing wrong? I’m sure I have the secret and keys correct, I can see the project in my Dashboard and don’t understand why PD can’t find the keys and tokens from my Twitter dev app.
Thank you!