Description Slots Author(s) See Also
This class is used to collect Facebook posts in a convenient structure.
Use the FacebookPostsCollection
constructor for building a instance of this class, as it provides better
sanity and validation checks.
data
The raw data in a list form and as pulled from Facebook
id
A character vector with the id
of the items included in the collection
fields
A character vector with the fields included for each ID in the collection. Ie. id, name, created_time
...
token
Either a temporary access token created at
https://developers.facebook.com/tools/explorer or the OAuth token
created with fbOAuth
used to fill the collection.
parent
A character vector of the parent id
of the items included in the collection or NA
if the items have
no valid inheritance
parent.collection
The collection used to build this one, or NA
if the collection was built from a character vectors of ids
.
type
A character vector with the type of each element of the collection. It's set only if the collection has been built with metadata=TRUE
Gabriele Baldassarre https://gabrielebaldassarre.com
Other Facebook Collections: FacebookAlbumsCollection-class
,
FacebookCommentsCollection-class
,
FacebookConversationsCollection-class
,
FacebookEventsCollection-class
,
FacebookGenericCollection-class
,
FacebookGroupsCollection-class
,
FacebookLikesCollection-class
,
FacebookMessagesCollection-class
,
FacebookMixedCollection-class
,
FacebookPagesCollection-class
,
FacebookPhotosCollection-class
,
FacebookReactionsCollection-class
,
FacebookVideosCollection-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.