Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试通过以下URL在Medium(博客)上连接我的网站帐户:
https://medium.com/m/oauth/authorize?redirect_uri=https%3A%2F%2Fdomain.com%2Fnetworks%2Fmedium%2Fcallback&scope=basicProfile&response_type=code&client_id=7510274391b7
但是,我得到这个中等错误:
我们不明白您的要求。
当上述请求中包含的重定向 URL 与创建的 Medium App 中的 URL 不匹配时,会发生此错误。确保重定向 URL 与您正在使用的 ClientID 中的 URL 对应的 Medium App 中的 URL 完全匹配。
在我们的例子中,这不是因为重定向 uri。我们还没有弄清楚原因,但是如果您在该 400 消息处再次加载相同的授权请求 URL,Medium 只会让您通过。我知道这是一个黑客,或者他们身边的一个错误。谁知道。