Update Facebook status using R?

后端 未结 5 2057
礼貌的吻别
礼貌的吻别 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:15

    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/

提交回复
热议问题