CSSocial
|
Instance Methods | |
(id) | - initWithService:parameters: |
(void) | - makeRequest |
(void) | - receivedResponse |
(void) | - receivedResponse:error: |
(id) | - parseResponse: |
Class Methods | |
(CSSocialRequest *) | + requestWithService:parameters: |
Protected Attributes | |
BOOL | _cancelled |
BOOL | _finished |
BOOL | _executing |
Properties | |
NSString * | APIcall |
API call. | |
NSDictionary * | params |
custom parameters | |
CSSocialResponseBlock | responseBlock |
response | |
id | service |
id | method |
HTTP method (GET, POST, PUT) | |
|
readnonatomicassign |
service this is an object instance of the service in use, for instance Facebook object when using Facebook.