public interface FavoriteMethods
| Modifier and Type | Method and Description |
|---|---|
ResponseList<Book> |
getBooks()
Returns the books listed on the current user's profile.
|
ResponseList<Book> |
getBooks(Reading reading)
Returns the books listed on the current user's profile.
|
ResponseList<Book> |
getBooks(java.lang.String userId)
Returns the books listed on a user's profile.
|
ResponseList<Book> |
getBooks(java.lang.String userId,
Reading reading)
Returns the books listed on a user's profile.
|
ResponseList<Game> |
getGames()
Returns the games the current user has added to the Arts and Entertainment section of their profile.
|
ResponseList<Game> |
getGames(Reading reading)
Returns the games the current user has added to the Arts and Entertainment section of their profile.
|
ResponseList<Game> |
getGames(java.lang.String userId)
Returns the games a user has added to the Arts and Entertainment section of their profile.
|
ResponseList<Game> |
getGames(java.lang.String userId,
Reading reading)
Returns the games a user has added to the Arts and Entertainment section of their profile.
|
ResponseList<Interest> |
getInterests()
Returns the interests listed on the current user's profile.
|
ResponseList<Interest> |
getInterests(Reading reading)
Returns the interests listed on the current user's profile.
|
ResponseList<Interest> |
getInterests(java.lang.String userId)
Returns the interests listed on a user's profile.
|
ResponseList<Interest> |
getInterests(java.lang.String userId,
Reading reading)
Returns the interests listed on a user's profile.
|
ResponseList<Movie> |
getMovies()
Returns the movies listed on the current user's profile.
|
ResponseList<Movie> |
getMovies(Reading reading)
Returns the movies listed on the current user's profile.
|
ResponseList<Movie> |
getMovies(java.lang.String userId)
Returns the movies listed on a user's profile.
|
ResponseList<Movie> |
getMovies(java.lang.String userId,
Reading reading)
Returns the movies listed on a user's profile.
|
ResponseList<Music> |
getMusic()
Returns the music listed on the current user's profile.
|
ResponseList<Music> |
getMusic(Reading reading)
Returns the music listed on the current user's profile.
|
ResponseList<Music> |
getMusic(java.lang.String userId)
Returns the music listed on a user's profile.
|
ResponseList<Music> |
getMusic(java.lang.String userId,
Reading reading)
Returns the music listed on a user's profile.
|
ResponseList<Television> |
getTelevision()
Returns the television listed on the current user's profile.
|
ResponseList<Television> |
getTelevision(Reading reading)
Returns the television listed on the current user's profile.
|
ResponseList<Television> |
getTelevision(java.lang.String userId)
Returns the television listed on a user's profile.
|
ResponseList<Television> |
getTelevision(java.lang.String userId,
Reading reading)
Returns the television listed on a user's profile.
|
ResponseList<Book> getBooks() throws FacebookException
FacebookException - when Facebook service or network is unavailableResponseList<Book> getBooks(Reading reading) throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Book> getBooks(java.lang.String userId) throws FacebookException
userId - the ID of a userFacebookException - when Facebook service or network is unavailableResponseList<Book> getBooks(java.lang.String userId, Reading reading) throws FacebookException
userId - the ID of a userreading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Game> getGames() throws FacebookException
FacebookException - when Facebook service or network is unavailableResponseList<Game> getGames(Reading reading) throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Game> getGames(java.lang.String userId) throws FacebookException
userId - the ID of a userFacebookException - when Facebook service or network is unavailableResponseList<Game> getGames(java.lang.String userId, Reading reading) throws FacebookException
userId - the ID of a userreading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Movie> getMovies() throws FacebookException
FacebookException - when Facebook service or network is unavailableResponseList<Movie> getMovies(Reading reading) throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Movie> getMovies(java.lang.String userId) throws FacebookException
userId - the ID of a userFacebookException - when Facebook service or network is unavailableResponseList<Movie> getMovies(java.lang.String userId, Reading reading) throws FacebookException
userId - the ID of a userreading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Music> getMusic() throws FacebookException
FacebookException - when Facebook service or network is unavailableResponseList<Music> getMusic(Reading reading) throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Music> getMusic(java.lang.String userId) throws FacebookException
userId - the ID of a userFacebookException - when Facebook service or network is unavailableResponseList<Music> getMusic(java.lang.String userId, Reading reading) throws FacebookException
userId - the ID of a userreading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Television> getTelevision() throws FacebookException
FacebookException - when Facebook service or network is unavailableResponseList<Television> getTelevision(Reading reading) throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Television> getTelevision(java.lang.String userId) throws FacebookException
userId - the ID of a userFacebookException - when Facebook service or network is unavailableResponseList<Television> getTelevision(java.lang.String userId, Reading reading) throws FacebookException
userId - the ID of a userreading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Interest> getInterests() throws FacebookException
FacebookException - when Facebook service or network is unavailableResponseList<Interest> getInterests(Reading reading) throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Interest> getInterests(java.lang.String userId) throws FacebookException
userId - the ID of a userFacebookException - when Facebook service or network is unavailableResponseList<Interest> getInterests(java.lang.String userId, Reading reading) throws FacebookException
userId - the ID of a userreading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailable