Can I call the Twitter API in client using Fetch?
I am trying to call the Twitter API in a React App and get the following error Fetch API cannot load https://api.twitter.com/1.1/account/verify_credentials.json. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.…