Skip to main content

2 posts tagged with "Facebook"

Facebook integration tutorials

View All Tags

Firebase Facebook Login in Swift – Tutorial

· 7 min read
Full Stack Developer
Last updated on August 17, 2022

With the release of Swift 5 approaching and Firebase Firestore finally getting out of beta, let's take a look at how the Firebase Facebook Login is implemented in Swift. All of our Swift app templates have Facebook support since it's a widely demanded feature, so let's see how we implemented it.

Share content to Facebook and Twitter in Swift 5 – SLComposeViewController

· 3 min read
Full Stack Developer
Last updated on June 19, 2019

intro picture

We're currently working on an iOS template that lets you create an iPhone app for your WordPress blog in a matter of minutes. While implementing this, we had to come up with a mechanism that allows users to share content to Facebook and Twitter. This is an important functionality for a blogger since everyone wants their content to be easily spread around the Internet. That's when we discovered SLComposeViewController.