English 中文(简体)
如何使用与 Google. GData. 分析工具的 Ousth 工具
原标题:how to use oauth with Google.GData.Analytics

I want to create an AnalyticsRequest object using oauth. Everything is working accept the callback page. With the client lib for youtube my code looks like this;

                settings = new YouTubeRequestSettings(appName, clientID, developerKey(string)Session["token"]);
            YouTubeRequest request = new YouTubeRequest(settings);

以作分析的、可加以分析的、可加以分析的、可加以分析的、可加以分析的、可加以试验的、可加以试验的、可加以试验的、可加以试验的、可加以试验的、可加以试验的、可加以试验的、可加以试验的、可加以试验的、可加以试验的、可加以试验的、可加以试验的、可加以试验的、可加以试验的、

gt.request = new AnalyticsRequest(new RequestSettings());

但我似乎找不到 请求调查的建筑师的超载

问题回答

http://code.google.com/p/google-gdata/"rel="nofollow" 标题="GData.NET客户库提供了一个图书馆和源代码,使通过谷歌数据APIs访问数据变得容易。>google-gdata 库 ,有一个

图书馆包括OAuth 2. 0样本,既使用服务类(集体服务),也使用请求类(联系请求),应易于调整,以便使用分析性API:

http://code.google.com/p/google-gdata/sources/browse/trunk/csamples/osamples/outh2_sample/outh2demo.cs

我不是分析动画片专家, 但我知道它支持OAuth 2. 0, 因为它也被列入OAuth 2. 0 游戏场:

< a href=> https://code.google.com/oauthplayfloor/" rel="no follow" >https://code.google.com/oauthplayfloor/





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...