Skip to content

Instantly share code, notes, and snippets.

@cristoferdomingues
Forked from xVir/src.js
Created January 12, 2018 00:35
Show Gist options
  • Save cristoferdomingues/74eba246bdbc92106793a9d184796782 to your computer and use it in GitHub Desktop.
Save cristoferdomingues/74eba246bdbc92106793a9d184796782 to your computer and use it in GitHub Desktop.
Get user id in FB API.AI bot
let apiaiRequest = apiAiService.textRequest(text,
{
sessionId: sessionIds.get(sender),
contexts: [
{
name: "generic",
parameters: {
facebook_user_id: sender
}
}
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment