简体   繁体   中英

How to get posts from WordPress in iOS application?

I want to write an app for iOS which will get posts from WordPress site. Where shoul I take API's and how to use them?

You could use the Wordpress built-in RSS Feed. You can have a closer look in the documentation here . Then you could use KissXML or any other XML Parser and get the results into your app.

As mentioned by btype you can use the build in RSS feed. WordPressSyncer is a library that will take the feed and save it into core data.

Another option could be to use a wordpress plugin such as WPoniOS which provides a REST API for the blog.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM