Error Encountered When Generating Refresh Token?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 04:17 AM - edited 12-18-2023 04:26 AM
Dear All,
I am attempting to generate a refresh token using OAuth 2.0. and configuring the setup with all the necessary information,but i encounter an error message.
Oauth API Script:-
The specific error message I am receiving is as follows:
I kindly request your guidance on identifying the mistake in my setup.
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 05:56 AM
Hi,
Are you sure your OAuth profile support grant type "authorization Code"?
When you have this grant type user need to authenticate by entering credentials for another system. This method is not useful when you need to call API's through backend and will not generate Access token and refresh token throgh script.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 09:34 PM
I am not sure about it, I am new to this integration part.
I have seen on Internet and Youtube to configure.
Please guide me with the steps to cross check if I miss something.
are the details I have:
Client ID, secret Id, Refresh token and Authorization code