Description Usage Arguments Value Valid sources Author(s) See Also
View source: R/facebook.video.formats.R
facebook.video.formats
pulls information about the formats of a set of photos
in a link{FacebookPhotosCollection-class}
and push into a named list.
1 2 3 | facebook.video.formats(id, token = NULL, parameters = list(),
fields = c("embed_html", "picture", "filter", "height", "width"),
.progress = create_progress_bar())
|
id |
An existing |
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 |
A named list with all the formats of the given photos. The name of is set to the id
of the photo.
FacebookVideosCollection-class
will build a collection with
the formats available for the videos in the source collection.
Gabriele Baldassarre https://gabrielebaldassarre.com
FacebookAlbumsCollection
, FacebookPhotosCollection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.