node-oauth
node-oauth copied to clipboard
Request timeout support
User is able to specify client's requestTimeout option. If set, request.setTimeout() is called on each request OAuth2 lib does. If timeout event is triggered by the socket - Error("E_OAUTH_REQUEST_TIMEOUT") is thrown.
we need this feature to abort long time request, usually more than 30s.
- You have a conflict that needs to be resolved.
- Can you add this to
OAuth
for services that use OAuth 1.0A?