scribe-java

Using OAuth with Scribe-Java and Google Apps

I'm trying to get a list of all contacts within my Google Apps domain. To do so I'm using the Scribe-Java library (http://github.com/fernandezpablo85/scribe-java) within my GWT application. String resp= ""; OAuthService service= new ServiceBuilder () .provider (GoogleApi.class).apiKey ("my-domain.com").apiSecret ("my-secret").scope (...