Facebook Graph API
Query the Facebook Graph API to gather information on different categories of the user profile, e.g. the movies entered by the user or the liked pages.
To get a valid access token, go to https://developers.facebook.com/tools/explorer/ and request a token by logging in with your Facebook credentials. During the process you get to select the permissions associated with the token. Keep those in mind and make sure you only try to query data permitted by the token. The token generated with this tool will expire after one or two hours. To get more information on this refer to the facebook API documentation.
Datasource Type | REST Custom |
---|---|
Datasource Request Parameters |
CODE
|
Datasource URL | |
Datasource Test URL |
CODE
|
Query URL |
CODE
|
Parameter values | e.g. "likes" or "movies" |
Converter Example |
CODE
|