public interface PokeMethods
| Modifier and Type | Method and Description |
|---|---|
ResponseList<Poke> |
getPokes()
Returns the current user's pokes.
|
ResponseList<Poke> |
getPokes(Reading reading)
Returns the current user's pokes.
|
ResponseList<Poke> |
getPokes(java.lang.String userId)
Returns a user's pokes.
|
ResponseList<Poke> |
getPokes(java.lang.String userId,
Reading reading)
Returns a user's pokes.
|
ResponseList<Poke> getPokes() throws FacebookException
FacebookException - when Facebook service or network is unavailableResponseList<Poke> getPokes(Reading reading) throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Poke> getPokes(java.lang.String userId) throws FacebookException
userId - the ID of a userFacebookException - when Facebook service or network is unavailableResponseList<Poke> getPokes(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