Documentation
¶
Index ¶
Constants ¶
View Source
const CommentMapping = `` /* 2002-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FBApp ¶
type FBApp struct {
AppToken string
App *fb.App
Session *fb.Session
ConfigPath string
Config *config.Config
}
func (*FBApp) Initialize ¶
func (*FBApp) LoadComments ¶
func (*FBApp) LoadConfig ¶
type FBComment ¶
type FBComment struct {
CreatedTime string `json:"created_time"`
From FBUser `json:"from"`
ID string `json:"id"`
Message string `json:"message"`
Parent struct {
CreatedTime string `json:"created_time"`
From FBUser `json:"from"`
ID string `json:"id"`
Message string `json:"message"`
} `json:"parent"`
PermalinkURL string `json:"permalink_url"`
CommentCount int32 `json:"comment_count"`
LikeCount int32 `json:"like_count"`
}
type FBCommentList ¶
type FBCommentList struct {
Entries []FBComment `json:"data"`
}
type FBComments ¶
type FBComments struct {
Comments FBCommentList `json:"data"`
Paging FBPaging `json:"paging"`
}
type FBFeed ¶
type FBFeed struct {
Posts FBPostList `json:"data"`
Paging FBPaging `json:"paging"`
}
type FBPageList ¶
type FBPageList struct {
Entries []FBPage `json:"data"`
}
type FBPostList ¶
type FBPostList struct {
Entries []FBPost `json:"data"`
}
type FBUserList ¶
type FBUserList struct {
Entries []FBUser `json:"data"`
}
type QueueEntry ¶
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
fb-classifier
command
|
|
|
fb-fetcher
command
|
|
|
fb-scheduler
command
|
|
|
fb-storer
command
|
|
Click to show internal directories.
Click to hide internal directories.
