Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Use Facebook SDK inside Project Tiny ?

Discussion in 'Project Tiny' started by Folstrym, Feb 1, 2019.

  1. Folstrym

    Folstrym

    Joined:
    Apr 11, 2016
    Posts:
    5
    Hello everyone,

    Recently I've been to able to create Facebook Instant Games using Unity Tiny Project thanks to this awesome tutorial, and the next step now is to try using the Facebook SDK inside the application. Is it possible ? Has anyone achieved to make it work ?

    Thanks !
     
    Sandro8 and castana1962 like this.
  2. Sandro8

    Sandro8

    Joined:
    Mar 13, 2017
    Posts:
    2
    is there any news?
     
  3. Pakor

    Pakor

    Joined:
    Feb 2, 2017
    Posts:
    32
    I have managed to use parts of the facebook SDK in Tiny, but not in regards to Facebook Instant games. I did this by adding the facebook login button code via Html/Javascript. After logging in I can get data from the user, but that's all I have managed to accomplish with it.
     
  4. Sandro8

    Sandro8

    Joined:
    Mar 13, 2017
    Posts:
    2
    I want to get all my friends highscore and can I do it?
     
  5. Pakor

    Pakor

    Joined:
    Feb 2, 2017
    Posts:
    32
    With the research I did it seems that facebook no longer tracks score for apps. So if you keep your highscores in a seperate database, linked to the username and facebook ID, you can then get the users friends facebook IDs to compare and get the highscore for those.