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

SearchPage function returns empty (Solved) #191

Closed MoisesFagundes closed 4 years ago

MoisesFagundes commented 4 years ago

After the last update of the facebook graph api the command type = page is no longer accepted causing the query to return empty. To solve it, just change the type = page for type = place and it will work again.