Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Facebook SDK for Android — Gideros Forum

Facebook SDK for Android

totebototebo Member
edited October 2016 in General questions
Has anyone integrated this on Android?

https://developers.facebook.com/docs/android
My Gideros games: www.totebo.com

Comments

  • 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
  • jdbcjdbc Member
    edited October 2016
    Has anyone integrated this on Android?

    https://developers.facebook.com/docs/android
    Yes I do, but now plugin is out of date.
    lua
    lua
    social.lua
    7K
  • totebototebo Member
    edited October 2016
    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'.
    My Gideros games: www.totebo.com
  • Just keep it at 9.
    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
  • Hey guys, I've implemented FB for our latest game. Follow this thread:

    http://giderosmobile.com/forum/discussion/comment/48867#Comment_48867

    Likes: SinisterSoft, jdbc

    +1 -1 (+2 / -0 )Share on Facebook
  • Thanks @simwhi! @sinistersoft, if I leave it at 9 the SDK throws an error and it doesn't compile, unfortunately.
    My Gideros games: www.totebo.com
  • simwhisimwhi Member
    edited October 2016 Accepted Answer
    @totebo You don't need to use the SDK at all. I implemented FB using their repository.

    Check out my documented guide in the link provided above,

    Likes: totebo

    +1 -1 (+1 / -0 )Share on Facebook
  • jdbcjdbc Member
    edited October 2016
    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.
Sign In or Register to comment.