2

https://developers.google.com/google-apps/calendar/instantiate?hl=zh-CN

I would like to use Google Calendar API v3, but in this example, I can't find these libraries:

import com.google.api.client.auth.oauth2.draft10.AccessTokenResponse; 
import com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessProtectedResource; 
import com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant; 
import com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAuthorizationRequestUrl; 

Perhaps they are too old and deprecated? and where can I get the latest examples for authorization codes?
4

1 回答 1

0

仅供参考:我从 Google 得到了官方答复,他们将使用新 API (v3) 的示例更新过时的文档和示例。

于 2012-10-10T11:31:17.863 回答