• Resolved ased2235

    (@ased2235)


    Hello,
    I’ve installed the Ultimate Members plugin and i would like to use RESTFul api to get data on android app but i can’t find public key and token. I also take a look at core/um-api.php at line 112-117

    `$user = get_transient( md5( ‘um_api_user_’ . $key ) );
    if ( false === $user ) {
    $user = $wpdb->get_var( $wpdb->prepare( “SELECT user_id FROM $wpdb->usermeta WHERE meta_key = ‘um_user_public_key’ AND meta_value = %s LIMIT 1”, $key ) );
    set_transient( md5( ‘um_api_user_’ . $key ) , $user, DAY_IN_SECONDS );
    }`

    But i can’t um_user_public_key in my database, Can you tell me where i can find my public key and token?
    Thanks

    • This topic was modified 6 years, 10 months ago by ased2235.
    • This topic was modified 6 years, 10 months ago by ased2235.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 16 through 23 (of 23 total)
Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘RESTFul api my public key and token’ is closed to new replies.