Skip to content

Commit

Permalink
Update notes on Module.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
loshan20011 authored Jun 26, 2024
1 parent b478beb commit 2e27e3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


Expand Down

0 comments on commit 2e27e3a

Please sign in to comment.