I need to obtain an OAuth token when a user installs my app:
How can I do this? are there any YouTube videos explaining it? Basically when someone installs my app how can I kick off the OAuth flow? Any github examples? i have found this User onboarding but not sure if its the right link to answer this question. it says:
Starting point
The starting point is the feature or template that opens when a user tries to set up your app for the first time.
Is this the page user sees when they open my app? that is not what i am looking for. what i am looking for is an endpoint i can provide when user installs my app. this is a one-time page they will see vs. a page that they see every time when they open my app. can someone guide me? thanks