Description Usage Arguments Author(s) See Also Examples
getNewsfeed
retrieves status updates from the authenticated user's
News Feed
1 | getNewsfeed(token, n = 200)
|
token |
Either a temporary access token created at
https://developers.facebook.com/tools/explorer or the OAuth token
created with |
n |
Maximum number of posts to return. |
Pablo Barbera pablo.barbera@nyu.edu
1 2 3 4 5 6 7 | ## Not run:
## See examples for fbOAuth to know how token was created.
## Capture 100 most recent posts on my newsfeed
load("fb_oauth")
my_newsfeed <- getNewsfeed(token=fb_oauth, n=100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.