getLikes function

Extract list of likes of a Facebook friend

Extract list of likes of a Facebook friend

getLikes retrieves information about a friend's likes. To retrieve the number of likes for a page, use getUsers

with the page IDs.

getLikes(user, n = 500, token)

Arguments

Details

This function requires the use of an OAuth token with the following permissions: user_likes, friends_likes

Examples

## Not run: token <- 'XXXXX' my_likes <- getLikes(user="me", token=token) ## End(Not run)

Author(s)

Pablo Barbera pablo.barbera@nyu.edu

See Also

getFriends, fbOAuth