fetched = HttpUtils.fetch(swapTokenUrl, params);
// Record that this connector is now up
guestService.setApiKeyStatus(apiKey.getId(), ApiKey.Status.STATUS_UP, null, null);
} catch (Exception e) {
// Notify the user that the tokens need to be manually renewed
notificationsService.addNamedNotification(apiKey.getGuestId(), Notification.Type.WARNING, connector.statusNotificationName(),
"Heads Up. We failed in our attempt to automatically refresh your Moves authentication tokens.<br>" +
"Please head to <a href=\"javascript:App.manageConnectors()\">Manage Connectors</a>,<br>" +
"scroll to the Moves connector, delete the connector, and re-add<br>" +
"<p>We apologize for the inconvenience</p>");