Uses of Interface
facebook4j.Poke

Packages that use Poke
facebook4j.api   
facebook4j.json   
 

Uses of Poke in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Poke
 ResponseList<Poke> PokeMethods.getPokes()
          Returns the current user's pokes.
 ResponseList<Poke> PokeMethods.getPokes(Reading reading)
          Returns the current user's pokes.
 ResponseList<Poke> PokeMethods.getPokes(String userId)
          Returns a user's pokes.
 ResponseList<Poke> PokeMethods.getPokes(String userId, Reading reading)
          Returns a user's pokes.
 

Uses of Poke in facebook4j.json
 

Methods in facebook4j.json that return Poke
static Poke DataObjectFactory.createPoke(String rawJSON)
          Constructs a Poke object from rawJSON string.
 



Copyright © 2019. All rights reserved.