mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
✨ Oauth1 support and Twitter node
This commit is contained in:
@@ -138,7 +138,7 @@ export class OAuth implements INodeType {
|
||||
json: true,
|
||||
};
|
||||
|
||||
const responseData = await this.helpers.requestOAuth.call(this, 'oAuth2Api', requestOptions);
|
||||
const responseData = await this.helpers.requestOAuth2.call(this, 'oAuth2Api', requestOptions);
|
||||
return [this.helpers.returnJsonArray(responseData)];
|
||||
} else {
|
||||
throw new Error('Unknown operation');
|
||||
|
||||
Reference in New Issue
Block a user