Added Instagram authentication

This commit is contained in:
Sahat Yalkabov
2014-04-22 15:00:27 -04:00
parent 39567d5247
commit fc55e385e4
5 changed files with 59 additions and 0 deletions

View File

@ -10,6 +10,7 @@ var userSchema = new mongoose.Schema({
twitter: String,
google: String,
github: String,
instagram: String,
linkedin: String,
tokens: Array,