I'm following the Traditional 3-legged OAuth2 set up. The first step is getting the authorization URL, which requires "your_store_tokens_callback_method". How do I set this up? Do I need to have the access_token and refresh_token for this? How do I get those if so?
I found an issue on github regarding this, but I'm not sure how to implement it myself.
