#' Access to Facebook API v2 via R
#'
#' This package provides a series of functions that allow R users
#' to access Facebook's API and builds collections of items
#' that model and mimic the graph organization and network relations
#' between different elements.
#'
#' @name facebook.S4
#' @aliases facebook.S4-package
#'
#' @seealso \code{\link{fbOAuth}}, \code{\link{FacebookUsersCollection}},
#' \code{\link{FacebookPagesCollection}}, \code{\link{FacebookPostsCollection}},
#' \code{\link{FacebookCommentsCollection}}
#' @docType package
#' @keywords package facebook
#' @author Gabriele Baldassarre \url{https://gabrielebaldassarre.com}
#' @import methods
#' @importFrom utils head
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.