facebook.permissions: Extract information about the permissions for the current...

Description Usage Arguments Details Author(s) See Also Examples

Description

facebook.permissions retrieves informations about the permissions the current user actually has with the current application.

Usage

1

Arguments

token

Either a temporary access token created at https://developers.facebook.com/tools/explorer or the OAuth token created with fbOAuth.

Details

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.

Author(s)

Gabriele Baldassarre

See Also

fbOAuth

Examples

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)

theclue/facebook.S4 documentation built on May 31, 2019, 9:11 a.m.