callAPI {Rfacebook} | R Documentation |
Make an API request
Description
callAPI
is an internal function to run an API request.
Usage
callAPI(url, token, api = NULL)
Arguments
url |
URL of API request |
token |
Either a temporary access token created at
https://developers.facebook.com/tools/explorer or the OAuth token
created with |
api |
API version. e.g. "v2.8". |
[Package Rfacebook version 0.6.15 Index]