inst/doc/rfacebookstat-authorization.R

## ---- 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")

Try the rfacebookstat package in your browser

Any scripts or data that you put into this service are public.

rfacebookstat documentation built on May 31, 2023, 7:27 p.m.