|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RawAPIMethods
| Method Summary | |
|---|---|
RawAPIResponse |
callDeleteAPI(String relativeUrl)
Calls raw Facebook DELETE API simply. |
RawAPIResponse |
callDeleteAPI(String relativeUrl,
Map<String,String> parameters)
Calls raw Facebook DELETE API simply. |
RawAPIResponse |
callGetAPI(String relativeUrl)
Calls raw Facebook GET API simply. |
RawAPIResponse |
callGetAPI(String relativeUrl,
facebook4j.internal.http.HttpParameter... parameters)
Calls raw Facebook GET API simply. |
RawAPIResponse |
callGetAPI(String relativeUrl,
Map<String,String> parameters)
Calls raw Facebook GET API simply. |
RawAPIResponse |
callPostAPI(String relativeUrl)
Calls raw Facebook POST API simply. |
RawAPIResponse |
callPostAPI(String relativeUrl,
facebook4j.internal.http.HttpParameter... parameters)
Calls raw Facebook POST API simply. |
RawAPIResponse |
callPostAPI(String relativeUrl,
Map<String,String> parameters)
Calls raw Facebook POST API simply. |
| Method Detail |
|---|
RawAPIResponse callGetAPI(String relativeUrl)
throws FacebookException
relativeUrl - relativeUrl
FacebookException - when Facebook service or network is unavailable
RawAPIResponse callGetAPI(String relativeUrl,
Map<String,String> parameters)
throws FacebookException
relativeUrl - relativeUrlparameters - GET parameters
FacebookException - when Facebook service or network is unavailable
RawAPIResponse callGetAPI(String relativeUrl,
facebook4j.internal.http.HttpParameter... parameters)
throws FacebookException
relativeUrl - relativeUrlparameters - GET parameters
FacebookException - when Facebook service or network is unavailable
RawAPIResponse callPostAPI(String relativeUrl)
throws FacebookException
relativeUrl - relativeUrl
FacebookException - when Facebook service or network is unavailable
RawAPIResponse callPostAPI(String relativeUrl,
Map<String,String> parameters)
throws FacebookException
relativeUrl - relativeUrlparameters - POST parameters
FacebookException - when Facebook service or network is unavailable
RawAPIResponse callPostAPI(String relativeUrl,
facebook4j.internal.http.HttpParameter... parameters)
throws FacebookException
relativeUrl - relativeUrlparameters - POST parameters
FacebookException - when Facebook service or network is unavailable
RawAPIResponse callDeleteAPI(String relativeUrl)
throws FacebookException
relativeUrl - relativeUrl
FacebookException - when Facebook service or network is unavailable
RawAPIResponse callDeleteAPI(String relativeUrl,
Map<String,String> parameters)
throws FacebookException
relativeUrl - relativeUrlparameters - parameters
FacebookException - when Facebook service or network is unavailable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||