def self.timeline_app_credentials
    return unless self.config.present?

    @timeline_app_credentials ||= begin
      key = if self.config[:timeline][:use_test_app] then :test_app else :app end