Connect facebook with composer
See original GitHub issueDescribe the bug
The bug happened when I connect the bot with luis and facebook, the bot received the locale as null and that cause problem and the bot on messenger doesn’t response.
Version
Latest version
Browser
- Electron distribution
- Chrome
- Safari
- Firefox
- Edge
OS
- macOS
- Windows
- Ubuntu
To Reproduce
Steps to reproduce the behavior:
- Go to ‘bot composer’
- Click on ‘the ready sample (Todo with luis)’
- publish and deploy
- follow microsoft doc to connect it with facebook
- run on messenger
- see the error
Expected behavior
work probably
Screenshots
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Create and manage posts in post composer on Facebook
Use the post composer to create and manage your posts and connect with your community on Facebook in the new Pages experience or...
Read more >Facebook Tests New Post Composer to More Easily Add ...
Facebook Tests New Post Composer to More Easily Add Recent Photos ... but Facebook is currently testing a new, visual-focused post composer ......
Read more >Trouble with the Facebook Composer Tool
So you're having trouble connecting the Facebook Post Composer tool to your Facebook account. Follow the steps below to troubleshoot this ...
Read more >Using PHP Composer For Facebook API - Stack Overflow
Using PHP Composer For Facebook API · If you had Facebook API v2. · because the friend_ permissions are depreciated and I am...
Read more >How to Add Facebook Login to PHP Website [Easy Guide]
Composer is the recommended method of installing libraries on the platform and I will use it to install Facebook SDK.The first step is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I resolved the issue for now but I just wanted the others to know about and fix it in the future releases. 😃
Create a pr:https://github.com/microsoft/botbuilder-dotnet/pull/4344 in dotnet sdk to fix this. It exists a workaround to fix this in composer runtime temporarily: Add the following code in BotFramework-Composer\runtime\dotnet\core\ComposerBot.cs will resolve this issue as well.