Universal login - Facebook login on iOS/Android violates Developer Policy 6.1

I’m having the same issue described in this post where Facebook has flagged our Auth0 login for violating the developer guidelines.

We’re using the Auth0 universal login experience which opens a browser window to handle the Facebook login before redirecting back to our app.

Their guidelines are really not specific

  1. Login
    1. Verify that you have integrated Login correctly. Your app shouldn’t crash or hang during the testing process.

Can anyone help me resolve this with Facebook? If not, we’ll have to remove Facebook from our mobile app login experience.

Thanks!

Hi @claptimes,

Welcome to the Auth0 Community!

You can find details on how to implement Facebook login in native applications here: Add Facebook Login to Native Apps

From the “How it works” section:

The Native Facebook login flow works as follows:

Step 1: The application authenticates a user via the Facebook SDK and acquires an Access Token.

Step 2: The application uses that Access Token to request a special Facebook Session Info Access Token.

Step 3: Use the Facebook SDK to retrieve the users's profile.

Step 4: The application can then use the Facebook Session Info token to authenticate with Auth0.

Thanks
Dawid

how does this work in terms of design? instead of using the universal login page, we now have a facebook button, and then another link to the universal login page (except for facebook)?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.