Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 575 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 575 Bytes

AndroidFacebookLogin

Demo

Please use todo list to change the app configuration

Reference URL : https://developers.facebook.com/docs/facebook-login/android/

It is important to configure your app platform from Facebook Dev App -> Setting -> Basic

App or modify your platform with

  1. Google Play Package Name -> your gradle application id
  2. Class Name -> Facebook Login Implemented class name
  3. Key Hashes -> Use step 6 of ref url to generate this. (if password needed: android)

rest of the option you may leave as default.