connectFacebook: task(function* () {
    yield get(this, 'facebook').connect(get(this, 'session.account'))
      .catch(() => get(this, 'notify').error('There is already an account on Kitsu with your Facebook account connected.'));
  }).group('tasks'),