From 54443d00b5b231514be89a86b8929c67d380672c Mon Sep 17 00:00:00 2001 From: Loshan Selvaraj <124349231+loshan20011@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:34:51 +0530 Subject: [PATCH] Update Module.md --- ballerina/Module.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Module.md b/ballerina/Module.md index e444f47..c641072 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -29,11 +29,11 @@ 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:** +**Notes** - - 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). +1. You will use the keys and tokens generated from the Twitter Developer Portal to authenticate API requests. + +2. 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). ## Quickstart