Does anyone know how can i add Facebook module in godot engine 3.1 for iOS?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By atopetrick

In my game i have to integrate Facebook login. i searched about custom modules n all.
I found one Link but it not working in ios and its for older version.

Does anyone tried in Godot3.1 or can i have any reference, tutorial or video so i can make it from scratch ?

Any help would be appreciated

:bust_in_silhouette: Reply From: petrickprajapati

have you check this video : Video Link
Steps provide in this tutorial : Facebook Compile Tutorial

:bust_in_silhouette: Reply From: DrMoriarty

Now you can install precompiled Facebook module. But it required Godot 3.2.3.
Facebook module information: GitHub - DrMoriarty/godot-facebook: Facebook module for Godot Game Engine (android and iOS)
In order to install it just search NativeLib addon in AssetLib and than install Facebook module in your project.

:bust_in_silhouette: Reply From: kurtsev0103

Hi , You can use Facebook Plugin

If you’re integrating this for iOS, you’ll also need to implement login via Apple.
You can use the Apple Plugin for this.

  • Both plugins have detailed instructions for installation and use.

  • Both plugins work on the same methods and signals for convenience.

  • Both plugins support any version of Godot