Closed GoogleCodeExporter closed 9 years ago
Can you give a little more detail about what you want to do? What platform(s)
are you planning on building on?
The OAuth 2.0 JavaScript flow (which this library uses) is generally meant for
web applications, so it might require some legwork to get this to fit into your
installed application, e.g., having auth done through a web view in your
application.
It may be easier to use the google-oauth-java-client project for this if you're
on Android, or gtm-oauth on iOS
http://code.google.com/p/google-oauth-java-client/
http://code.google.com/p/gtm-oauth/
Original comment by jasonhall@google.com
on 18 Apr 2012 at 1:17
I want to include calendar feature in my application which is in .net and i am
planing that the calendar should be same as google calendar i.e if user makes
entry in to the calendar of my app the same entry should be done in the users
google calendar or vice e versa. the entry should go to google's server
directly so that no mid-server required.Please help me the way out any help
will be appreciated. thank you
Original comment by swapnil....@gmail.com
on 19 Apr 2012 at 4:33
Please check out the Google APIs Client Library for .NET, which has support for
both Google Calendar API (v3) and OAuth 2.0
http://code.google.com/p/google-api-dotnet-client/wiki/OAuth2
Original comment by jasonhall@google.com
on 19 Apr 2012 at 1:33
Original issue reported on code.google.com by
swapnil....@gmail.com
on 18 Apr 2012 at 7:30