Facebook API Expert
Budget: $30 – $250 USD
I use Facebook Graph API to read Facebook Messages conversation between a person and a Facebook Page.
https://developers.facebook.com/docs/graph-api/reference/v14.0/conversation
In Fields, participants contains People and Pages who are on this conversation.
Struct { 'name' => string, 'email' => string, 'id' => string }
I want to get People Profile Picture from participant's id.
https://developers.facebook.com/docs/graph-api/reference/v14.0/conversation
In Fields, participants contains People and Pages who are on this conversation.
Struct { 'name' => string, 'email' => string, 'id' => string }
I want to get People Profile Picture from participant's id.