Skip to content

Instantly share code, notes, and snippets.

@xVir
Created August 4, 2016 06:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xVir/2afaf50b561aadee574ba711da611d0d to your computer and use it in GitHub Desktop.
Save xVir/2afaf50b561aadee574ba711da611d0d 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