We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94c20f commit c977b1dCopy full SHA for c977b1d
src/main/java/org/devdom/fbclient/App.java
@@ -16,6 +16,10 @@ public static void main( String[] args )
16
fbConnect.setQuestionID("562574913759358"); //Cuales son tus skillls? (Plataforma para la que desarrollas)
17
fbConnect.updateSkills();
18
fbConnect.setQuestionID("558308817519301"); //Cuales son tus skillls? (Manejadores de versión)
19
+ fbConnect.updateSkills();
20
+ fbConnect.setQuestionID("606824229334426"); //Universidades
21
22
+ fbConnect.updateUniversities();
23
fbConnect.updateDevelopers();
24
}
25
0 commit comments