Description Usage Arguments Details Author(s) See Also Examples
View source: R/facebook.permissions.R
facebook.permissions
retrieves informations about the permissions the current user actually has with the
current application.
1 | facebook.permissions(token)
|
token |
Either a temporary access token created at
https://developers.facebook.com/tools/explorer or the OAuth token
created with |
facebook.permissions
returns a character vector where each row is an action the authenticated user is granted to perform
through Facebook Graph API with the current token.
Gabriele Baldassarre
1 2 3 4 5 6 7 | ## Not run:
## See examples for fbOAuth to know how token was created.
## Getting information about current user's permissions.
load("fb_oauth")
me.permissions <- facebook.permissions(token=fb_oauth)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.