Facebook API, export group wall entries
Posted
by
Guy David
on Stack Overflow
See other posts from Stack Overflow
or by Guy David
Published on 2012-12-11T20:39:40Z
Indexed on
2012/12/11
23:03 UTC
Read the original article
Hit count: 177
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?
© Stack Overflow or respective owner