Hi,
Where is the best place to find the latest documentation and endpoints for an OAuth In SmartApp? I don’t think the authorize or token endpoints are listed anywhere but I could be wrong.
I think I have successfully created a SmartApp and set up the redirect URI. I’ve derived the authorize endpoint, and a user can log in, select the access they want to give, then submit. However I’m unsure if I have the correct endpoint to exchange the auth token for access and request tokens, because I’m getting a 401 code back.
Additionally, I left the “target url” field blank for the Smart App - would this impact anything?
Ultimately our Smart App only needs to be able to store and use tokens to execute commands on customer distributed devices periodically, on a CRON job type basis.
Thank you!
Alex