I used RFacebook about two months ago and had no problem, but now when I go to download and run RFacebook, I get an error.
install.packages ("RFacebook") works fine. But when I run library(RFacebook) I get the error: "package 'httpuv' could not be loaded"
After that, no part of RFacebook (FbOAuth, getUsers etc) will work.
If I try to install httpuv separately, it will again install fine but then error when I run library(httpuv).
Error: package or namespace load failed for ‘httpuv’
Any ideas what changed since the last time I ran this fine?