Get a page connection
| Parameters: |
|
|---|---|
| Return type: | mixed |
Returns a list of the page’s admins.
| Return type: | array of objects containing id, name |
|---|
Returns the photo albums the page has uploaded.
| Return type: | array of album objects |
|---|
Returns a list of users blocked from the page.
| Return type: | array of objects containing id, name |
|---|
Returns the checkins made to this place page by the current user, and friends of the current user.
Permissions: user_checkins or friends_checkins
| Return type: | array of checkin objects |
|---|
Returns a list of the page’s conversations.
Permissions: Page access token with read_mailbox permission
| Return type: | array of checkin objects |
|---|
Returns the events the page is attending.
| Return type: | array of event objects |
|---|
Returns information of all children pages.
| Return type: | array of JSON objects |
|---|
Returns the groups to which the page belongs.
| Return type: | array array containing group id, version, name & unread fields |
|---|
Get the page’s Insights data.
Permissions: read_insights permission
| Return type: | array of insights objects |
|---|
Returns a list of the page’s milestones.
| Return type: | array of milestone objects |
|---|
Returns the page’s profile picture.
| Parameters: | string – square, small, normal, large |
|---|---|
| Return type: | string URL of the page’s profile picture |
Returns the page’s own posts, including unpublished and scheduled posts.
| Return type: | array of post objects |
|---|
Returns the page’s settings.
| Return type: | array of objects containing setting and value fields |
|---|
Returns the page’s status updates.
| Return type: | array of status message objects |
|---|
Returns the page’s tabs.
Permissions: Page access token
| Return type: | array of tab objects |
|---|
Returns the photos, videos, and posts in which the Page has been tagged.
| Return type: | array of Photo, Video or Post objects |
|---|