android-oauth-client icon indicating copy to clipboard operation
android-oauth-client copied to clipboard

Android OAuth Client (android-oauth-client) is a library that helps to easily add an OAuth flow to an existing Android application.

Results 46 android-oauth-client issues
Sort by recently updated
recently updated
newest added

getting this build error in gradle. one work around is to force it to use the aar by putting compile 'com.wu-man:android-oauth-client:0.4.4@aar' in the gradle dependecies

Users should add tools:replace="android:allowBackup" to the application in the manifest.

Right now if I set my redirect uri to 'urn:ietf:wg:oauth:2.0:oob', I can never receive a token due to the logic in OAuthDialogFragment#interceptUrlCompat. It would be nice in the AuthorizationFlow.Builder class...

Hi, project does not build after adding library via Gradle. Stacktrace.. if it helps.. ``` An annotation processor threw an uncaught exception. Consult the following stack trace for details. java.lang.IllegalArgumentException:...

I'm basing an app I'm writing off of the Foursquare example, and yet when I run the samples app and attempt to click on the Explicit (foursquare) choice, I get...

Hello, I would like to thank you for such a nice utility to abstract the complexities of oauth. I have a question on its implementation. This may not be a...

This should only be declared in the app -- it's actually giving me an error on my build when I include the library (even when I try to exclude it...

First off, thanks for the lib, it seems like exactly what I need. Onto my issue... I'm a bit new to gradle, trying to figure out how to use this...

I fetch my oauth access_token via a normal http POST call. Is it possible to set the values of the framework after this? From what I can see mFlow is...

The LinkedIn app registration page insists on an absolute, https redirect (see also [docs](https://developer.linkedin.com/docs/oauth2)). How can I use this in my own app? `http://localhost/Callback` cannot be used? (I'm trying to...