if ($response = $this->send("smugmug.users.getInfo", array("NickName" => $nickname))) {
                    if ($response['stat'] == "ok") {
                        $this->photo['author'] = array(
                            "id" => $nickname,
                            "username" => $response['User']['NickName'],