Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 缺少必需的参数:响应类型_C#_Rest_Google Oauth_Restsharp - Fatal编程技术网

C# 缺少必需的参数:响应类型

C# 缺少必需的参数:响应类型,c#,rest,google-oauth,restsharp,C#,Rest,Google Oauth,Restsharp,我们已经创建了一个身份验证程序(OAuth2/REST/C#/RestSharp 103.1.0.0) 我们正在引用此URL() 到目前为止,我们不得不使用回复中包含的“ResponseUri” 大约从8月21日起,发生了以下错误 错误:无效的\u请求 缺少必需的参数:响应类型 根据调查结果,当我们使用ResponseUri.OriginalString时,可以解决此事件 我是否需要使用ResponseUri.OriginalString而不是ResponseUri?这是针对网站或应用程序的?你

我们已经创建了一个身份验证程序(OAuth2/REST/C#/RestSharp 103.1.0.0)

我们正在引用此URL()

到目前为止,我们不得不使用回复中包含的“ResponseUri”

大约从8月21日起,发生了以下错误

错误:无效的\u请求 缺少必需的参数:响应类型

根据调查结果,当我们使用
ResponseUri.OriginalString
时,可以解决此事件


我是否需要使用
ResponseUri.OriginalString
而不是
ResponseUri

这是针对网站或应用程序的?你使用的是什么类型的图书馆?这是一个网站。我们使用的库是RestSharp 103.1.0.0。这是用于网站还是应用程序?你使用的是什么类型的图书馆?这是一个网站。我们使用的库是RestSharp 103.1.0.0。