|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocationMethods
Method Summary | |
---|---|
ResponseList<Location> |
getLocations()
Returns the posts with location. |
ResponseList<Location> |
getLocations(Reading reading)
Returns the posts with location. |
ResponseList<Location> |
getLocations(String userId)
Returns the posts with location. |
ResponseList<Location> |
getLocations(String userId,
Reading reading)
Returns the posts with location. |
ResponseList<PlaceTag> |
getTaggedPlaces()
Returns a list of tags of this person at a place in a photo, video, post, status or link. |
ResponseList<PlaceTag> |
getTaggedPlaces(Reading reading)
Returns a list of tags of this person at a place in a photo, video, post, status or link. |
ResponseList<PlaceTag> |
getTaggedPlaces(String userId)
Returns a list of tags of this person at a place in a photo, video, post, status or link. |
ResponseList<PlaceTag> |
getTaggedPlaces(String userId,
Reading reading)
Returns a list of tags of this person at a place in a photo, video, post, status or link. |
Method Detail |
---|
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 Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Location> getLocations(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<Location> getLocations(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 unavailableResponseList<PlaceTag> getTaggedPlaces() throws FacebookException
FacebookException
- when Facebook service or network is unavailableResponseList<PlaceTag> getTaggedPlaces(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<PlaceTag> getTaggedPlaces(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<PlaceTag> getTaggedPlaces(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 |