Skip to main content

All Questions

1 vote
0 answers
60 views

Why does FB SDK login with permissions gives UI issue? Like, buttons hide

My app allow users to integrate their FB account and users can manage their pages. But when user try to connect and login modal opens by facebook. Then the continuer button at the bottom hides. Using &...
Sufian Ahmad's user avatar
1 vote
0 answers
476 views

Facebook Limited Login on iOS doesn't work for production users

Firstly, it's been a while since I've published a Facebook app to support Facebook Login and I'm not sure whether the status Published is the same as Live, can anyone confirm that? I recently updated ...
e_pie's user avatar
  • 101
6 votes
3 answers
4k views

Facebook login was disabled and now it throws errors

We have Android and iOS apps with integrated Facebook login. Recently Facebook disabled our app because "During Login, your app is crashing or hanging excessively". The problem however is ...
hmitkov's user avatar
  • 359
3 votes
2 answers
4k views

Redefinition of module 'FBSDKCoreKit' error on React-Native Facebook SDK

Having issue like this on build app while trying add facebook sdk and run on simulator: Steps i produced: Installed facebook-ios-sdk via swift package manager Installed react-native facebook sdk ...
ugrdursun's user avatar
  • 359
1 vote
1 answer
189 views

Share Facebook profile after Login - user_link

We have a platform where users get logged in with Facebook. Now on customers demand, we want to provide a feature where we will request logged in users profile link at the time of login via user_link ...
Amit Pandey's user avatar
0 votes
0 answers
74 views

Is it possible to get a server code from Facebook Login?

I am implementing Facebook Login using the Objective-C SDK. I make a call like: @property (strong, nonatomic) FBSDKLoginManager *loginManager; // inside a method: [self.loginManager ...
Dmitry Minkovsky's user avatar
3 votes
2 answers
5k views

Swift 5 - Facebook Login: LoginManager() callback doesn't call with Facebook App installed

I've updated Facebook SDK to the latest version with cocoapods: Using FBSDKCoreKit (5.8.0) Using FBSDKLoginKit (5.8.0) Using FacebookCore (0.9.0) Using FacebookLogin (0.9.0) When Facebook app is ...
Luciano's user avatar
  • 1,238
1 vote
1 answer
3k views

Facebook login failed: "fbauth2:/" - error: "This app is not allowed to query for scheme fbauth2 iOS 13, Xcode 11

I recently came across an issue with Facebook Login after updating to iOS 13 and Xcode11. Login worked fine, all doc configuration is correct but two of my apps have this error now. -canOpenURL: ...
Tal Zion's user avatar
  • 6,466
1 vote
1 answer
325 views

Understanding the flow of adding facebook login to iOS app

I am trying desperately to integrate facebook login with my app, with no success so far. I have installed the needed pods as instructed in firebase and facebook websites. Followed the tutorial ...
Avishai Yaniv's user avatar
0 votes
0 answers
215 views

Facebook app redirecting to wrong application

I have two applications current on Apple Store, both share part of code, but are correctly configure to work as two different applications. Facebook login was working correctly on version ...
Caio Ambrosio's user avatar
9 votes
2 answers
13k views

Facebook SDK Login - Application Unavailable: The application you're trying to use is either no longer available or access is restricted

A user tried to login to my app using Facebook login and they encountered the following error after being redirected to their native Facebook app: "Application Unavailable: The application you're ...
Franck Mamboue's user avatar
1 vote
2 answers
192 views

How to logout with FBSDKLoginButton? (Weird error since Facebook assume I am logged in)

When I login through FBSDKLoginButton but the user has authenticated his account with another provider (such as Twitter or Google), I show him/her an error. The problem is that if the user clicks in ...
rgoncalv's user avatar
  • 5,975
1 vote
0 answers
2k views

Facebook login in iOS (Swift 4) - Get permissions and store in Firebase

I've found some good resources on Stackoverflow and youtube helping getting around the fact that the Facebook iOS SDK descriptions are not up to date. I've now successfully managed to create the ...
Chris_1983_Norway's user avatar
6 votes
3 answers
3k views

Facebook Login doesn't doesn't dismiss Login Dialog after login

Using LoginManager from the Facebook iOS SDK to login like so: let loginManager = LoginManager() loginManager.logIn([.publicProfile, .email], viewController: self) { (loginResult) in The Login ...
gbhall's user avatar
  • 13.3k
0 votes
0 answers
118 views

How do I retrieve Facebook account last login locations with ip?

In Facebook under security tab we can see from where our Facebook account was last logged in or from what location Facebook messenger was opened . I want to build an app for Facebook using Facebook ...
Ciasto piekarz's user avatar

15 30 50 per page
1
2 3 4 5