Nikolas Makiya Vichi
Nikolas Makiya Vichi
I've been through some similar problem and i think the cause is actually the browser. After some debugging i found the function browseURL from httr crashing, then i changed the...
I could solve it on mine! Try calling options("browser" = NULL) before fbOauth(). Should I make a pull request?
Yes, it worked fine on Windows. I would have to search the references but as far as i can remember the way it was before didn't work only on Windows,...
I've "solved" it by adding `options("browser" = NULL)` in the beginning of `fbOAuth` in Rfacebook/R/fbOAuth.R file.