Issues setting up Android social authentication

I have a problem with my social connection. I have Facebook and Google in my lock. When I click on Facebook I get a 500 error code and for google I got a 400 Error: invalid_scope.

My callback URL is:

https://brick-reader.eu.auth0.com/android/com.brick_reader.brick_reader/callback

I don’t understand why it doesn’t work, because in my web app it works.

Can you you share the code and AndroidManifest.xml you are using?
What target version of android are you using?
What auth0 sdk version you are using?

Hey,

I have found the problem. I’m using lock 2.1 but it’s a old version… So, I passed to lock 2.4 and that work !

Thank you

I have found the problem. I’m using lock 2.1 but it’s a old version… So, I passed to lock 2.4 and that works.