Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Unity Facebook Score Graph API

Discussion in 'Scripting' started by kaliber24, Jun 30, 2014.

  1. kaliber24

    kaliber24

    Joined:
    Oct 3, 2012
    Posts:
    5
    Hello, i have problem using facebook API.
    since facebook do not have developer forum, i hope i'll find answer here :)

    from the facebook decription we can get our friend score with API described here:
    https://developers.facebook.com/docs/games/scores/#

    but i only get my own score (logged in user), is there any some permission required to do this ?

    Note : how i call API on Unity,
    FB.API("/my_long_appid/scores", Facebook.HttpMethod.GET, FBGetScoreCallback);

    i try API call from Graph explorer and the result is equal.
     
  2. trololo

    trololo

    Joined:
    Dec 13, 2012
    Posts:
    17
    Did you solve that?