this question is very similar to Facebook SDK for iOS , on iOS 4.0 device, but as I cannot make comments there, I open a new question. I think the questions are not the same:
When trying to update the facebook integration of my app to facebook 3.1 I…
Everything is working fine with FBProfilePictureView but I need to get that picture from FBProfilePictureView and turn it into an UIImage.
How should I do it?
I tried using…
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 type
'Sequence'
On line
return Set(behaviors)
I…
I am using the latest facebook IOS SDK, and I am getting random "facebookErrDomain error 10000", when using the requestWithGraphPath. I can trigger the request from the UI and sometimes it runs fine, sometimes it gives me the error.
Has anyone ran…
I get all these errors and about 18 more when i try to integrate facebook to my application.
Undefined symbols for architecture i386:
"_ACAccountTypeIdentifierFacebook", referenced from:
+[FBSession renewSystemAuthorization] in…
Before anything, I have read both this and this questions to solve the problem below and before asking.
My problem is that when the accessToken gets expired (either because the expiration date passes, or manually by deleting the app from my…
I am having some trouble trying to get the Facebook iOS SDK to batch upload photos. Currently I can upload them one by one, but I would like to batch the requests if possible. I have read this post over and over along with the fb batch docs. Here is…
I'm using Facebook SDK for iOS 4.6.0 and just today above error encountered after updating cocoapods to 0.38.2. I'm not sure this error has anything to do with cocoapods.
Error screenshot:
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 looking at several answer here but none of them solved…
In my iOS app, it have the feature of Facebook login and other Facebook sharing feature. So to do that I created my app on the https://developers.facebook.com under my own Facebook account. But now my client wants to transfer that app to his…
I am trying to post a photo to my apps facebook fan page and to the users wall also.
I have been successful to post the photo on the users wall, but failed to post it in the fan pages wall. (The user is not necessarily an admin or page owner, just…
recently I started adding my application IOS 10 features while I encountered a weird bug:
When authenticating with facebook SDK via browser as soon as I click the confirmation button in facebook itself at the embeded browser, the app…
My app use white UITabBarItem text color and orange UINavigationBar BarTintColor, when click the Login button added from Facebook SDK, it will popup a webview for login.
but the topbar background color always light gray, if I change the…
Is Facebook iOS SDK provide any default (Facebook) album Photo's picker like UIImagePickerController does?
I heard of this so searched for it from long but couldn't find anything.
Please let me know if someone have any thoughts on this. If its not,…
I've been struggling with this issue for a while now and I just can't seem to reproduce it accurately enough to describe the exact use-case. Essentially, what I'm doing is issuing a request for opening a native iOS 6.0 Facebook share dialog (using…