Hello Folks,
I need to implement facebook plugin for my new game. Currently, Gideros facebook android plugin uses Facebook sdk 3.14. Are you going to update this plugin?
Actually, I was able to achieve login and get friends images but apprequest in dialog crashes application.
facebook:login("352852401492555", {"public_profile", "user_friends", "publish_actions"})
--After Success Callback Login
facebook:dialog("apprequests"); --> Crashes Android application. |
I am using sample facebook application id for my calls.
Is there any chance that package name in facebook causes that crash?
Thanks in advance.
Mert
Comments