简体   繁体   English

Google Analytics(分析)身份验证帮助ASP.NET C#

[英]Google Analytics Authentication Help ASP.NET C#

I'm trying to query google analytics in the simplest way possible but have run into a problem. 我正在尝试以最简单的方式查询Google Analytics(分析),但遇到了问题。 I have it done using the p12 key from google but I want it even simpler than that. 我用谷歌的p12键完成了它,但是我想比这更简单。 What I want is for a user to enter their google username and password and the queries will be executed using that data. 我想要的是用户输入他们的Google用户名和密码,查询将使用该数据执行。 I want this done without any prompts from google asking for app permissions. 我希望做到这一点,而无需任何来自Google的提示来询问应用程序权限。 Is this possible? 这可能吗? Thanks, Tommy 谢谢汤米

Google API uses OpenAuth to authenticate users. Google API使用OpenAuth对用户进行身份验证。 Users have to consent /approve to access before they are authenticated. 用户必须经过同意/批准才能进行身份验证。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM