Working with XML-RPC
-
Hi Guys,
I developed the Absolute Privacy plugin. It makes users have to log into view the blog (among other things). Obviously this means that users using xml-rpc on their blog will not have access (such as the iPhone app).
How can I still make the xml-rpc protocol available while still redirecting non-logged in users to the login page? I tried adding the protocol function to the login header but can’t seem to get it to work still.
I tried this:
‘add_action(‘login_head’, ‘rsd_link’);`
When doing the above, rather then saying it couldn’t find the xml-rpc file, the iPhone app said that the username/password combination was wrong (even though I knew I was using the right login credentials).
Any suggestions?
- The topic ‘Working with XML-RPC’ is closed to new replies.