How integrate sharing via Facebook Messenger in Unity game. I have olready try to use Facebook Unity SDK 6.2.2 and 7.0.2 beta. Does Facebook SDK support it?
相关问题
- facebook error invalid key hash for some devices
- LoginActivty with Firebase & Facebook authenticati
- Unity - Get Random Color at Spawning
- facebook “could not retrieve data from URL”
- Unity3D WebGL Headless not rendering
相关文章
- Programmatically setting and saving the icon assoc
- Omnisharp in VS Code produces a lot of warnings ab
- Call non-static methods on custom Unity Android Pl
- Facebook login for group members
- The method FB.api will stop working when called fr
- React native deep linking vs Facebook SDK conflct
- How can a game created in Unity can run on an Andr
- UIActivity with no settings for Facebook
This is not possible at the current time via the Unity SDK. Right now there is no support for the Messenger SDK as it is only available for Android and iOS.
In the current versions of the Facebook Unity SDK the only options you have for sharing/sending requests are the FB.Feed and FB.AppRequest methods.