facebook-swift-sdk | Integrate your iOS apps in Swift with Facebook Platform | iOS library
kandi X-RAY | facebook-swift-sdk Summary
kandi X-RAY | facebook-swift-sdk Summary
Integrate your iOS apps in Swift with Facebook Platform.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of facebook-swift-sdk
facebook-swift-sdk Key Features
facebook-swift-sdk Examples and Code Snippets
Community Discussions
Trending Discussions on facebook-swift-sdk
QUESTION
UPDATE
The problem is that facebook documentation for swift is outdated so to solve this you will have to log your custom event like this:
...ANSWER
Answered 2020-May-11 at 23:56It's hard to believe, but I couldn't find any documentation on this either.
However, I worked out the following code from looking though the FBSDKCoreKit source. I haven't tested it yet, but I am posting it here just in case I meet with a sudden unexpected death in the next few minutes.
QUESTION
I'm revisiting an old project (built with Swift 3 and now using Swift 4) and it looks like there are some issues with the Facebook SDK.
I googled the initial issues and came upon a solution here which advises adding to my pod file:
...ANSWER
Answered 2018-Nov-19 at 06:55inside SDKSetting.swift
replace your enabledLoggingBehaviors function with
QUESTION
I need to Use FaceBook Sdk Swift 4.1 Branch
...ANSWER
Answered 2018-Dec-30 at 19:30you have a missing , before :branch it should be this
pod 'FBSDKCoreKit', :git => 'https://github.com/facebook/facebook-swift-sdk.git', :branch => 'swift-4.1'
pod 'FBSDKLoginKit', :git => 'https://github.com/facebook/facebook-swift-sdk.git', :branch => 'swift-4.1'
pod 'FacebookShare', :git => 'https://github.com/facebook/facebook-swift-sdk.git', :branch => 'swift-4.1'
QUESTION
I am testing a on am iphone device, user is logged in facebook app.
In the do, catch
block I get error error is message: The operation couldn’t be completed. (FacebookShare.ShareError error 0.) on line 895 in /Users/bogdanbarbulescu/Desktop/myStreet.com/myStreet.com/MessagesViewController.swift.
I found another suggestion on github:
...ANSWER
Answered 2018-Nov-11 at 18:24your'e missing the library
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install facebook-swift-sdk
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page