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

Is it possible to retrieve events from a page? getEvents? #112

Closed slow-data closed 7 years ago

slow-data commented 7 years ago

Hi, congrats, your package is amazing! I was wondering if there is a function to retrieve events given a page ID, in the same way as we retrieve posts given a page ID. Thanks, Jacopo

pablobarbera commented 7 years ago

Not at the moment, but from a quick look at the API, it looks like this is something that could be accessed easily. I'll try to add a new function in the next couple of weeks when I find some free time. In the meantime, you can use callAPI() to make the API requests.

pablobarbera commented 7 years ago

@jp1312 More like a couple months, but it's now in Rfacebook :-)