Uses of Interface
facebook4j.Game

Packages that use Game
facebook4j.api   
facebook4j.json   
 

Uses of Game in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Game
 ResponseList<Game> FavoriteMethods.getGames()
          Returns the games the current user has added to the Arts and Entertainment section of their profile.
 ResponseList<Game> FavoriteMethods.getGames(Reading reading)
          Returns the games the current user has added to the Arts and Entertainment section of their profile.
 ResponseList<Game> FavoriteMethods.getGames(String userId)
          Returns the games a user has added to the Arts and Entertainment section of their profile.
 ResponseList<Game> FavoriteMethods.getGames(String userId, Reading reading)
          Returns the games a user has added to the Arts and Entertainment section of their profile.
 

Uses of Game in facebook4j.json
 

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



Copyright © 2019. All rights reserved.