Skip to main content
Fetch detailed interaction data for a Facebook profile.

Method

client.profileInteractions.fetch(params: ProfileInteractionFetchParams): Promise<ProfileInteractionFetchResponse>

Parameters

profileId
string
required
The ID of the profile to fetch interactions for.

Usage

const result = await client.profileInteractions.fetch({
  profileId: '123456789'
});

console.log(result);

Response

Returns a ProfileInteractionFetchResponse object.