|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchMethods
Method Summary | |
---|---|
ResponseList<facebook4j.internal.org.json.JSONObject> |
search(String query)
Searches every type all public objects. |
ResponseList<facebook4j.internal.org.json.JSONObject> |
search(String query,
Reading reading)
Searches every type all public objects. |
ResponseList<facebook4j.internal.org.json.JSONObject> |
search(String query,
String type,
Reading reading)
Searches all public objects of given type. |
ResponseList<Checkin> |
searchCheckins()
Returns latest checkins. |
ResponseList<Checkin> |
searchCheckins(Reading reading)
Returns latest checkins. |
ResponseList<Event> |
searchEvents(String query)
Searches events. |
ResponseList<Event> |
searchEvents(String query,
Reading reading)
Searches events. |
ResponseList<Group> |
searchGroups(String query)
Searches groups. |
ResponseList<Group> |
searchGroups(String query,
Reading reading)
Searches groups. |
ResponseList<Location> |
searchLocations(GeoLocation center,
int distance)
Returns locations near a geographical location. |
ResponseList<Location> |
searchLocations(GeoLocation center,
int distance,
Reading reading)
Returns locations near a geographical location. |
ResponseList<Location> |
searchLocations(String placeId)
Returns a particular place. |
ResponseList<Location> |
searchLocations(String placeId,
Reading reading)
Returns a particular place. |
ResponseList<Page> |
searchPages(String query)
Searches pages. |
ResponseList<Page> |
searchPages(String query,
Reading reading)
Searches pages. |
ResponseList<Place> |
searchPlaces(String query)
Searches places. |
ResponseList<Place> |
searchPlaces(String query,
GeoLocation center,
int distance)
Searches places. |
ResponseList<Place> |
searchPlaces(String query,
GeoLocation center,
int distance,
Reading reading)
Searches places. |
ResponseList<Place> |
searchPlaces(String query,
Reading reading)
Searches places. |
ResponseList<Post> |
searchPosts(String query)
Searches public posts. |
ResponseList<Post> |
searchPosts(String query,
Reading reading)
Searches public posts. |
ResponseList<User> |
searchUsers(String query)
Searches users. |
ResponseList<User> |
searchUsers(String query,
Reading reading)
Searches users. |
Method Detail |
---|
ResponseList<Post> searchPosts(String query) throws FacebookException
query
- the search condition
FacebookException
- when Facebook service or network is unavailableResponseList<Post> searchPosts(String query, Reading reading) throws FacebookException
query
- the search conditionreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<User> searchUsers(String query) throws FacebookException
query
- the search condition
FacebookException
- when Facebook service or network is unavailableResponseList<User> searchUsers(String query, Reading reading) throws FacebookException
query
- the search conditionreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Event> searchEvents(String query) throws FacebookException
query
- the search condition
FacebookException
- when Facebook service or network is unavailableResponseList<Event> searchEvents(String query, Reading reading) throws FacebookException
query
- the search conditionreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Group> searchGroups(String query) throws FacebookException
query
- the search condition
FacebookException
- when Facebook service or network is unavailableResponseList<Group> searchGroups(String query, Reading reading) throws FacebookException
query
- the search conditionreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Place> searchPlaces(String query) throws FacebookException
query
- the search condition
FacebookException
- when Facebook service or network is unavailableResponseList<Place> searchPlaces(String query, Reading reading) throws FacebookException
query
- the search conditionreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Place> searchPlaces(String query, GeoLocation center, int distance) throws FacebookException
query
- the search conditioncenter
- latitude and longitudedistance
- distance
FacebookException
- when Facebook service or network is unavailableResponseList<Place> searchPlaces(String query, GeoLocation center, int distance, Reading reading) throws FacebookException
query
- the search conditioncenter
- latitude and longitudedistance
- distancereading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Checkin> searchCheckins() throws FacebookException
FacebookException
- when Facebook service or network is unavailableResponseList<Checkin> searchCheckins(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Location> searchLocations(GeoLocation center, int distance) throws FacebookException
center
- latitude and longitudedistance
- distance
FacebookException
- when Facebook service or network is unavailableResponseList<Location> searchLocations(GeoLocation center, int distance, Reading reading) throws FacebookException
center
- latitude and longitudedistance
- distancereading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Location> searchLocations(String placeId) throws FacebookException
placeId
- specify the ID of the place
FacebookException
- when Facebook service or network is unavailableResponseList<Location> searchLocations(String placeId, Reading reading) throws FacebookException
placeId
- specify the ID of the placereading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Page> searchPages(String query) throws FacebookException
query
- the search condition
FacebookException
- when Facebook service or network is unavailableResponseList<Page> searchPages(String query, Reading reading) throws FacebookException
query
- the search conditionreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<facebook4j.internal.org.json.JSONObject> search(String query) throws FacebookException
query
- the search condition
FacebookException
- when Facebook service or network is unavailableResponseList<facebook4j.internal.org.json.JSONObject> search(String query, Reading reading) throws FacebookException
query
- the search conditionreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<facebook4j.internal.org.json.JSONObject> search(String query, String type, Reading reading) throws FacebookException
query
- the search conditiontype
- search typereading
- 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 |