Getting specific data from via facebook graph api
Posted
by
Sima
on Stack Overflow
See other posts from Stack Overflow
or by Sima
Published on 2010-12-25T16:21:22Z
Indexed on
2010/12/25
16:54 UTC
Read the original article
Hit count: 307
php
|facebook-graph-api
Hi, is there any possibility how to fetch any specific type of posts from facebook news feed via graph api?For example on my news feed I have statutuses, links, photos, vidoes, and so on..I only want to get the ones with type=status over graph api..I have seen some get parameters in documentation, but nothing like ?type=link..So I have tried /me/home?type=link, but unsurprisingly it have not worked:D
So does anyone know how to do that?I can filter it in my PHP app, but then I need to get some further data..When I got 20 posts and only 10 would be statuses, I need to add the 10 remaiming? It is too possible, but I dont know how to do that:D
Please help..!Thanks
© Stack Overflow or respective owner