Twitter V2 - Post Tweet Issue

I am using Pathfix OAuth Connector and Twitter V2 plugin in my Bubble app.
It worked well. But now it doesn’t work. I tested Twitter V2 post tweet action in Pathfix API playground.
It says that I missed the refresh_token in the header.
Is there anyone experienced this issue before and how did you solve it?

Hey @NoCode it looks like you maybe missing a scope for the write.

Click on Edit under your Twitter integration in Pathfix, edit the scopes to add tweet.write and hit Save

Once you add the new scopes, go back to Test Connection and Reconnect an account (any changes to scopes needs the connected to be reconnected for the new scopes to take effect).

The API to post a tweet will work after this.