|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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 Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Poke> getPokes(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<Poke> getPokes(String userId, Reading reading) throws FacebookException
userId
- the ID of a userreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |