• Hi,
    thanks to this plugin, a user can be authenticated against a social network to issue authenticated actions against my WordPress instance.

    Now I would like these users to be able to issue API operations on my WordPress instance (ex: adding comment, uploading images) using JSON API requests (being authenticated too).
    [For the sake of the example, let’s say I use Swift for iOS; but could apply to Android or any user client application too]

    Would wp-oauth really serve a purpose in this situation o should I find another candidate?

    Among others:

    1) client application must process with oauth workflow (this is almost independent from my WordPress instance and wp-oauth)

    2) client application obtains a (fresh) oauth token from its provider it sends with each of REST requests. Then the WordPress endpoints needs to verify these token. Can wp-oauth currently help at this?

    Thank you

    • This topic was modified 7 years, 1 month ago by drzraf.
    • This topic was modified 7 years, 1 month ago by drzraf.
  • The topic ‘wp-oauth for WP REST API endpoints’ is closed to new replies.