I am developing an iOS App for a blog. I managed to parse the posts and their content using the RSS feed, that Wordpress provides.
Now, i want to get an RSS feed of categories, so when an user selects a category, to display that category's posts. According to the Wordpress codex, there is a way to retrieve all the posts from a category, but how can i get a list of categories, maybe with an identifier or something so i can get all the posts based on that.
Thanks in advance.