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
Right now (December 2013) it is possible to update Facebook status using R. You only need to use RFacebook package (http://cran.r-project.org/web/packages/Rfacebook/). All You need is to set up everything (here you have tutorial - http://thinktostart.wordpress.com/2013/11/19/analyzing-facebook-with-r/) and after that there is updateStatus function, for example:
updateStatus("Here is my new status", token)