Is there any way how to receive any messages of a certain type from a facebook news feed via an api chart? For example, on my news feed, I have statutes, links, photos, vidoes, etc. I just want to get with type = status above the api graph .. I saw some parameters getting in the documentation, but nothing like that? type = link..So I tried / me / home? type = link, but it is not surprising that it did not work: D
So does anyone know how to do this? I can filter it in my PHP application, but then I need to get additional data. When I have 20 posts and only 10 will be statuses, do I need to add 10 remaiming? It is too possible, but I do not know how to do it: D
Please, help..! Thank!
source
share