- (void) postPhoto: |
|
(UIImage *) |
photo |
caption: |
|
(NSString *) |
caption |
completionBlock: |
|
(CSSocialResponseBlock) |
responseBlock |
|
|
| |
postPhoto:caption:completionBlock: posts a photo to facebook photo album
- Parameters
-
photo | photo to post to album |
caption | album caption of the image |
responseBlock | contains error if there was an error when posting or nil if all went OK |
- (void) postPhoto: |
|
(UIImage *) |
photo |
completionBlock: |
|
(CSSocialResponseBlock) |
responseBlock |
|
|
| |
postPhoto:completionBlock: posts a photo to facebook photo album
- Parameters
-
photo | photo to post to album |
responseBlock | contains error if there was an error when posting or nil if all went OK |
- (void) postToWall: |
|
(NSString *) |
message |
completionBlock: |
|
(CSSocialResponseBlock) |
responseBlock |
|
|
| |
postToWall:completionBlock: posts a simple message to the facebook wall
- Parameters
-
message | message to post to wall |
responseBlock | contains error if there was an error when posting or nil if all went OK |
The documentation for this category was generated from the following file: