I need to display all the feeds from my FB account in a list view. I am able to display a single feed using JSOUP library. It displays me image of the user, name of the user and messages posted by user. Its static way i have done. I need to dynamically display all the posts as a list view. How can i do that. Any idea would be of a great help for me.
Thanks in advance.