After not having found a solution for this challenge Looking for a challenge? (filtering twitter webhook events) - #4 by bees8 , I have succesfully deployed a n8n instance on digital ocean. I would only use this for receiving twitter webhook events, as I prefer the stability of n8n cloud for the rest of my workflows.
Receiving the twitter events work amazingly great!
If someone sends a DM, I would like n8n to reply. The Twitter node has this option. The issue I am having right now, is that it returns a 403 error: “There was a problem generating the authorization url”
Twitter can be tricky, I don’t think we support the v2 option yet so there could be something there. I take it when you tried to connect with the Twitter node you had your consumer key and secret filled out?
I think I had to wait for Twitter to approve my app as well before I could use the API properly.
That is odd, It shouldn’t matter what location is used things should work the same way. When trying from Digital Ocean do you see the error when clicking on the sign in link or before?
How have you installed n8n as well is it with docker, npm or something else?
GM
I still have the same issue, as a workaround I now use pipedream.
Basically, n8n workflow gets triggered, if there needs to be a reply given within twitter, I trigger a pipedream workflow
fyi @Jon