Search code examples
androiddjangofacebookoauthdjango-allauth

Should i create one or two app on facebook to use "login with facebook"


I'am adding the feature "login with facebook" to a mobile app. This feature is already existing on the web server. So the web server is already registered on my facebook developer page.

Should i create a new "mobile app" on facebook or should i use only the web server parameters registered on facebook and inject them in the "mobile app" ?

The Parameters are "App Id" "App key" "secret key"

NB1: The server is based on django, django-allauth.

NB2: The app is based on cordova and its plugins

Thank you for your advices


Solution

  • Just add the mobile platform in the App settings, you do not need a new App.