Happstack.Facebook.Feed
Contents
- newtype BundleId = BundleId {}
- data StorySize
- data DeactivateTemplateBundleById = DeactivateTemplateBundleById BundleId
- data PublishUserAction = PublishUserAction BundleId (Maybe StorySize) Parameters
- data FeedData = FeedData {
- target :: Target
- template_id :: BundleId
- template_data :: [(String, String)]
- next :: String
- data Target
- = SingleFeed
- | MultiFeed
- data TemplateBundle = TemplateBundle {
- oneLineTemplateBundle :: [String]
- shortTemplateBundle :: [(Maybe String, String)]
- actionLinks :: [ActionLink]
- data RegisterTemplateBundle = RegisterTemplateBundle TemplateBundle
Feed
Constructors
| BundleId | |
Fields | |
data DeactivateTemplateBundleById Source
Deactivates a previously registered template bundle
Constructors
| DeactivateTemplateBundleById BundleId |
Instances
data PublishUserAction Source
Constructors
| PublishUserAction BundleId (Maybe StorySize) Parameters |
FeedData is used to supply data for the feedStory/multiFeedStory callback http://wiki.developers.facebook.com/index.php/Feed_Forms
Constructors
| FeedData | |
Fields
| |
Constructors
| SingleFeed | |
| MultiFeed |
data TemplateBundle Source
Constructors
| TemplateBundle | |
Fields
| |
data RegisterTemplateBundle Source
Constructors
| RegisterTemplateBundle TemplateBundle |