facebook-ios-sdk Questions
1
Solved
Is it necessary to add FBSDKAppEvents.activateApp() to applicationDidBecomeActive when FacebookAutoLogAppEventsEnabled is not set to false?
According to FBSDKAppEvents.h it is not necessary:
No...
Whalen asked 24/6, 2018 at 0:24
8
Solved
I have updated to Xcode 10 and and am unable to compile my code. I get the following error from the Facebook SDK (FacebookCore).
Argument type 'SDKLoggingBehavior?' does not conform to expected...
Chongchoo asked 6/6, 2018 at 16:8
7
Solved
I'm using iOS 10 Swift 3 to integrate FB Login. I have followed all steps from Facebook documentation. Now the issue is, after successful login it doesn't returning any values and not get back the ...
Nuthouse asked 22/9, 2016 at 7:18
8
Solved
I'm upgrading my app to Facebook-iOS-SDK-4.0, but seems like I can't get user email from FBSDKProfile, since it only provide, username, userid, etc.
Tramroad asked 28/3, 2015 at 22:14
2
Solved
I'm trying to get Facebook Codeless Event to work, but I can't seem to connect my app to Events Manager.
Followed instruction from this article: https://developers.facebook.com/docs/app-events/cod...
Smegma asked 4/2, 2019 at 21:56
7
Solved
I follow all the steps in This Tutorial and/or Facebook SDK Documentation to install Facebook Login on my App, but when I run the code I get an error. although Facebook mention I can just use impor...
Pacheco asked 10/6, 2015 at 0:26
6
Solved
I am trying to use Xcode 8 to build a app with Facebook login using Swift 3. When I switch back iOS Simulator 9.3, it works. In iOS 10, I receive this error:
""fbauth2:/" The operati...
Capitoline asked 1/8, 2016 at 0:44
2
I'm trying to debug my iOS app that integrates with Facebook iOS SDK 4.1. I would like to see a verbose log of Facebook's code. Is there a way to do that? Right now I don't see any log from Faceboo...
Atbara asked 5/5, 2015 at 6:36
6
Solved
I am using Xcode 7.0, testing on iOS 9.0.2 and using Facebook SDK 4.7.0.
When I am logging in a user, most of the time everything works as it should, however sometimes I keep getting this error an...
Gail asked 22/10, 2015 at 15:11
8
Solved
I am working on an app that needs data from a Facebook app.
Facebook want a release simulator build. I have followed FB's instruction to the letter but when i try to build the simulator package xco...
Thymic asked 30/5, 2014 at 8:22
0
Everything was working fine before. Now I changed few things:
updated to Xcode 10.0 (10A255)
updated to Facebook iOS SDK 4.38.0
Now what is happening, sometimes login is getting failed. It is hap...
Brumal asked 25/10, 2018 at 7:35
8
Solved
I just updated my app with the new Facebook 3.0 SDK for iOS. Prior to this I was using the SDK that utilized FBSessionDelegate and FBRequestDelegate. In that SDK, we had to place this code in the a...
Earthshaker asked 17/9, 2012 at 16:34
11
Solved
I am having trouble figuring out how to log a user into my app. [FBSDKAccessToken currentAccessToken] is nil, so I am calling:
[[[FBSDKLoginManager alloc] init] logInWithPublishPermissions:@[@"pub...
Derekderelict asked 31/3, 2015 at 0:35
2
How do you set the Facebook Pixel using an app that is made on Cordova. I need to track conversions in the app so I can better target the ads made in Facebook Ads. Normally it will be easy to do th...
Salsala asked 15/6, 2016 at 15:23
7
Solved
In my app there is an option to login with Facebook.
On iOS 9.3 it's works OK.
When I testing it on iOS 10.0.1, it's shows me a blank screen.
I'm using this code to start the login process:
- ...
Arturoartus asked 18/9, 2016 at 7:9
3
Solved
I have done some exploration and have found the following things, this is what I have done so far:
Implemented custom URL, like myApp://
Added FacebookAppID, display name to my info.plist file
In...
Coleville asked 20/5, 2015 at 14:30
4
I want to use some Swift pods in my Objective-C app, so I need to use frameworks instead of static libraries. But enabling use_frameworks! in my Podfile causes tones of #import errors.
My Podfile:...
Grotesquery asked 23/12, 2015 at 6:21
2
Solved
What has replaced the method toUIntMax() and the method toIntMax() in Swift 4 ? The error occurred within the FacebookCore framework.
Any help would be appreciated
Mingle asked 24/6, 2017 at 14:29
17
Solved
In order to connect to facebook in my ios app i'm using FBLoginVIew from Facebook SDK for iOS.
It shows a nice FB Login Button, but I want to use my own image and text for the login button.
The pr...
Ardel asked 5/9, 2012 at 11:54
3
Solved
For an app I'm working on I need the users to be able to login to Facebook using the native SDK, but there is also a separate part of the app using an FB comments widget in a webview. The problem i...
Cellar asked 25/7, 2013 at 23:30
2
Solved
I am trying to get only those facebook events that haven't expired yet(Upcoming events).
When i use the following query i get all the events including those that have expired long ago.
FBRequestC...
Contrast asked 2/12, 2014 at 6:56
4
Solved
I have been searching stackoverflow and the internet and did no find a working solution for my intention.
I want to call a method with a string as parameter which is then posted to the facebook wa...
Tildatilde asked 3/3, 2011 at 17:26
16
I am trying to add the Facebook SDK to my iOS 8 Objective-C app in Xcode. I did the install according to the FB-dev instructions. However, I get a "Could not build module 'FBSDKCoreKit'" error when...
Euphrosyne asked 3/4, 2015 at 15:45
9
Solved
I've updated to Xcode 7 and the latest iOS SDK. I've added the appropriate entries in my app's plist:
My app's Facebook login works fine on device. However, on iOS 9 simulator, I'm getting:
-ca...
New asked 20/9, 2015 at 6:4
2
Solved
I am experiencing a very frustrating build issue with my brand new project. I am trying to integrate Facebook iOS SDK, but for some reason I am getting some bizarre errors. When trying to use FBSDK...
Polemic asked 18/5, 2015 at 19:20
© 2022 - 2024 — McMap. All rights reserved.