0

我想连接我的 Google 日历。我不知道如何使用 OAuth 2.0。我的参数 Google API:

Client ID:
673534379963-342423423432vs315g.apps.googleusercontent.com

Client secret:
iu6V2J-42343242342XecmDounO

Redirect URIs:
urn:ietf:wg:oauth:2.0:oob
我得到日历:
EventQuery myQuery = new EventQuery("https://www.google.com/calendar/feeds/MAIL/private/full");
Google.GData.Calendar.EventFeed oEventFeed = service.Query(myQuery);

4

1 回答 1

1

这不是答案,但我强烈建议不要发布客户端 ID 和机密!

于 2013-06-27T05:56:04.450 回答