Cannot get the authorization code when i install my oauth app locally

here is the redirect url i mentioned in my app


here <Myapp.com> is representing testing domain.

this is the endpoint i have calling in node js after authorization.

But when i click install and authorize i am not getting any authorization code.

My app type is a Oauth enabled chatbot in that.

can you tell me how to get the authorization code?

Thanks rohith

Hi @rohith,

Are you leveraging an OAuth App or a Chatbot app? If it’s the latter, I should note that this utilizes a client_credentials grant type flow (rather than an authorization code):

Let me know if you can confirm,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.