App values
- A Meta developer app with Threads API access configured.
- The Threads App ID from the app dashboard.
- The Threads App Secret from the app settings.
- An OAuth redirect URL added to the app allowlist.
Threads publishing runs through a Meta developer app. For Oryginal, you need the Threads App ID, Threads App Secret, an OAuth redirect URL, the publishing scopes, a Threads user ID, and a long-lived Threads user access token.
threads_basic permission for account identity.threads_content_publish permission for publishing.Threads short-lived tokens are exchanged for long-lived tokens. Long-lived tokens currently last 60 days and should be refreshed before they expire.
https://oryginal.nomadcompass.xyz/.code value or the full redirect URL into the helper.The authorization code can be used once. If the exchange fails with a reused or expired code, generate a new OAuth link and authorize again.
Paste the verified Threads user ID returned by the helper. This identifies the account Oryginal should publish from.
Paste the raw long-lived access token returned by the helper. Keep it paired with the same Threads user ID.