Skip to content

Commit

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

0 comments on commit 54443d0

Please sign in to comment.