I have an app that uses 3-legged oauth integration.
I’m using this npm package: https://www.npmjs.com/package/node-twitter-api
Occasionally the request to get the access tokens returns this error: {“error”:{“statusCode”:401,“data”:“This feature is temporarily unavailable”}}
I have other similar twitter integrations that are virtually identical that are working without any issues.
Any ideas?