## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  eval=FALSE,
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
# library(rfacebookstat)

## -----------------------------------------------------------------------------
# library(rfacebookstat)
# 
# fbAuth()

## -----------------------------------------------------------------------------
# print(fbAuth(), show_token = T)

## -----------------------------------------------------------------------------
# fbGetAdAccounts()

## -----------------------------------------------------------------------------
# fbAuth(app_id      = 556970798471513,
#        app_secret  = "10fbc64e0c426feb4e774395c97237fa",
#        username    = "seleznev_a",
#        skip_option = TRUE,
#        reauth      = FALSE,
#        token_path  = "D:/fb_auth_store")