facebook4j.api
Interface FavoriteMethods

All Known Subinterfaces:
Facebook

public interface FavoriteMethods


Method Summary
 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(String userId)
          Returns the books listed on a user's profile.
 ResponseList<Book> getBooks(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(String userId)
          Returns the games a user has added to the Arts and Entertainment section of their profile.
 ResponseList<Game> getGames(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(String userId)
          Returns the interests listed on a user's profile.
 ResponseList<Interest> getInterests(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(String userId)
          Returns the movies listed on a user's profile.
 ResponseList<Movie> getMovies(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(String userId)
          Returns the music listed on a user's profile.
 ResponseList<Music> getMusic(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(String userId)
          Returns the television listed on a user's profile.
 ResponseList<Television> getTelevision(String userId, Reading reading)
          Returns the television listed on a user's profile.
 

Method Detail

getBooks

ResponseList<Book> getBooks()
                            throws FacebookException
Returns the books listed on the current user's profile.

Returns:
books
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - books

getBooks

ResponseList<Book> getBooks(Reading reading)
                            throws FacebookException
Returns the books listed on the current user's profile.

Parameters:
reading - optional reading parameters. see Graph API#reading - Facebook Developers
Returns:
books
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - books

getBooks

ResponseList<Book> getBooks(String userId)
                            throws FacebookException
Returns the books listed on a user's profile.

Parameters:
userId - the ID of a user
Returns:
books
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - books

getBooks

ResponseList<Book> getBooks(String userId,
                            Reading reading)
                            throws FacebookException
Returns the books listed on a user's profile.

Parameters:
userId - the ID of a user
reading - optional reading parameters. see Graph API#reading - Facebook Developers
Returns:
books
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - books

getGames

ResponseList<Game> getGames()
                            throws FacebookException
Returns the games the current user has added to the Arts and Entertainment section of their profile.

Returns:
games
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - games

getGames

ResponseList<Game> getGames(Reading reading)
                            throws FacebookException
Returns the games the current user has added to the Arts and Entertainment section of their profile.

Parameters:
reading - optional reading parameters. see Graph API#reading - Facebook Developers
Returns:
games
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - games

getGames

ResponseList<Game> getGames(String userId)
                            throws FacebookException
Returns the games a user has added to the Arts and Entertainment section of their profile.

Parameters:
userId - the ID of a user
Returns:
games
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - games

getGames

ResponseList<Game> getGames(String userId,
                            Reading reading)
                            throws FacebookException
Returns the games a user has added to the Arts and Entertainment section of their profile.

Parameters:
userId - the ID of a user
reading - optional reading parameters. see Graph API#reading - Facebook Developers
Returns:
games
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - games

getMovies

ResponseList<Movie> getMovies()
                              throws FacebookException
Returns the movies listed on the current user's profile.

Returns:
movies
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - movies

getMovies

ResponseList<Movie> getMovies(Reading reading)
                              throws FacebookException
Returns the movies listed on the current user's profile.

Parameters:
reading - optional reading parameters. see Graph API#reading - Facebook Developers
Returns:
movies
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - movies

getMovies

ResponseList<Movie> getMovies(String userId)
                              throws FacebookException
Returns the movies listed on a user's profile.

Parameters:
userId - the ID of a user
Returns:
movies
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - movies

getMovies

ResponseList<Movie> getMovies(String userId,
                              Reading reading)
                              throws FacebookException
Returns the movies listed on a user's profile.

Parameters:
userId - the ID of a user
reading - optional reading parameters. see Graph API#reading - Facebook Developers
Returns:
movies
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - movies

getMusic

ResponseList<Music> getMusic()
                             throws FacebookException
Returns the music listed on the current user's profile.

Returns:
music
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - music

getMusic

ResponseList<Music> getMusic(Reading reading)
                             throws FacebookException
Returns the music listed on the current user's profile.

Parameters:
reading - optional reading parameters. see Graph API#reading - Facebook Developers
Returns:
music
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - music

getMusic

ResponseList<Music> getMusic(String userId)
                             throws FacebookException
Returns the music listed on a user's profile.

Parameters:
userId - the ID of a user
Returns:
music
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - music

getMusic

ResponseList<Music> getMusic(String userId,
                             Reading reading)
                             throws FacebookException
Returns the music listed on a user's profile.

Parameters:
userId - the ID of a user
reading - optional reading parameters. see Graph API#reading - Facebook Developers
Returns:
music
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - music

getTelevision

ResponseList<Television> getTelevision()
                                       throws FacebookException
Returns the television listed on the current user's profile.

Returns:
television
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - television

getTelevision

ResponseList<Television> getTelevision(Reading reading)
                                       throws FacebookException
Returns the television listed on the current user's profile.

Parameters:
reading - optional reading parameters. see Graph API#reading - Facebook Developers
Returns:
television
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - television

getTelevision

ResponseList<Television> getTelevision(String userId)
                                       throws FacebookException
Returns the television listed on a user's profile.

Parameters:
userId - the ID of a user
Returns:
television
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - television

getTelevision

ResponseList<Television> getTelevision(String userId,
                                       Reading reading)
                                       throws FacebookException
Returns the television listed on a user's profile.

Parameters:
userId - the ID of a user
reading - optional reading parameters. see Graph API#reading - Facebook Developers
Returns:
television
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - television

getInterests

ResponseList<Interest> getInterests()
                                    throws FacebookException
Returns the interests listed on the current user's profile.

Returns:
interests
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - interests

getInterests

ResponseList<Interest> getInterests(Reading reading)
                                    throws FacebookException
Returns the interests listed on the current user's profile.

Parameters:
reading - optional reading parameters. see Graph API#reading - Facebook Developers
Returns:
interests
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - interests

getInterests

ResponseList<Interest> getInterests(String userId)
                                    throws FacebookException
Returns the interests listed on a user's profile.

Parameters:
userId - the ID of a user
Returns:
interests
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - interests

getInterests

ResponseList<Interest> getInterests(String userId,
                                    Reading reading)
                                    throws FacebookException
Returns the interests listed on a user's profile.

Parameters:
userId - the ID of a user
reading - optional reading parameters. see Graph API#reading - Facebook Developers
Returns:
interests
Throws:
FacebookException - when Facebook service or network is unavailable
See Also:
User - Facebook Developers - Connections - interests


Copyright © 2019. All rights reserved.