pablobarbera / Rfacebook

Dev version of Rfacebook package: Access to Facebook API via R
http://cran.r-project.org/web/packages/Rfacebook
350 stars 250 forks source link

Multiple object-ids in getInsights #151

Open gijspiscaer opened 6 years ago

gijspiscaer commented 6 years ago

Thanks for this awesome package!

I'm trying to get a dataframe with insights of multiple posts. I got list of object_ids of the posts, but getInsights only works with a single object_id at the time.

Is there a way to work down a list of object_ids?