0
https://accounts.google.com/o/oauth2/token?client_id=2411apps.googleusercontent.com& client_secret=DE8edtObypGBB&code=4/cCm5zsrhdCjielw01sQ0ZXE-sT2ZLcbTxpyrGgAI& redirect_uri=http://mydomain.com/socialauth/validate.sauth&grant_type=authorization_code

这是发送到 google plus 服务器以获取访问令牌的请求 url。但它返回 405 方法没有允许的错误。在文档中,他们提到了访问令牌请求,例如

POST /o/oauth2/token HTTP/1.1    
Host: accounts.google.com
Content-Type: application/x-www-form-urlencoded
code=4/P7q7W91a-oMsCeLvIaQm6bTrgtp7&
client_id=8819981768.apps.googleusercontent.com&
client_secret={client_secret}&
redirect_uri=ttps://oauth2-login-demo.appspot.com/code&
sgrant_type=authorization_code     

是否有任何特定格式来发送访问令牌请求?我也面临soundcloud的问题。我正在使用 HttpWebRequest 发出请求。我经历了之前提出的与此相关的问题。但没有什么工作正常。任何人都可以提供解决方案吗?提前致谢。

4

0 回答 0