I develop Facebook canvas application and have the following question: I succeeded getting the news feed of the user as json object. Now I want to show inside the Canvas some of the news feed, for example only the post that include specific words. I want them to look like in original Facebook news feed. I develop my application with java. How I can do this?

link|improve this question
feedback

1 Answer

I don't think Facebook API gives you the flexibility to filter down the news feed by keywords. You can filter it down by duration though.

link|improve this answer
I can get the news feed content and filler myself or run a query, my question is how to show it easily to the page (so it will look like in Facebook). – Irena Zuyev Dec 14 '11 at 8:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.