Hey so I’m building an iOS app. The fist window is a login screen where people login using their login information from the wordpress blog.
I’ve considered xml-rpc but it doesn’t allow a registration from the phone.
Then I looked at using a RESTful api but I have no idea how to connect it to the wordpress db to check if the username and password are correct.
There are quite a few puling for wordpress that set up RESTful APIs but none of them appear to help with what I’m trying to do.
Any help would be very much appreciated!
Figured out how to do it. You can do it with xml-rpc. Here’s the code I have in my request plugin if anyone ever needs it: