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
getFQL(query, token)
query
token
fbOAuth
## 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)
Pablo Barbera pablo.barbera@nyu.edu
Useful links