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 +服务器以获取访问令牌的请求网址。但它返回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来发出请求。我经历了与此相关的先前提出的问题。但没有什么工作正常。任何人都可以提供解决方案吗?提前致谢。