Pages
Page Details
Description
This endpoint retrieves detailed information about a specific Facebook page based on its page ID. The transform parameter can be used to modify or format the response according to specific requirements.
Endpoint
GET api/v1/realtime/social/facebook/v1/pages/{{pageId}}/details?transform={{transform}}
Parameters
pageId
Yes
Path Param
String | The unique identifier for the Facebook page whose details are to be retrieved.
Page About Tab
Description
This endpoint retrieves the "About" tab information for a specific Facebook page based on its page ID.
Endpoint
GET api/v1/realtime/social/facebook/v1/pages/{{pageId}}/about
Parameters
pageId
Yes
Path Param
String | The unique identifier for the Facebook page whose details are to be retrieved.
Page Reviews
Description
This endpoint retrieves the page reviews.
Endpoint
GET api/v1/realtime/social/facebook/v1/pages/{{pageId}}/reviews
Parameters
pageId
Yes
Path Param
String | The unique identifier for the Facebook page whose details are to be retrieved.
cursor
No
Path Param
The cursor to paginate.
Page Content Data
Description
This endpoint retrieves content data for a specific Facebook page based on its page ID.
Endpoint
GET api/v1/realtime/social/facebook/v1/pages/{{pageId}}/content-data
Parameters
pageId
Yes
Path Param
String | The unique identifier for the Facebook page whose details are to be retrieved.
Page Transparency
Description
This endpoint retrieves transparency information for a specific Facebook page based on its page ID.
Endpoint
GET api/v1/realtime/social/facebook/v1/pages/{{pageId}}/transparency
Parameters
pageId
Yes
Path Param
String | The unique identifier for the Facebook page whose details are to be retrieved.
Page Community Info
Description
This endpoint retrieves community-related information for a specific Facebook page based on its page ID.
Endpoint
GET api/v1/realtime/social/facebook/v1/pages/{{pageId}}/community-info
Parameters
pageId
Yes
Path Param
String | The unique identifier for the Facebook page whose details are to be retrieved.
Page Feed
Description
This endpoint retrieves the feed of a specific Facebook page based on its page ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/pages/{{pageId}}/feed
Parameters
pageId
Yes
Path Param
String | The unique identifier for the Facebook page whose details are to be retrieved.
transform
No
Query Param
Bool | A flag indicating whether the response should be transformed or formatted.
Default is set to true
start_time
No
Body Param
Number | Unix timestamp (seconds) for start time filter
end_time
No
Body Param
Number | Unix timestamp (seconds) for end time filter
end_cursor
No
Body Param
The cursor to paginate.
Page Albums
Description
This endpoint retrieves the albums of a specific Facebook page based on its page ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/pages/{{pageId}}/albums
Parameters
pageId
Yes
Path Param
String | The unique identifier for the Facebook page whose details are to be retrieved.
end_cursor
No
Body Param
The cursor to paginate.
Last updated
