• Resolved msyadav.88

    (@msyadav88)


    Hi,
    I want to get the event’s attendee details from a external website, for that i have installed wp rest api and wordpress oauth server. I have made a demo setup to authentication but when I call the wordpress api i am getting the error

    Array
    (
    [result] => Array
    (
    [error] => invalid_request
    [error_description] => Unknown request
    )

    [code] => 400
    [content_type] => application/json
    )

    Is any other plugin is required to install for oauth authentication ?

    https://ww.wp.xz.cn/plugins/oauth2-provider/

Viewing 1 replies (of 1 total)
  • Plugin Author Justin Greer

    (@justingreerbbi)

    There is no other plugin required. Ensure that you are calling the correct endpoints, providing the correct parameters and all needed plugins are active( yes this has happened ). The message you are receiving above is generic and happens when an endpoint was called that does not exists.

    Shoot over to our website and I can continue to provide support there.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘wp oauth authentication’ is closed to new replies.