Any ideas how I can approach logging into a WordPress site using a username and password stored within an iPhone app? I am looking for a pointer in the right direction from someone who’s done this before, because I didn’t find many details on the web.
Leave a Reply
You must be logged in to post a comment.
You could set your WP site to use wp_signon() ( http://codex.wordpress.org/Function_Reference/wp_signon ) to receive the credentials and sign you in right away.
Could be something like:
Not super sophisticated, but could be a start =)
Hope that helps!