facebook-ios-sdk Questions

2

We have been using Facebook login in our app since forever and this has always worked well. We have upgraded to the SDK v.17 and have changed the code to use limited login into our app. When we ope...

8

Solved

I am trying to get my friend name and ids with Graph API v2.0, but data returns empty: { "data": [ ] } When I was using v1.0, everything was OK with the following request: FBRequest* friendsR...

3

Solved

Using LoginManager from the Facebook iOS SDK to login like so: let loginManager = LoginManager() loginManager.logIn([.publicProfile, .email], viewController: self) { (loginResult) in The Login D...

1

I'm having a nightmare trying to install the Facebook SDK on iOS for app events analytics. The facebook documentation is terrible, and inconsistent, and I can't find any up to date installation doc...
Cubitiere asked 31/3, 2022 at 17:16

15

Solved

This is more informative than anything. I couldn't for the life of me find anything on error code 8 when trying to access the login prompt (aka safari) when debugging my ios app. After I hit the lo...
Vermination asked 28/7, 2015 at 18:43

3

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...

3

Solved

I just use Facebook Analytics in my iOS app using FBSDKCoreKit 8.1.0 (latest) This error message keeps flooding my log: FBSDKLog: FBSDKGraphRequestConnection cannot be started before Facebook SDK i...
Coupon asked 3/11, 2020 at 21:18

2

From the Facebook SDK sample code, when successfully posting the open graph object to the timeline, you have to click Show on Timeline in the Activity Log on the Facebook website. How to ignore the...

3

Solved

I just upgraded Facebook iOS SDK to v.4.0.1 and I got these errors: Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_FBSDKLoginManager", referenced from: objc-class-ref in Controller1.o...
Flocculus asked 9/4, 2015 at 18:42

4

I have a facebook login button from their SDK and would like to change the text. I've tried this code: facebookButton.setTitle("my text here", forState: .Normal) but it doesn't work. Is there a ...
Gullah asked 7/7, 2016 at 22:24

9

Solved

I'm trying to get information through the facebook sdk but so far I'm getting only the id and the name of the user, although I'm sure there is an email available, as it is my account. I've been loo...
Untaught asked 14/7, 2015 at 15:22

9

Solved

Share FBSDKShareLinkContent with FBSDKShareDialog works fine in iOS 8 but fails to share imageURL, contentTitle, contentDescription on iOS 9 devices. The app is built with iOS 9 SDK, Xcode 7, Fac...
Stodder asked 15/10, 2015 at 12:25

5

I have integrated the facebook sdk into my ios app but want to create a custom logout button as i think the uiview logout button the sdk provides does not fit my color scheme. does anyone know how ...
Ardithardme asked 12/11, 2014 at 2:41

5

I've integrated facebook-sdk-swift manually in my ios project in xcode8 following documents [https://developers.facebook.com/docs/swift/getting-started]. I'm getting error "Ambiguous reference to...
Iselaisenberg asked 7/11, 2016 at 13:47

7

Solved

I'm about finished with a native iPhone app, but I need to finish SSO via Facebook. Despite my best effort, I am unable to figure-out what value is supposed to go in the "iPhone App Store ID" field...
Whole asked 12/10, 2011 at 20:16

2

I have upgraded to Xcode 11.1 on Mojave and now the Rewarded Ad example project from FacebookSDK complains that com.apple.commcenter.coretelephony.xpc is not working correctly. PodFile # Uncommen...
Interference asked 22/11, 2019 at 4:50

24

I am having this problem with a brand new project. This problem happens with both RestKit and Facebook SDK. Strangely SwiftyJSON works just fine. I create a brand new swift project and a Podfile wi...
Bosomy asked 1/5, 2015 at 20:8

10

Solved

i have integrated Facebook sdk in Xcode 6 (with swift). During the login i request the public_profile permission: FBSession.openActiveSessionWithReadPermissions(["public_profile"], allowLoginUI: t...
Warton asked 25/1, 2015 at 0:41

12

Solved

I am using FBSDKLoginKit in iOS with Swift. Up until recently it has been working perfectly, however I now cannot override the height of my button in the Storyboard? The height of the button is n...
Parnassian asked 2/2, 2017 at 12:30

13

Solved

I'm currently trying implement Facebook login using the 4.0 version of the SDK, this also happens with the 3.+ version. When I call logInWithReadPermissions (4.0 version) or openActiveSessionWithRe...
Farrahfarrand asked 28/3, 2015 at 19:12

0

When I start my application I get the following log: FBSDKLog: Unable to obtain a key window, marking <UIWindow: 0x100e7b260; frame = (0 0; 375 667); hidden = YES; gestureRecognizers = <NS...
Gooseberry asked 8/1, 2020 at 11:2

2

I can't find the FBSDKSettings class in the newest Facebook SDK version which is on CocoaPods. Can you help?
Slimsy asked 17/12, 2019 at 12:38

3

Solved

I was trying to integrate facebook login in my iOS app. I am reading the official docs for this purpose. On this getting started link. Documentation say to use the following pods pod 'FacebookCo...
Octogenarian asked 21/7, 2018 at 10:51

3

Solved

I am trying to add facebook app events, and I installed FacebookSDK. Then I have next code: import FacebookCore static func logViewContentEvent(contentType : String, contentData : String, content...
Pfosi asked 27/11, 2019 at 16:42

2

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 t...
Rosarosabel asked 3/3, 2018 at 18:32

© 2022 - 2024 — McMap. All rights reserved.