I'm having authentication issues when creating a source using Twitter trigger

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! :raised_hands:t5:

Hi @skiprjak93,

I’m sorry to hear you’re experiencing issues with the Twitter API integration. It seems like the error is related to the authentication process. Please double-check that you’ve followed the instructions in the Getting Started guide and have entered the correct Consumer Key and Secret for your Twitter developer app.

If you’re still facing issues, please visit https://pipedream.com/support for more support options.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.