How can I get the credential secret in Meteor, when I do Facebook.requestCredential on the client?
问题 I'm trying to implement a login/link account system like the one in this question. (scroll down to where it says "Methods for explicit associations") You used to be able to get the user's login data with something like this: data = Package.facebook.Facebook.retrieveCredential(token).serviceData Now it looks like this retrieveCredential(token, secret) . Here's the commit where that happened. I for the life of me can't figure out how to get the credential secret on the server after I call: