updateStatus {Rfacebook} | R Documentation |
Update Facebook status from R
Description
updateStatus
sends a status update that will be displayed
on the Facebook profile of the authenticated user.
Usage
updateStatus(text, token, link = NULL)
Arguments
text |
string, text of the status update |
token |
Either a temporary access token created at
https://developers.facebook.com/tools/explorer or the OAuth token
created with |
link |
string, URL of link to be added to status update |
Author(s)
Pablo Barbera pablo.barbera@nyu.edu, Zakharov Kyrylo (https://github.com/Amice13)
See Also
Examples
## Not run:
## See examples for fbOAuth to know how token was created.
load("fb_oauth")
updateStatus("this is just a test", token=fb_oauth)
## End(Not run)
[Package Rfacebook version 0.6.15 Index]