• Resolved wperuns

    (@wperuns)


    Allowing client registration from Eventbrite fails, due to a response code !== 200 in /wp-content/plugins/keyring/includes/services/core/oauth2.php , ln. 131

    if ( 200 == wp_remote_retrieve_response_code( $res ) ) {

    exit;
    }

    then triggers the proverbial vague “There was a problem authorizing with Eventbrite. Please try again in a moment.”

    The actual response code comes as 403.

    Is this an Eventbrite issue? Could some of the URLs have changed by them, and not updated in KR?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Keyring OAuth authorization for Eventbrite’ is closed to new replies.