Question

no authorization code is returned when authenticating using oauth

  • 28 November 2017
  • 2 replies
  • 2290 views

After oauth, no code is returned to redirect URL. i do not get any error in my server log too.

I doubt whether my app is not enabled for that country? or any other issue?


2 replies

Could you please provide us with more detail?  If there is not code returned to redirect URL, could you please post the whole redirect URL here?  Or you can post some code snippets for us to analyze.

Make sure you use correct format in Authorize url.

Also try putting following and check you are getting the code back in the url

response_type=code

It would have been better if you had provided your format here to get verified

Reply