Uses of Interface
facebook4j.Score

Packages that use Score
facebook4j.api   
facebook4j.json   
 

Uses of Score in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Score
 ResponseList<Score> GameMethods.getScores()
          Returns the current scores for a user in games.
 ResponseList<Score> GameMethods.getScores(Reading reading)
          Returns the current scores for a user in games.
 ResponseList<Score> GameMethods.getScores(String userId)
          Returns the current scores for the current user in games.
 ResponseList<Score> GameMethods.getScores(String userId, Reading reading)
          Returns the current scores for the current user in games.
 

Uses of Score in facebook4j.json
 

Methods in facebook4j.json that return Score
static Score DataObjectFactory.createScore(String rawJSON)
          Constructs a Score object from rawJSON string.
 



Copyright © 2019. All rights reserved.