From 80ceb15714becae04b2c8cf909ef9bee384a3788 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Fri, 15 May 2015 13:39:12 -0700 Subject: [PATCH] fix linkedin issue --- config/secrets.js | 2 +- seed_data/field-guides.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/secrets.js b/config/secrets.js index e52a27e9bb..10cca4c96a 100644 --- a/config/secrets.js +++ b/config/secrets.js @@ -56,7 +56,7 @@ module.exports = { clientID: process.env.LINKEDIN_ID, clientSecret: process.env.LINKEDIN_SECRET, callbackURL: '/auth/linkedin/callback', - scope: ['r_fullprofile', 'r_emailaddress'], + scope: ['r_basicprofile', 'r_emailaddress'], passReqToCallback: true } }; diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index 9005ae09b8..eb255e589d 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -296,6 +296,7 @@ "
  • Denver
  • ", "
  • Dubai
  • ", "
  • Hong Kong
  • ", + "
  • Houston
  • ", "
  • Hyderabad
  • ", "
  • Kalamazoo
  • ", "
  • Karachi
  • ", @@ -327,6 +328,7 @@ "
  • San Jose
  • ", "
  • Scottsdale
  • ", "
  • Seattle
  • ", + "
  • Singapore
  • ", "
  • Solo
  • ", "
  • Taipei
  • ", "
  • Tampa
  • ",