SimpleAuth icon indicating copy to clipboard operation
SimpleAuth copied to clipboard

A easy to use social authentication android library. (Facebook, Google, Twitter, Instagram)

Results 9 SimpleAuth issues
Sort by recently updated
recently updated
newest added

Nothing happens when using google+ sign in. No response at all

I received a notice from Facebook " this sdk 4.7.0 " it had been suspended please update libray to last facebook sdk

Sometimes more infos are needed like gender or living town, those infos can be requested in some apis with proper scope. What about adding the json to the global SocialUser,...

Hi, I was trying to validate the ID token with my backend server with this method: `https://www.googleapis.com/oauth2/v3/tokeninfo?id_token=XYZ123` But the simple auth Google replaces the ID token with the access token...

Can you add LinkedIn to your library?

I'm getting following error when i press button to execute the code: ``` SimpleAuth.getInstance().connectTwitter(new AuthCallback() { @Override public void onSuccess(SocialUser socialUser) { //ProfileActivity.start(MainActivity.this, TWITTER, socialUser); Toast.makeText(Login.this, ""+socialUser.fullName, Toast.LENGTH_SHORT).show(); } @Override...