Questions tagged [facebook-authentication]

Facebook authentication is popular sign in method for many websites using Facebook credentials.

Facebook authentication is popular sign in method for many websites using Facebook credentials. This cab be implemented with many SDKs like PHP, C#, android, etc.

816 questions
-1
votes
1 answer

Where is Facebook's signed request going? google app engine python

I am really confused, because the documentation states that when a user registers from my website, using a facebook registration form, I am supposed to receive a signed request. I do not know where to look for it. Any replies would be appreciated. I…
-1
votes
1 answer

How AirTime could change the look of the Facebook permission dialog?

I saw this very personalized facebook dialog installing AirTime Facebook app: How could they do that technically? (Just heavy CSS hacking?) Is it against the Facebook's TOS ?
-1
votes
1 answer

Facebook Authentication Error when using apps.facebook.com as URL

I am trying to login on my website using Facebook Authentication and it works fine . How ever when i access the Application by using https://apps.facebook.com/myApp then i get an error The state does not match. You may be a victim of CSRF Here is…
Yahoo
  • 4,093
  • 17
  • 59
  • 85
-2
votes
1 answer

Ionic/Angular Capacitor plugin & firebase FB auth : FacebookLogin does not have web implementation error

Here is my "sign in" function that works perfectly on Android and allows me to use Facebook auth in myapp : async signIn(): Promise { const FACEBOOK_PERMISSIONS = ['public_profile', 'email']; const result = await…
-2
votes
2 answers

Facebook-passport strategy not returning emails field

I am using Facebook v2.5 API. route : app.get('/auth/facebook', passport.authenticate('facebook', { scope : 'email' })); config : passport.use(new FacebookStrategy({ clientID: CLIENTID, clientSecret: CLIENTSECRET, …
Arbaz Siddiqui
  • 441
  • 2
  • 10
-2
votes
1 answer

authentication facebook application

I have developed a facebook application, where users upload video and audio. Now i want that without authentication no user will be able to use the application. Why i want this is because i need the user profile picture, the current loggedin user…
1 2 3
54
55