Skip to content

Instantly share code, notes, and snippets.

@gngeorgiev
Last active November 24, 2017 19:05
Show Gist options
  • Save gngeorgiev/0aabeb1f17089cd626e665247285017c to your computer and use it in GitHub Desktop.
Save gngeorgiev/0aabeb1f17089cd626e665247285017c to your computer and use it in GitHub Desktop.
sashido-telerk-platform-social-login.js
//login
everlive.authentication.loginWithFacebook(accessToken).then(...);
//link
everlive.users.linkWithFacebook(userId, accessToken).then(...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment