Uses of Interface
facebook4j.Checkin

Packages that use Checkin
facebook4j.api   
facebook4j.json   
 

Uses of Checkin in facebook4j.api
 

Methods in facebook4j.api that return Checkin
 Checkin CheckinMethods.getCheckin(String checkinId)
          Returns a single checkin information.
 Checkin CheckinMethods.getCheckin(String checkinId, Reading reading)
          Returns a single checkin information.
 

Methods in facebook4j.api that return types with arguments of type Checkin
 ResponseList<Checkin> CheckinMethods.getCheckins()
          Returns the places that the current user has checked-into or made to the Place Page by the current user or friends of the current user.
 ResponseList<Checkin> CheckinMethods.getCheckins(Reading reading)
          Returns the places that the current user has checked-into or made to the Place Page by the current user or friends of the current user.
 ResponseList<Checkin> CheckinMethods.getCheckins(String id)
          Returns the places that a user has checked-into or made to the Place Page by the user or friends of the user.
 ResponseList<Checkin> CheckinMethods.getCheckins(String id, Reading reading)
          Returns the places that a user has checked-into or made to the Place Page by the user or friends of the user.
 ResponseList<Checkin> SearchMethods.searchCheckins()
          Returns latest checkins.
 ResponseList<Checkin> SearchMethods.searchCheckins(Reading reading)
          Returns latest checkins.
 

Uses of Checkin in facebook4j.json
 

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



Copyright © 2019. All rights reserved.