CSSocial
 All Classes Functions Properties Pages
CSSocialServiceFacebook(Helper) Category Reference

Instance Methods

(void) - postToWall:completionBlock:
 
(void) - postPhoto:completionBlock:
 
(void) - postPhoto:caption:completionBlock:
 

Method Documentation

- (void) postPhoto: (UIImage *)  photo
caption: (NSString *)  caption
completionBlock: (CSSocialResponseBlock)  responseBlock 

postPhoto:caption:completionBlock: posts a photo to facebook photo album

Parameters
photophoto to post to album
captionalbum caption of the image
responseBlockcontains 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
photophoto to post to album
responseBlockcontains 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
messagemessage to post to wall
responseBlockcontains 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: