Skip to main content

All Questions

0 votes
0 answers
37 views

Facebook JS SDK not returning Email address

This looks like a common issue, although I've spent an entire day on it and cannot get the Facebook JS SDK to return my email. I've set my email address visibility to public, unlocked my profile and ...
AdheneManx's user avatar
0 votes
0 answers
77 views

Short time token with the Graph API and Facebook login through the iOS SDK

For some players, a short-lived access token with Origin = "Web" is being issued despite the authentication process occurring through the Native iOS SDK. Furthermore, the token is not being ...
Vasiliy Kovalev's user avatar
0 votes
0 answers
21 views

Cannot find 'LoginInteractor' in scope

Hello I'm trying to make a connection via facebook in the project I already use a LoginInteractor but when I want to use the class in another file it does not find it. import Foundation import ...
tech's user avatar
  • 1
1 vote
1 answer
1k views

Cant test FB SDK login locally even though I have set my domain and site URL (app is test mode)

I am developing a web app with Facebook integration and I can't figure out why I can't test the login function locally. I have looked through the answers here (How to Test Facebook Connect Locally) ...
lalibelamonk's user avatar
1 vote
0 answers
37 views

JS After logging out Facebook App, .getLoginStatus still returns "connected"

I have implemented JS SDK Facebook login into my website. It seems like the FacebookSDK keeps logged in even after the user is logged out of his Facebook Account. Basically the user is already logged ...
Miroslav Stopka's user avatar
0 votes
1 answer
40 views

While loggin in via fb to website, my function TestApi doesn't collect user data

I am trying to create login via facebook on the website. Unfortunately, while user is logged in and the function TestAPI() is triggered, I can't get the data from the user. function TestAPI(){ ...
Lorelei Heckmann's user avatar
1 vote
0 answers
521 views

Facebook login open in the same tab not in popup

I am trying to add facebook login to my app. I am using facebook SDK now with popup. But now I want to change it to log in by facebook login page opened in the same tab. I tried find answers in ...
Daniel Milewski's user avatar
-1 votes
1 answer
145 views

How to get response.id as string from Facebook Login Java SDK

I stuck in the following process: Here is the well known "Facebook Login for the Web with the JavaScript SDK example": https://developers.facebook.com/docs/facebook-login/web I want to get the ...
crazy_horse's user avatar
0 votes
0 answers
68 views

Facebook Login with PHP [duplicate]

i am having this trouble with getting my login with Facebook feature to work. I have a button in my login page that links to the following .php file. If the login is successful i send it to a welcome....
PedroQ's user avatar
  • 15
1 vote
1 answer
588 views

Using FB sdk to let user login but screen stuck at Loading

I'm using the FB Sdk to let a user login through FB but on clicking the Continue with Facebook button the screen is getting stuck at Loading... Below is the screenshot. This is the code I'm using ...
TheC's user avatar
  • 11
1 vote
0 answers
35 views

PHP Facebook SDK doesn't work and returns code

My PHP Facebook SDK is not working and always returns $user=0 Why? It is my first time to deal with facebook sdk my code: require './facebook-php/src/facebook.php'; $facebook = new Facebook(...
Hossam Hassan's user avatar
6 votes
5 answers
20k views

How to use Facebook SDK with Nuxt.js?

You can see my code. npm install vue init nuxt/koa my-project (koa@2) pages |- login.vue <script> export default { name: 'login', method: { login () { let vm = this FB.login(...
hyeokluv's user avatar
  • 397
0 votes
1 answer
93 views

Facebook Login Code Stops Working. Clearing History Solves It

I am trying to implement Facebook login on a website. I am using a sample code straight from their documentation: <!DOCTYPE html> <html> <head> <title>Facebook Login JavaScript ...
Daniel Scocco's user avatar
0 votes
0 answers
252 views

Facebook upgrade php-sdk-v4 to graph-sdk v5, login in popup

I am trying to upgrade Facebook php-sdk-v4 to graph-sdk, and after following all the steps from documentations, I reached a problem. The idea, which is what we were being doing until now, is to log ...
Víctor Peinado Palomo's user avatar
0 votes
1 answer
326 views

FB login website integration using php sdk

Good day guys, i have an issue with my facebook login using php. i have done everything appropriately i assume but still get errors. I'd love some with more knowledge to help me resolve this. Below ...
user avatar

15 30 50 per page
1
2 3 4 5
8