4 answers
Hi @Andee The concept for getting refresh token it changed now I belive. You can get refresh token but in two steps1. Get code : https://MYORG.my.salesforce.com/services/oauth2/authorize?response_type=code&client_id=XXXXX&redirect_uri=XXX&state=mystate2. Use the code to get refresh token : granttype = authorization_code pass code as parameter remember code can be used only once check the documentation then you will get refresh token. Also the connected all scope should have refresh token