- Home /
Facebook unity sdk 5.0.3 and soomla
I m using both Facebook Unity SDK and Soomla in my project. Facebook login does not work implicitly on app start. Both Facebook and Soomla try using android.intent.action.MAIN and android.intent.action.LAUNCHER in the Android Manifest. But one cancels the other. Is there any workaround to use both of them in my project?
EDIT: Here is the log from logcat for FBUnitySDK,
D/FBUnitySDK(20994): KeyHash:
V/FBUnitySDK(20994): sending to Unity OnInitComplete({"key_hash":"*\n"})
Once logged in, it should login automatically when the app is started again. But that is not happening here. The button has to be clicked again to login. I don't know why that is happening. Help!
Answer by gurdotan · Feb 04, 2015 at 12:33 PM
This thread is a bit old, a lot has happened since. SOOMLA Profile has now been released. It's a free, open-source, all-in-one plugin for social networks. Profile has support for Facebook, Twitter and Google+ baked in it. The actions you can do in the different social networks are:
Login
Logout
Update Status
Update Story
Upload Image
Invite Friends
Get Contacts
Rate App
Reward users for social actions
You can also refer to the SOOMLA Profile for Unity docs, or to the Github project
Your answer
Follow this Question
Related Questions
can't build android app with facebook sdk 5 Answers
How To fix FacebookSDK merge error in androidmanifest.xml ? 0 Answers
Unity Android app crashes when launched from Facebook Messenger app. 0 Answers
Facebook SDK 7.2.2 does not work with Unity 5.3.0f4 0 Answers
Finding the “Android class name” in “AndroidManifest.xml” generated by Unity3D 0 Answers