Skip to content

Commit bbb517b

Browse files
author
GitLab CI
committed
docs: Add OAuth 1.0a fix to changelog
1 parent 52671fa commit bbb517b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Unreleased
2+
3+
### 🐛 Bug Fixes
4+
- 🔧 **Fixed Twitter OAuth Authentication**: Switch from Bearer Token to OAuth 1.0a
5+
- Twitter API v2 create tweets endpoint requires User Context authentication
6+
- Bearer Token (App-Only) is not supported for posting tweets
7+
- Now uses OAuth 1.0a with API Key, API Secret, Access Token, and Access Token Secret
8+
- Uses `nearform-actions/github-action-notify-twitter` action for OAuth signing
9+
110
## 0.5.4
211

312
**Add automated Twitter/X posting for release announcements**

0 commit comments

Comments
 (0)