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.
transform
No
Query Param
Bool | A flag indicating whether the response should be transformed or formatted. Pass true
to apply transformations, or false
to get the raw response.
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 Extra Data
Description
This endpoint retrieves additional or supplementary data for a specific Facebook page based on its page ID
Endpoint
GET api/v1/realtime/social/facebook/v1/pages/{{pageId}}/extra-data
Parameters
pageId
Yes
Path Param
String | The unique identifier for the Facebook page whose details are to be retrieved.
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.
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.
Last updated