Learn R Programming

lares (version 5.1.0)

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)

Arguments

response

GET's output object, class response

paginate

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

Value

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

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()