C# Class FolketsTing.Controllers.FacebookFeedHandler

Exibir arquivo Open project: friism/folketsting

Public Methods

Method Description
GetResponse ( CommentFeedObject comment ) : FeedResponse

Builds and returns a FeedResponse object from the supped CommentFeedObject while examining which template to use from the target_ids parameter.

Private Methods

Method Description
FacebookWrappedLink ( string link_href, string link_text ) : string

Method Details

GetResponse() public method

Builds and returns a FeedResponse object from the supped CommentFeedObject while examining which template to use from the target_ids parameter.
public GetResponse ( CommentFeedObject comment ) : FeedResponse
comment CommentFeedObject CommentFeedObject to make feedresponse for.
return FeedResponse