Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NOt able to get the app secret for Facebook login with Firebase

I have explored all the options in my app console page in facebook developers site. Nowhere I am able to find secret key which is required to use facebook login with firebase. Looking at other solutions.. they says it is found on dashboard, but on my dashboard it is nowhere.. How can i get this app secret please help..

This is the Screenshot of the console developers page

Is it the same as client token provided..

like image 632
Tapesh Gupta Avatar asked Jan 31 '18 03:01

Tapesh Gupta


2 Answers

Go to the settings tab then click on basic, on the right side there is a label "App Secret", click on show and enter your password and then you will find your app secret.

like image 172
Rahul Chandrabhan Avatar answered Nov 17 '22 09:11

Rahul Chandrabhan


https://firebase.google.com/docs/auth/android/facebook-login Go to https://developers.facebook.com/ click on myapps click on app which is shown below image : enter image description here

and inside it click on dropdown on setting as shown in below image: enter image description here

click on secret password it will ask to add password of facebook add it and copied it. cheeers !!!

like image 28
Swift Avatar answered Nov 17 '22 08:11

Swift