Skip to content

Instantly share code, notes, and snippets.

@flavioso16
Last active July 8, 2016 20:21
Show Gist options
  • Save flavioso16/321824c9035413b0bee22dc56d859e00 to your computer and use it in GitHub Desktop.
Save flavioso16/321824c9035413b0bee22dc56d859e00 to your computer and use it in GitHub Desktop.
<script src="http://argos4.me/Scripts/common_v4.js"></script>
<script src="https://connect.facebook.net/pt_BR/all.js"></script>
<script>
_argosFbInit(APP_ID_FACEBOOK);
function callbackLoginArgos() {
_argosLogin(function (response) {
registerUserArgos(response, SEGMENTACÃO, APP_ID, function () {
// Retorno da chamada para API do Argos. Aqui vocês podem continuar o fluxo do login normalmente
console.log(response);
});
},
function () {
// Callback erro
});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment