PHP User List.
  • Using the PHP-SDK I am unable to use the LIMIT on the user/list. It always returns 25 users...

    $paging['limit'] = "10";
    $response = $GLOBALS['geoloqi']->post('user/list', array(
    'limit' => "10",
    'client_id' => variable_get('geoloqi_api_key', ''),
    'client_secret' => variable_get('geoloqi_api_secret', ''),
    ), &$headers);
    if (isset($response->error_code)) {
    form_set_error('key', t('Unable to get userlist' . $response->error_code));
    return t('');
    }

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!