|
NSOperationQueue * | requestQueue |
|
CSErrorBlock | permissionsBlock |
|
CSVoidBlock | loginSuccessBlock |
|
CSErrorBlock | loginFailedBlock |
|
this is a convenience method that you can use for automatic request construction based on the parameter object passed
- Parameters
-
parameter | an object that describes the main request details |
- Returns
- CSSocialRequest instance
- (void) sendRequest: |
|
(CSSocialRequest *) |
request |
response: |
|
(CSSocialResponseBlock) |
responseBlock |
|
|
| |
sends a request to a social service and handles a callback when the sevice has returned the result
- Parameters
-
request | a CSSocialRequest you constructed manually or by using requestWithParameter: |
responseBlock | callback block with results |
- (id) showDialogWithMessage: |
|
(NSString *) |
message |
photo: |
|
(UIImage *) |
photo |
handler: |
|
(CSErrorBlock) |
handlerBlock |
|
|
| |
shows the dialog box of the service (where available) with initial message and photo parameters
- Parameters
-
message | initial message |
photo | photo to upload |
handlerBlock | callback block containing an error if one occured. |
- Returns
- instance od the dialog if available or nil if unavailable.
The documentation for this class was generated from the following file: