2
graves
6y

Hey guys, perhaps some of you might be able to help me out.
My current task in my job is to implement an OAuth2 client in Android. I know there are a lot of out-of-the-box solutions for like Twitter, Facebook, Google etc. but I need to make it work with a generic OAuth2 server.

So I tried several frameworks for Android like AppAuth, Scribejava, etc. and most of them are buggy/outdated or aren't working with the Android version I have to use (API 24, Nougat).
I already asked for help in the android-dev IRC channel, but to no avail. Also looked up dozens of repositories on Github.

I'm rather desperate right now, because I'm running out of time :(

Any help/pointers are appreciated!
Thanks!

Comments
  • 0
    In the end I used the library AppAuth. At first I didn't find any examples to work with, but in the end it worked out great.
Add Comment