getFQL function

Executes a FQL query to the Facebook Graph API

Executes a FQL query to the Facebook Graph API

getFQL connects to Facebook's Graph API and executes a FQL query. See https://developers.facebook.com/docs/technical-guides/fql/ for an overview of the Facebook Query Language.

getFQL(query, token)

Arguments

Examples

## Not run: ## See examples for fbOAuth to know how token was created. ## Getting list of friends of authenticated user load("fb_oauth") d <- getFQL("SELECT uid2 FROM friend WHERE uid1=me()", token=fb_oauth) ## End(Not run)

Author(s)

Pablo Barbera pablo.barbera@nyu.edu