Learn R Programming

lares (version 5.1.4)

fb_process: Process Facebook's API Objects

Description

Process and paginate raw results from Facebook's API, result of querying the API with httr::GET.

Usage

fb_process(response, paginate = TRUE)

Value

data.frame with un-nested processed results or NULL if no results found.

Arguments

response

GET's output object, class response

paginate

Boolean. Run through all paginations? If not, only the first one will be processed.

See Also

Other API: bring_api(), fb_accounts(), fb_ads(), fb_creatives(), fb_insights(), fb_posts(), fb_post(), fb_rf(), fb_token(), li_auth(), li_profile(), queryGA(), slackSend()

Other Facebook: fb_accounts(), fb_ads(), fb_creatives(), fb_insights(), fb_posts(), fb_post(), fb_rf(), fb_token()