0

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?

Mike
  • 23,542
  • 14
  • 76
  • 87
Ilija Petkovic
  • 143
  • 2
  • 14
  • http://stackoverflow.com/questions/16481191/facebook-graph-api-how-to-get-user-feed-with-out-posts-about-likes-and-comment similar question here – cmorrissey Jul 28 '13 at 21:58
  • Yes, but they using FQL, and I'm using url query and I dont know how to use FQL in url query – Ilija Petkovic Jul 28 '13 at 22:25

0 Answers0