From 2e27e3a6a3950696af7b5f62ff03d0b6328a8e14 Mon Sep 17 00:00:00 2001 From: Loshan Selvaraj <124349231+loshan20011@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:28:28 +0530 Subject: [PATCH] Update notes on Module.md file --- ballerina/Module.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ballerina/Module.md b/ballerina/Module.md index ce0f84b..e444f47 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -29,8 +29,10 @@ To use the Twitter connector, you must have access to the Twitter API through a 3. You will be provided with your keys and tokens. Make sure to save the provided API key, API secret key, Access token, Bearer Token, and Access token secret. -**Note** +**Note:** + - You will use the keys and tokens generated from the Twitter Developer Portal to authenticate API requests. + - We are now using OAuth 2.0 App Only, but there is another way using OAuth 2.0 Authorization Code with PKCE. If you want, you can go through this link: [OAuth 2.0 Authorization Code with PKCE](https://developer.twitter.com/en/docs/authentication/oauth-2-0/user-access-token).