Skip to main content

All Questions

1 vote
0 answers
207 views

Force confirmation dialog "wants to open facebook"

Who knows how to restore this "XXX wants to open 'facebook'" confirmation message on iOS 12? Only shows the first time I used it (in my app), but I need to try again many times to test the flow ...
Naimad's user avatar
  • 91
2 votes
2 answers
3k views

The operation couldn’t be completed. (com.facebook.sdk.login error 301.)

When I clicked on loginWithFacebook button, I'm getting this error, The operation couldn’t be completed. (com.facebook.sdk.login error 301.) There is no much information regarding what is this ...
Sivajee Battina's user avatar
4 votes
3 answers
4k views

Login with facebook app in ios app shows option in safari "Login with Facebook app" and its not working in ios 10.1

In my app, i am using login with a Facebook option. Where I set Facebook SDK behavior"FBSDKLoginBehaviorNative" When I try to login with facebook its show me two option "Login with the facebook app" ...
parth's user avatar
  • 863
2 votes
0 answers
832 views

Facebook login do not work on some devices

My problem is the following: I notice that some users trying to login in my app fail to login. It happens to maybe 20% of them and I am not sure which phone they use. I notice the observation on ...
Laurent's user avatar
  • 197
0 votes
1 answer
198 views

Unable to login to Facebook after updating to IOS 9

I can't make my app to login to facebook after i updated to IOS 9. I'm using Facebook-iOS-SDK (4.0.1). I followed the steps from https://developers.facebook.com/docs/ios/ios9 Here is what i get: ...
user358448's user avatar
  • 1,137
0 votes
1 answer
651 views

IOS Facebook login through the app

I'm trying to implements a facebook login into my app. I've watched and read a lot of tutorials for iOS 8+ and Swift. The problem is that all tutorials seems to login through the safari and not ...
Alessandro Garcez's user avatar
-1 votes
1 answer
51 views

I have to send in review my facebook app before this april's end with this login code?

In my apps i use this methods to log the users with facebook: [FBSession openActiveSessionWithReadPermissions:[NSArray arrayWithObject:@"email"] allowLoginUI:YES completionHandler:^(FBSession *...
user31929's user avatar
  • 1,135
0 votes
1 answer
103 views

Facebook IOS SDK navigate to another controller after login not working

I have followed all the steps mentioned in Facebook IOS SDK Docs. My ViewController.h file is as below #import <UIKit/UIKit.h> #import <FacebookSDK/FacebookSDK.h> @interface ...
Aadil Keshwani's user avatar
0 votes
2 answers
490 views

FBLoginView works on iPhone Simulator, but not on actual device

I have created an app that allows a user to login using facebook via the FacebookSDK. I can successfully login while running the app on the iPhone Simulator as an iPhone 5 or 5S (i haven't tried any ...
AperioOculus's user avatar
  • 6,761
1 vote
1 answer
351 views

How to adjust position of FBLoginView inside a view?

I'm adding facebook login button graphically, but I've got a problem with it's variable height when user is using different language. This is what it looks like: I want to be able to set distance ...
Markus's user avatar
  • 686
2 votes
2 answers
323 views

Facebook application Review failed - "Your app downloads successfully, but crashes upon opening"

I submitted my iPhone application for Facebook login Review submission. Facebook responded by saying iPhone Your app downloads successfully, but crashes upon opening. Please resolve any technical ...
Pradip Vanparia's user avatar
4 votes
2 answers
4k views

how to fetch user phone number using loginViewFetchedUserInfo?

I am using FBLoginView to login authentication and get user info in my iOS Application. I got all the information of FB user using FBLoginView and its below delegate method -(void)...
Bhavesh Lathigara's user avatar
0 votes
1 answer
931 views

Unable login with FBLogin view on iPhone 5

I've created Facebook app using Facebook login flow from the developer page step by step. Login works great. My problem is that this is not working on iPhone 5 or 5s. I have tried to check on 6 ...
Eliran's user avatar
  • 3
3 votes
3 answers
1k views

Facebook SDK 3.5 can't log in, crashes app

I'm using the code from HelloFacebookSample and for some reason FBLoginView crashes my app whenever it's clicked. I've copied most of the code verbatim, so I can't see why it's crashing. Does anyone ...
Mackey18's user avatar
  • 2,332
3 votes
3 answers
757 views

Facebook SDK FBSession infinite loop and crash

I originally used FBLoginView to start the login process in the latest Facebook SDK (3.5). However, that would crash the app because of a loop of some sort. I then read that I should try logging in ...
Mackey18's user avatar
  • 2,332

15 30 50 per page