Connect to an API Graph's token of a given page and get posts, comments, shares, and reactions of n posts (with no limits).
fb_posts(
token,
total = 150,
limit = 100,
comments = FALSE,
shares = FALSE,
reactions = FALSE
)
Character. Access token. Generate it for any of your users or apps in https://developers.facebook.com/tools/explorer
Integer. How many most recent posts do you need?
Integer. For each post, hoy many results do you need?
Boolean. Include in your query?
Other API:
bring_api()
,
fb_accounts()
,
fb_ads()
,
fb_creatives()
,
fb_insights()
,
fb_post()
,
li_auth()
,
li_profile()
,
queryGA()
,
slackSend()
Other Facebook:
fb_accounts()
,
fb_ads()
,
fb_creatives()
,
fb_insights()
,
fb_post()