2

I want to extract the facebook updates messages using R, but I'm having some trouble. I tried following the tutorials given in http://www.brocktibert.com/blog/2012/01/19/358/ but I am getting the following error

$error$type
[1] "OAuthException"  
$error$code
[1] 190

Is there another way to extract messages from facebook?

csgillespie
  • 59,189
  • 14
  • 150
  • 185
jan5
  • 1,129
  • 3
  • 17
  • 28

1 Answers1

0

I don't use Facebook (by intent), and you did not provide example code, but this looks like an error with https:.

rcurl could do this (I am using it for similar stuff), and as

Sourcing R script over HTTPS

notes, --internet2 could also help.

Dieter

Community
  • 1
  • 1
Dieter Menne
  • 10,076
  • 44
  • 67