Hey all,
I’m new to working with APIs but I chose Twitter to learn. I’m making a Java program that uses Twitter4J.
Every time that I start my program, I am given a link that takes me to Twitter to authorize the app, and I receive a PIN that I enter into the program then I can start using the API. I don’t fully understand Oauth yet, but I believe I would like to save these access tokens on my machine.
My goal is to be able to skip getting that link, and having to enter a PIN every time. Any ideas?
Thanks for the help!