|
(id) | - initWithService:parameters: |
|
(void) | - makeRequest |
|
(void) | - receivedResponse |
|
(void) | - receivedResponse:error: |
|
(id) | - parseResponse: |
|
BOOL | _cancelled |
|
BOOL | _finished |
|
BOOL | _executing |
|
+ (CSSocialRequestFacebook*) requestWithApiCall: |
|
(NSString *) |
apiCall |
httpMethod: |
|
(NSString *) |
method |
parameters: |
|
(NSDictionary *) |
parameters |
permission: |
|
(NSString *) |
permission |
|
|
| |
interface to use when creating a custom request
- Parameters
-
apiCall | path to graph api, for instance me/friends |
method | HTTP method (GET, POST, PUT) |
parameters | parameters to use when making a request |
permission | permission needed for this API |
- Returns
- CSSocialRequestFacebook object
The documentation for this class was generated from the following file: