Get Facebook user id and name, as well as other options fields
cc_get_fb_user.Rd
For details, see: https://developers.facebook.com/docs/graph-api/reference/user/
Usage
cc_get_fb_user(
fb_user_token = NULL,
fields = c("id", "name"),
format = "data.frame"
)
Format
Defaults to "data.frame". If "list", a list is returned instead; useful e.g. when the "picture" field is requested.