I am trying to use the google-api-client library (1.4.beta) to access the Buzz API using OAuth2. I managed to get an auth token using AccountManager.get(this).getAuthTokenByFeatures(..) but I am not sure how to use this token with the (generated) Buzz() library:
Buzz buzz = new Buzz(AndroidHttp.newCompatibleTransport(), new GsonFactory()); buzz.accessKey = GOOGLE_APIS_CLIENT_SECRET; Is there some buzz.setAuthToken method or something? kind regards, -g. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

