Yes, there is a facebook plugin - but it might be out of date. There is also a facebook plugin for html5.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
I'm stuck on the first hurdle: Integration of the SDK in Android Studio. The SDK requires "minSdkVersion" of at least 15, as per Facebook's documentation here. The default value coming from the a clean Gideros export is 9. When I change it to 15 or higher I get a painful amount of errors (below).
Is it possible to change the minSdkVersion with a clean export from Gideros?
Error:(4) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:(33) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
Error:Execution failed for task ':app:processDebugResources'.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Any plans to migrate Facebook SDK 3 to Facebook SDK 4?
I guess we could update GFacebook.java class and SimpleFacebook. It seems that Session class has been removed and now there are new classes to manage access_token and login.
Comments
https://deluxepixel.com
Is it possible to change the minSdkVersion with a clean export from Gideros?
https://deluxepixel.com
http://giderosmobile.com/forum/discussion/comment/48867#Comment_48867
Likes: SinisterSoft, jdbc
Check out my documented guide in the link provided above,
Likes: totebo
I guess we could update GFacebook.java class and SimpleFacebook. It seems that Session class has been removed and now there are new classes to manage access_token and login.