Hi, I’m new to OAuth, but not new to programming. I ran the common example code that gives me a url that contains my pin. from there it let’s me authorize access to my account. Here’s what I’m confused about. Do I need to programmatically bring the user of my app to this page to get their own token? Or is this a one time, developer authentication? I’m developing it as a Java app right now, but may want to publish it for others to use in the future.
Does each new user have to go through this same authentication process? Do I need to provide them the authentication link, have them copy and paste the pin, and then save all of this into their own file, which logs them in each time? This is a desktop application as of right now. Thanks for any help, and sorry for the newbie question, I just can’t find a clear answer for this wherever I look.