I currently experimenting with HybridAuth and Facebook Graph API.
I get news feed from Facebook API with $fb->api()->api("/me/home?limit=10");
.
But I get post with text "User likes" a photo or "User comments on status". How can I remove those posts from array with posts?
Just for notice, I get array with parameters for each post. Those posts which I want to exclude have "story_tags", and other does not have it.
Can you help me? Maybe my API call is wrong, or I should add something more in API call?