sawanmishra / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Sample Implementation for Google.Apis.admin.directory_v1.dll using OAuth 2.0 #449

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which Google API and version (e.g. Google Tasks API version 1)?
Admin SDK Directory API (for .NET library) - Google.Apis.admin.directory_v1.dll

What should the sample demonstrate (e.g. using OAuth2, using a specific
feature of that API)?
I would like to add Manager role for a group Member.  
Method:  InsertRequest (Google.Apis.Services.IClientService service, 
Google.Apis.Admin.Directory.directory_v1.Data.Member body, string groupKey)

Please provide sample implementation of this method especially the 
IClientService implementation and using OAuth2.0 authentication.

Platform (e.g. Windows, Mono, Silverlight, WP7)?
Windows

External references, such as API reference guide?

https://developers.google.com/resources/api-libraries/documentation/admin/direct
ory_v1/csharp/latest/annotated.html
Please provide any additional information below.

I need help in understanding the implementation for IClientService service and 
using OAuth2.0 authorization for authorizing requests for .NET.

Original issue reported on code.google.com by deepa.vg...@gmail.com on 11 Feb 2014 at 10:11