When I use postman application or Graph API explorer then i get complete information or all fields of posts as explained in https://developers.facebook.com/docs/graph-api/reference/v2.0/post
I have not use fields attribute in above image even then it is showing all fields so i am looking for the answer to pass field attribute in query string.
But when i use SDK i get only 3 fields created_time, id and message, please refer following image:
Kindly tell how to get all fields of the posts using facebook sdk c#?

