public interface LocationMethods
| Modifier and Type | Method and Description |
|---|---|
ResponseList<Location> |
getLocations()
Returns the posts with location.
|
ResponseList<Location> |
getLocations(Reading reading)
Returns the posts with location.
|
ResponseList<Location> |
getLocations(java.lang.String userId)
Returns the posts with location.
|
ResponseList<Location> |
getLocations(java.lang.String userId,
Reading reading)
Returns the posts with location.
|
ResponseList<Location> getLocations() throws FacebookException
FacebookException - when Facebook service or network is unavailableResponseList<Location> getLocations(Reading reading) throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Location> getLocations(java.lang.String userId) throws FacebookException
userId - the ID of a userFacebookException - when Facebook service or network is unavailableResponseList<Location> getLocations(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