AndroidTwitterGoogleApiJavaClient icon indicating copy to clipboard operation
AndroidTwitterGoogleApiJavaClient copied to clipboard

Desktop applications only support the oauth_callback value 'oob'

Open elagin opened this issue 10 years ago • 1 comments

I get error:

com.google.api.client.http.HttpResponseException: 401 Authorization Required
<?xml version="1.0" encoding="UTF-8"?>
<hash>
  <error>Desktop applications only support the oauth_callback value 'oob'</error>
  <request>/oauth/request_token</request>
</hash>

When I changed OAUTH_CALLBACK_URL value to "oob" this error code no longer occur.

elagin avatar Dec 13 '15 18:12 elagin

Now WebView show me 7 digit twitter pin and requires to enter it in the application. How to do it?

elagin avatar Dec 13 '15 18:12 elagin