public function user($user_id)
 {
     return UserProfile::create($this->api->callApi($user_id, null, MessengerApi::GET));
 }