0

I have problem in to medium api request i have try lot of code but can not solve it this with show error "We didn’t understand your request. " This is my URL for request

https://medium.com/m/oauth/authorize?client_id=xxxx
&scope=publishPost
&state=CA 
&response_type=code
&redirect_uri=mywebsiteurl  

I am follow this docs https://github.com/Medium/medium-api-docs

VLAZ
  • 26,331
  • 9
  • 49
  • 67
  • Does this answer your question? [Medium error connection with Oauth](https://stackoverflow.com/questions/48786124/medium-error-connection-with-oauth) – VLAZ Nov 28 '22 at 21:33

1 Answers1

0

I had the same issue and solved using a URL shortener.

Generate the URL and use it on Medium application config and on redirect_uri parameter.