C# - 如何使用webrequest来模仿卷曲调用

时间:2012-06-13 19:50:37

标签: c# curl google-api webrequest

我有这个卷曲请求,我已经能够从各种教程中拼凑出来,并且它可以工作,但我需要能够在C#中完成。

curl -k -d“code = 4 / blahBLMUeFewxYi7AblahgdBf_7Lm.IrGYEyuzz8QfOl05ti8ZT3bppze2bgI& client_id = xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com& client_secret = blahjf5z45yLNIjXGSO& redirect_uri = http:// localhost& grant_type = authorization_code”https://accounts.google.com/o/oauth2/token

我没有要查看的代码,因为我不知道从哪里开始。

有没有人有关于如何做到这一点的任何教程?

感谢。

1 个答案:

答案 0 :(得分:0)

到目前为止你一直在使用the WebRequest class吗?这似乎是一个明智的起点。

如果您希望进行OAuth集成,请there are client libraries for that