Update Facebook status using R?

后端 未结 5 2046
礼貌的吻别
礼貌的吻别 2021-02-20 06:27

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

5条回答
  •  太阳男子
    2021-02-20 07:10

    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)
    

提交回复
热议问题