function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Binu 8Binu 8 

Refresh token not getting

Hi Team,

    I integrated salesforce OAuth in my local java application.
    The call back uri in sales force is https://localhost:8443/SFDCOAuth/oauth/_callback.
    The page is perfectly redirect after the salesforce authentication.
    The problem is I can't retrieve the refresh token from auth result.
    Let me know what is the problem?