标签: wordpress oauth
我的所作所为:
1我要去授权
https://public-api.wordpress.com/oauth2/authorize?client_id=256&response_type=code&redirect_uri=http%3a%2f%2faltinorge.com%3a333%2findex.fast%3faction%3dwordpress
获得回调和代码
2现在我必须获得访问令牌
https://public-api.wordpress.com/oauth2/token?client_id=256&redirect_uri=http%3a%2f%2faltinorge.com%3a333%2findex.fast%3faction%3dwordpress&client_secret=KH78PsklKI4uACufFdkSA3DyuknaYshQPxmAbROhRFXvLN71B6S4xhS9y3IMq4St&code=Cber6PVJVe&grant_type=authorization_code
但是获得(405)方法不允许
由于