• I am developing an Android application in eclipse using ADT_Plugin. I want to implement WordPress login using SDK like Facebook and Twitter login.

    I have searched in Google but I am not getting the solution what exactly I want. So, please help me to implement the WordPress login using SDK or Plugin into my App.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Tim Nash

    (@tnash)

    Spam hunter

    Hopefully you are onto your way to solving some issues, out of the box, WordPress doesn’t have Oauth provider support for remote applications. However there are a couple of plugins that provide such support including https://wordpress.org/plugins/oauth2-provider/

    Also the wp-api.org has support as a bundled separate plugin to create an oauth tokens for authorisation with the API.

    If you don’t need full authorisation, and are simply looking for identity of a user, then you can look at using OpenID as an alternative.

    WP OAuth would be a solution for you needs but it could easily be overkill as well *disclaimer: I am the author of the plugin*. In the past few years, I have used the plugin to integrate with multiple apps, both IOS and Android and have achieved what I was wanting to do using OAuth2. Like Tim stated, it all depends on what data you want to retrieve . If you have any questions related to the plugin, I am open to helping out.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘implement the WordPress login using SDK in android’ is closed to new replies.