After trying to find a reference to an API/tutorial to such thing, I have come here.
I would like to scan a specific group wall, pulling all posts from it, with PHP or C#.
In the end, I would like to have a nested-array containing each posts, with the next details:
An array of the related comments
Likes
Views
Obviously, I don't ask for any code, only a reference to the related API I will need to use.
EDIT: If this is not possible, should I consider cURL as an option?