question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Facebook login not working on iOS

See original GitHub issue

Hello,

I’m not being able to login by Facebook in iOS 12.1. I Don’t know about other version since I test on a real device, as I’m on Windows using sidekick. I receive the following message:

CONSOLE LOG file:///app/tns_modules/nativescript-plugin-firebase/firebase.js:701:36: Facebook login error Error Domain=com.facebook.sdk.core Code=3 "(null)" UserInfo={com.facebook.sdk:FBSDKErrorDeveloperMessageKey=Unknown error building URL.}
CONSOLE LOG file:///app/shared/user-view-model.js:355:16: error The operation couldn\M-b\M^@\M^Yt be completed. (com.facebook.sdk.core error 3.)

I tried looking for this “error code 3” on facebook docs, however could not find any light.

  • I already reviewed my info.plist;
  • I already verified the facebook configuration on my sdk account;
  • It works correctly on Android;
  • Previous versions of the plugin were working properly, it started getting errors after 7.4.x releases;

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
abhayastudioscommented, Dec 13, 2018

Indeed pinning the Facebook pods in platforms/ios/Podfile as below fixes the issue:

# Facebook Authentication
pod 'FBSDKCoreKit', '~> 4.38.0'
pod 'FBSDKLoginKit', '~> 4.38.0'
Read more comments on GitHub >

github_iconTop Results From Across the Web

Recover Your Facebook Account if You Can't Log In.
Go to the Find Your Account page at facebook.com/login/identify and follow the instructions. · Search for the account you want to recover. ·...
Read more >
iOS Facebook: "Error Signing In", fix - AppleToolBox
Second Steps to Fix Facebook: Error Signing In · Go to Settings > General > Reset > Reset Network Settings. How To Fix...
Read more >
How to fix Facebook Log In Issues (iOS) - Groove
Log In via Apple Settings > Facebook​​ Some iPad/iPhone users are experiencing issues logging into their Facebook accounts through the app after ...
Read more >
Unable to login in Facebook IOS App. Faci… - Apple Community
Did you really delete the FB app, or just remove it from your Home screen. You must delete it completely, restart your phone...
Read more >
Facebook login error On iPhone iOS 15 - A Savvy Web
Open settings · Click on general. · Click on reset. · Then, click on reset network settings. · Wait for the device to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found