|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| com.restfb | Contains types used to interact with the Facebook Graph API and the Legacy Facebook REST API. |
| Uses of Connection in com.restfb |
|---|
| Methods in com.restfb that return Connection | ||
|---|---|---|
|
FacebookClient.fetchConnection(String connection,
Class<T> connectionType,
Parameter... parameters)
Fetches a Graph API Connection type, mapping the result to an
instance of connectionType. |
|
|
DefaultFacebookClient.fetchConnection(String connection,
Class<T> connectionType,
Parameter... parameters)
|
|
|
FacebookClient.fetchConnectionPage(String connectionPageUrl,
Class<T> connectionType)
Fetches a previous/next page of a Graph API Connection type,
mapping the result to an instance of connectionType. |
|
|
DefaultFacebookClient.fetchConnectionPage(String connectionPageUrl,
Class<T> connectionType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||