Description Usage Arguments Value Author(s) See Also
View source: R/FacebookGenericCollection.R
Connect to Facebook Graph API, get information from a list of public Facebook items and build a FacebookGenericCollection-class
instance.
1 2 3 | FacebookGenericCollection(id, token, parameters = list(),
fields = character(0), .progress = create_progress_bar(),
metadata = FALSE)
|
id |
A character vector or a comma-delimited string of IDs or an existing Facebook Collection of any of the supported types (see below). |
token |
Either a temporary access token created at
https://developers.facebook.com/tools/explorer or the OAuth token
created with |
parameters |
A list of parameters to be added to the Facebook Graph API query. For more information on the accepted parameters, see: https://developers.facebook.com/docs/graph-api/using-graph-api. |
fields |
A character vector with the fields to get for each |
.progress |
progress_bar object as defined in the plyr package.
By default the |
metadata |
If set to |
A collection of elements in a FacebookGenericCollection-class
object or one of its subclasses.
Gabriele Baldassarre https://gabrielebaldassarre.com
FacebookPostsCollection
, FacebookCommentsCollection
, fbOAuth
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.