Skip to main content

All Questions

0 votes
1 answer
439 views

Get error while login with facebook button on those mobile in which facebook Lite is installed

i'm getting error or those mobiles in which FB app is not installed or lite version is installed. i don't know how to handle call back so that when button is pressed and chrome opens it et back the ...
account's user avatar
  • 93
5 votes
1 answer
2k views

Integrating Flutter app facebook authentication with Keycloak service

I have a Flutter app that is using Keycloak as it's authentication service. Currently I only allow email+password login, and i would like to add option for the users to login using Facebook. My ...
Orr Benyamini's user avatar
0 votes
0 answers
959 views

CreatePlatformSocket() failed: Operation not permitted (1) during facebook login Android

I have an error: E/chromium: [ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Operation not permitted (1) [ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Operation not ...
Bater55's user avatar
  • 63
0 votes
0 answers
34 views

How to logout out of Facebook so that a new FB user can log in using FacebookSDK 5.1.1?

While using the Facebook Android SDK 5.1.1 I am attempting to logout a user using LoginManager.getInstance().logOut(), but after doing this and trying to login into my app with Facebook again I am ...
Allahcadrimbo's user avatar
5 votes
1 answer
1k views

Unexpected call to LoginManager.onActivityResult Facebook SDK v3.2

I am integrating the Facebook Login in my Android Application and when I click on the Login button and allow the required permission it gives me Unexpected call to LoginManager.onActivityResult. ...
Lokik Soni's user avatar
0 votes
1 answer
55 views

Having Trouble Checking If User Already Logged In With Their Facebook Account

I have been able to successfully implement the Facebook login button. My only problem now is I'm having trouble checking if the user already logged in. This is code for when the user clicks the login ...
Bert Hanz's user avatar
  • 447
0 votes
1 answer
217 views

Login in Facebook using restfb API (Java)

public void login() { String domain = "https://www.iscte.pt/"; String appId = "27298787851280"; String authUrl = "https://graph.facebook.com/oauth/authorize?type=user_agent&client_id="+...
Mariana's user avatar
0 votes
2 answers
82 views

Android how to get user Facebook information when user is already logged in

How can I get users facebook information when he is already logged in? I think I am doing everything fine but its not working.. 1st. I am getting the accessToken and checking if it exists. If it does ...
Dominykas55's user avatar
  • 1,231
0 votes
2 answers
608 views

Android Facebook Login with Firebase does not work in some devices only mine

I've implemented Android Facebook Login With Firebase however it does not work in different devices, it only works on mine. I've tested my app on a friend's mobile, however, facebook login did not ...
user avatar
0 votes
1 answer
342 views

Activity Not Found Exception With Facebook

We are getting following error from our Production app using the Fabric Report. Fatal Exception: java.lang.RuntimeException Unable to start activity ComponentInfo{com.t2s.foodhub/com.facebook....
Lakshmanan's user avatar
  • 1,669
0 votes
1 answer
1k views

Android : FirebaseAuth - Unsuccessful debug_token response from Facebook

I'm trying to make a Facebook login method for my app using firebase. i set up my Facebook app and sdk. Logging in into Facebook works fine.. the problem is when Firebase try to signInWithCredential ...
Tamim Attafi's user avatar
  • 2,451
0 votes
1 answer
39 views

Facebook login not working Parse

I'm trying to integrate Facebook login function to my app. When I click on "continue with Facebook button" everything works but the user info is not added to the parse database also the "logs" when ...
datacrusader's user avatar
0 votes
1 answer
387 views

Android Facebook sdk GraphRequest returns null when get user info

I'm trying to use Facebook API to allow users to sign-in to my app , the sign-in operation completes successfully and I get the access token but when I use GraphRequest to get user's info it's ...
zod101's user avatar
  • 451
1 vote
0 answers
104 views

Facebook login issue with Codename one

I am working with Facebook api in Codename one, In the initial stage it works fine, but now when I am clicking on login button it display loading but after completion it will not redirect to the ...
Gaurav Takte's user avatar
1 vote
1 answer
176 views

Facebook Login - get user data in onCancel

I added Facebook login button to my code. it works well. Assuming that the user logs in via facebook and unchecks the 'user_friends' permission: 'onSuccess' function will be called so the user data ...
Maor Cohen's user avatar

15 30 50 per page