Profiles
Profile Timeline
Description
This endpoint retrieves the timeline of a specific Facebook profile, identified by its profile ID
Endpoint
GET api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/timeline
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
Profile About
Description
This endpoint retrieves the "About" information of a specific Facebook profile, based on its profile ID
Endpoint
GET api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/about
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
Profile Header
Description
This endpoint retrieves the header information of a specific Facebook profile, identified by its profile ID
Endpoint
GET api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/header
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
Profile About Tabs
Description
This endpoint retrieves specific "About" tab information from a Facebook profile based on its profile ID and the selected tab
Endpoint
GET api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/about-tabs?tab={{tab}}
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
tab
Yes
Query Param
String | The specific tab or section to retrieve information from:
OVERVIEW
WORK_EDUCATION
PLACES_LIVED
CONTACT_INFO
FAMILY_RELATHIONSHIPS
DETAILS
Profile Feed
Description
This endpoint retrieves the feed of a specific Facebook profile based on its profile ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/feed
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
transform
No
Body 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.
Profile Following
Description
This endpoint retrieves the list of profiles that a specific Facebook profile is following, identified by its profile ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/following
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
transform
No
Body 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.
Profile Followers
Description
This endpoint retrieves the list of followers of a specific Facebook profile based on its profile ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/followers
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
transform
No
Body 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.
Profile Friends
Description
This endpoint retrieves the list of friends for a specific Facebook profile based on its profile ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/friends
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
transform
No
Body 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.
Profile Checkins
Description
This endpoint retrieves the list of check-ins for a specific Facebook profile based on its profile ID
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/checkins
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
transform
No
Body 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.
Profile Likes
Description
This endpoint retrieves the list of likes for a specific Facebook profile based on its profile ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/likes
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
transform
No
Body 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.
Profile Videos
Description
This endpoint retrieves the list of check-ins for a specific Facebook profile based on its profile ID
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/videos
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
transform
No
Body 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.
Profile Search Post
Description
This endpoint allows you to search for posts on a specific Facebook profile based on its profile ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/search
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
query
No
Body Param
String | The search query string used to filter posts.
Profile Tagged Media
Description
This endpoint retrieves the list of media where a specific Facebook profile has been tagged
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/tagged-media
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
transform
No
Body 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.
Profile Uploaded Media
Description
This endpoint retrieves the list of media that a specific Facebook profile has uploaded.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/tagged-media
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
transform
No
Body 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.
Last updated