Skip to content

Commit 7f21913

Browse files
committed
Remove invalid billing.write OAuth scope from X plugin
1 parent 6a39659 commit 7f21913

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

third_party/x/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this plugin will be documented here.
55
## 2.0.0 — OAuth user sign-in, no longer read-only
66

77
- Replaced the `X_BEARER_TOKEN` app-only route with OAuth user sign-in using X's client ID `NGdZYmo4VVp2T1BnRG55NlExOGQ6MTpjaQ`.
8-
- Requested scopes: `tweet.read`, `users.read`, `follows.read`, `space.read`, `mute.read`, `like.read`, `list.read`, `list.write`, `block.read`, `block.write`, `bookmark.read`, `bookmark.write`, `billing.write`, `offline.access`.
8+
- Requested scopes: `tweet.read`, `users.read`, `follows.read`, `space.read`, `mute.read`, `like.read`, `list.read`, `list.write`, `block.read`, `block.write`, `bookmark.read`, `bookmark.write`, `offline.access`.
99
- Agents can now manage lists, bookmarks, blocks, and mutes in your user context. Posting is still not possible (`tweet.write` is not requested).
1010
- Removed the `X_BEARER_TOKEN` plugin variable — no credential to paste anymore.
1111

third_party/x/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Or run `/add-plugin x` in chat.
3535
"block.write",
3636
"bookmark.read",
3737
"bookmark.write",
38-
"billing.write",
3938
"offline.access"
4039
]
4140
}
@@ -67,7 +66,7 @@ Requests run in your user context, so they count against your account's rate lim
6766

6867
## Scopes requested
6968

70-
`tweet.read`, `users.read`, `follows.read`, `space.read`, `mute.read`, `like.read`, `list.read`, `list.write`, `block.read`, `block.write`, `bookmark.read`, `bookmark.write`, `billing.write`, `offline.access`
69+
`tweet.read`, `users.read`, `follows.read`, `space.read`, `mute.read`, `like.read`, `list.read`, `list.write`, `block.read`, `block.write`, `bookmark.read`, `bookmark.write`, `offline.access`
7170

7271
## X documentation search
7372

third_party/x/mcp.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"block.write",
1919
"bookmark.read",
2020
"bookmark.write",
21-
"billing.write",
2221
"offline.access"
2322
]
2423
}

0 commit comments

Comments
 (0)