Methods at a glance
- A) Server-to-server (OAuth) - your backend reads public data on its own. App identity only.
- B) On behalf of a user (OAuth) - a third-party app acts as a meetAgain user who consented to it via a browser.
- C) Personal access token (PAT) - you authenticate as yourself with a long-lived bearer token. No app to register, no consent screen. Issue one at your access tokens page.