Google analytics NativeApplicationClient.ClientIdentifier未解析

Google analytics NativeApplicationClient.ClientIdentifier未解析,google-analytics,google-api,dotnetopenauth,google-analytics-api,Google Analytics,Google Api,Dotnetopenauth,Google Analytics Api,我已经提到了这篇文章,它与我的文章并不完全相似,但我使用的代码是相似的 using System; using DotNetOpenAuth.OAuth2; using Google.Apis.Authentication.OAuth2; using Google.Apis.Authentication.OAuth2.DotNetOpenAuth; using Google.Apis.Samples.Helper; private void Window_Initialized(object

我已经提到了这篇文章,它与我的文章并不完全相似,但我使用的代码是相似的

using System;
using DotNetOpenAuth.OAuth2;
using Google.Apis.Authentication.OAuth2;
using Google.Apis.Authentication.OAuth2.DotNetOpenAuth;
using Google.Apis.Samples.Helper;

private void Window_Initialized(object sender, EventArgs e)
{
     var provider = new NativeApplicationClient(GoogleAuthenticationServer.Description);
     provider.ClientIdentifier = "<My Client Id here>";
     provider.ClientSecret = "<My Client Secret here";
     ...
     ...
}
使用系统;
使用DotNetOpenAuth.OAuth2;
使用Google.api.Authentication.OAuth2;
使用Google.api.Authentication.OAuth2.DotNetOpenAuth;
使用Google.api.Samples.Helper;
私有无效窗口\u已初始化(对象发送方,事件参数e)
{
var provider=new NativeApplicationClient(GoogleAuthenticationServer.Description);
provider.ClientIdentifier=“”;

provider.ClientSecret=“您正在构建什么类型的应用程序(Web、服务帐户、已安装的应用程序)?获取宣誓令牌的方式会根据应用程序的类型而变化