Skip to content

Commit 6933f61

Browse files
committed
fix redundant sentance
1 parent 702de2a commit 6933f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • fundamentals/authentication/oauth-2-0

fundamentals/authentication/oauth-2-0/ios.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If the X app is not detected, use the standard authorization URL (`https://x.com
4949

5050
## Step 3: Construct the Authorization Start Flow URL
5151

52-
Build the URL using the endpoint `https://x.com/i/oauth2_start_flow` (or `https://x.com/i/oauth2_start_flow` for compatibility). Include all standard OAuth 2.0 parameters.
52+
Build the URL using the endpoint `https://x.com/i/oauth2_start_flow`. Include all standard OAuth 2.0 parameters.
5353

5454
Required parameters:
5555
- `client_id`: Your app's Client ID from the X Developer Portal.

0 commit comments

Comments
 (0)