mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
✨ Oauth1 support and Twitter node
This commit is contained in:
@@ -801,7 +801,7 @@ export class HttpRequest implements INodeType {
|
||||
// Now that the options are all set make the actual http request
|
||||
|
||||
if (oAuth2Api !== undefined) {
|
||||
response = await this.helpers.requestOAuth.call(this, 'oAuth2Api', requestOptions);
|
||||
response = await this.helpers.requestOAuth2.call(this, 'oAuth2Api', requestOptions);
|
||||
} else {
|
||||
response = await this.helpers.request(requestOptions);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user