The Graph API's standard collection envelope: a data array plus cursor-based paging. Nearly every list endpoint (/me/accounts, /{page}/posts, /{post}/comments) returns this.
data
paging
/me/accounts
/{page}/posts
/{post}/comments
Optional
The Graph API's standard collection envelope: a
dataarray plus cursor-basedpaging. Nearly every list endpoint (/me/accounts,/{page}/posts,/{post}/comments) returns this.