For the complete documentation index, see llms.txt. This page is also available as Markdown.

4.3 Facebook Login Setup for iOS

Follow the steps below if you want to add facebook login to your iOS app:

  • Go to Facebook Dev Site again and navigate to your project and click facebook login > quick setup > ios icon.

  • Skip 1 & go to step 2.

  • Enter your ios package name in the bundle ID ​option & skip others by clicking next.

  • Now, go to the ios/Runner/Info.plist file and replace your FacebookAppID, FacebookDisplayName(Your App Name) & FacebookClientToken.

That’s it. Facebook login setup for iOS is complete.

Last updated