Input

Field or Property Description
graphObjectID Run the process twice to retrieve information, with different values in the Input tab. .
  1. Use your own user ID or the string "me", including the double quotes to retrieve the object you want to query. For example, you might want to query a friend's connections, and you need that friend's user ID to do so.
  2. In a second Graph Query activity, specify the ID of the object that you want to retrieve information about.
maxNumOfPages Maximum number of fetch operations the process performs. Default is 1.

If you specify -1, the plug-in fetches data until the end of the result set Facebook returns, regardless of the page size limit.

page_Size Number of items returned for each fetch operation. Default is 25.

If you specify -1 for maxNumOfPages, this value is ignored.

recordOffset This offsets the start of each page by the number specified.
since A Unix timestamp or strtotime data value that points to the end of the range of time-based data.
until A Unix timestamp or strtotime data value that points to the end of the range of time-based data.
BuiltInDelay A delay (in ms) added between continuous subsequent Facebook API calls to slow down the access rate in order to meet the Facebook API rate limiting.
additionalParams Additional parameters, depending on the selection you made in the Configuration tab. For examples on additional parameters, refer to step 5 in the Example Scenario section.
token Facebook authentication token (OAuth token) to access the data