[OPENMEETINGS-2123] FB API is switched to use v4.0
diff --git a/openmeetings-install/src/main/java/org/apache/openmeetings/installation/ImportInitvalues.java b/openmeetings-install/src/main/java/org/apache/openmeetings/installation/ImportInitvalues.java
index abd3fb8..65705c0 100644
--- a/openmeetings-install/src/main/java/org/apache/openmeetings/installation/ImportInitvalues.java
+++ b/openmeetings-install/src/main/java/org/apache/openmeetings/installation/ImportInitvalues.java
@@ -508,8 +508,8 @@
 				.setEnabled(false)
 				.setClientId(CLIENT_PLACEHOLDER)
 				.setClientSecret(SECRET_PLACEHOLDER)
-				.setRequestKeyUrl("https://www.facebook.com/v2.10/dialog/oauth?client_id={$client_id}&redirect_uri={$redirect_uri}&scope=email")
-				.setRequestTokenUrl("https://graph.facebook.com/v2.10/oauth/access_token")
+				.setRequestKeyUrl("https://www.facebook.com/v4.0/dialog/oauth?client_id={$client_id}&redirect_uri={$redirect_uri}&scope=email")
+				.setRequestTokenUrl("https://graph.facebook.com/v4.0/oauth/access_token")
 				.setRequestTokenMethod(RequestTokenMethod.POST)
 				.setRequestTokenAttributes("client_id={$client_id}&redirect_uri={$redirect_uri}&client_secret={$client_secret}&code={$code}")
 				.setRequestInfoUrl("https://graph.facebook.com/me?access_token={$access_token}&fields=id,first_name,last_name,email")