facebook4j.api
Interface PokeMethods

All Known Subinterfaces:
Facebook

public interface PokeMethods


Method Summary
 ResponseList<Poke> getPokes()
          Returns the current user's pokes.
 ResponseList<Poke> getPokes(Reading reading)
          Returns the current user's pokes.
 ResponseList<Poke> getPokes(String userId)
          Returns a user's pokes.
 ResponseList<Poke> getPokes(String userId, Reading reading)
          Returns a user's pokes.
 

Method Detail

getPokes

ResponseList<Poke> getPokes()
                            throws FacebookException
Returns the current user's pokes.

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

getPokes

ResponseList<Poke> getPokes(Reading reading)
                            throws FacebookException
Returns the current user's pokes.

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

getPokes

ResponseList<Poke> getPokes(String userId)
                            throws FacebookException
Returns a user's pokes.

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

getPokes

ResponseList<Poke> getPokes(String userId,
                            Reading reading)
                            throws FacebookException
Returns a user's pokes.

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


Copyright © 2019. All rights reserved.