AndroidTwitterGoogleApiJavaClient icon indicating copy to clipboard operation
AndroidTwitterGoogleApiJavaClient copied to clipboard

Android application implementing the Oauth 1.0 flow using the Google APIs Client Library for Java

Results 1 AndroidTwitterGoogleApiJavaClient issues
Sort by recently updated
recently updated
newest added

I get error: ``` com.google.api.client.http.HttpResponseException: 401 Authorization Required Desktop applications only support the oauth_callback value 'oob' /oauth/request_token ``` When I changed OAUTH_CALLBACK_URL value to "oob" this error code no longer...