Open GuiWukai opened 6 years ago
Twitter API does not allow CORS. You would need to call the search function from backend and then pass the data back to frontend to render. Read here for more info
any tips on how to do this, if i'm using node/express/react?
I just tried to move this function into my server.js file and then import the function from my react component.
I get an error saying that I can't import outside of my src directory
Hi,
I am running this code but it gives a 400 error. My consumer_key, consumer_secret, access_token, access_token have been generated recently and the access-level is set to read-only.
My question: Does anyone know how solve this issue?
This is the error I am getting:
Thanks!