I want to try something that looks like this:
GET/v2.8/PageFacebook/posts?fields="all??"
This is because by default it does not bring me the "name" or "type" of the post. And I don't want to do the field-by-field consultation.
If you want to have the list of all available fields, you need to do a query on a Post Id like this:
GET/v2.8/PostId?metadata=1
Then you can make your selection and specify which fields do you want in your future request. For instance:
/GET/v2.8/PageFacebookId/posts?fields=id,promotion_status,target,shares,message_tags,source,place,event,parent_id,reactions.limit(0).summary(true),child_attachments,message,caption,story,full_picture,picture,link,name,description,type,status_type,created_time,comments.limit(0).summary(true),sharedposts,privacy,updated_time,story_tags,permalink_url,coordinates
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With