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
  • 57,032
  • 13
  • 142
  • 178
jan5
  • 1,109
  • 3
  • 16
  • 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
  • 9,916
  • 41
  • 66