Documentation
¶
Index ¶
Constants ¶
View Source
const ( // VERSION is the version of the facebok api VERSION = "v2.9" // URI is the base url for the facebook api URI = "https://graph.facebook.com" // TIME is a time interpolation example used to parse time TIME = "2006-01-02T15:04:05-0700" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { Data *json.RawMessage `json:"data"` Paging Pagination `json:"paging"` }
Data is a json structure returned by the facebook api
type Options ¶
type Options struct {
Fields string
}
Options defines the options with which the api is called
type Pagination ¶
Pagination is a struct which handles pagination of api nodes
type Photos ¶
type Photos struct { event.Base LastSeen string Token Token `io:"input"` Interval float64 `io:"input"` URL string `io:"output"` Image data.Stream `io:"output"` // contains filtered or unexported fields }
Photos listen for new photo uploads or tags on facebook
Click to show internal directories.
Click to hide internal directories.