Is it possible to update my facebook status from an R session?
EDIT 1: Reading the responses thus far, I would like to point out that I\'m simply interested if a package
I must admit I would never imagine someone would ask a question like this but.. :)
Use the httpRequest package (http://cran.fiocruz.br/web/packages/httpRequest/index.html) to update your status. It's just a POST. I can't find an example in R but here is an example in PHP - it's not difficult to see what being done: http://fbcookbook.ofhas.in/2009/02/07/facebook-reveals-status-api-how-to-use-it/