Hello All,
I have created a refresh token using the method thanks to "Здравко". Manually using a web browser and Windows Command prompt. The command prompt is:
curl https://api.dropbox.com/oauth2/token -d grant_type=refresh_token -d refresh_token=<Refresh Token> -u <App key>:<App secret>
However, I want to be able to execute this from within my app, which is written in B4A. My app is an in-house app for private use only. From my limited knowledge of http, there is an option with "httpjob.PostString" (B4A) that requires parameters link as String and text as String. Assuming this method will work can anyone advise what the link and text parameters would need to be?
Your assistance is greatly appreciated.
Brad