summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/methods.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/methods.js b/server/methods.js
index 5713479..0137cac 100644
--- a/server/methods.js
+++ b/server/methods.js
@@ -11,6 +11,9 @@ Meteor.methods({
}
});
},
+ getInstagramUsername: function () {
+ return Meteor.user().services.instagram.username;
+ },
getInstagramProfilePhoto: function () {
return Meteor.user().services.instagram.profile_picture;
},