0

I have to create Web services for android app using WordPress Database. where user can login and register using android app. that record will be saved in WordPress database. display All the posts of wordpress site in android app using wordpress database table. user can Create and Update User Profile ,Login , Register ,Posts etc.

I want to Know any WordPress API or web services Plugin is there which can interact with WordPress Tables. Any help would be appreciated.

    3 Answers 3

    0

    The Wordpress JSON API plugin may be of use to you, which lets you access the Wordpress tables via a RESTful API. You can also add your own custom controllers.

      0

      If I understand the question correctly, it sounds like you could use the WordPress API via xmlrpc.

      Keep in mind xmlprc is often a target for attackers, so turning it on (if it's not on/locked down already) may weaken your site's security.

        0

        The WP REST API will soon be part of WordPress core and available to developers without the need for plugins. You can find the documentation here and follow its progress on the core development blog.

          Start asking to get answers

          Find the answer to your question by asking.

          Ask question

          Explore related questions

          See similar questions with these tags.