Skip to main content

All Questions

Tagged with
0 votes
0 answers
268 views

How to send message to Facebook channel in Postman using botframework

I'm trying to send message to Facebook Channel in botframework from Postman, but I'm receiving 403 forbidden. It works perfectly with Facebook but I need to send some message directly to the Bot ...
Rafael Venancio Dev's user avatar
0 votes
1 answer
145 views

Bot on Facebook Messenger does not receive the name of the users

In Microsoft Bot Framework V4, C# It only receives an empty string on dialogContext.Context.Activity.From.Name, except when the user has a role (Admin, Developer, Tester...) on the Facebook App. The ...
The Memebot's user avatar
  • 3,449
1 vote
1 answer
174 views

Send Image from byte[] using ms bot, Channel: Facebook, C#

I need to send image in bot. converted my Image to Byte Array. In emulator image is sending, but in Facebook, it is not sending. Below is my code. byte[] imageBytes12 = my image; string url = "...
Sanjeev Gautam's user avatar
2 votes
1 answer
411 views

Microsoft Bot Framework - Facebook Integration - Net Framework

I have a Chatbot Solution created using .Net Framework which is integrated with Facebook messenger using the following instructions from Microsoft: https://learn.microsoft.com/en-us/azure/bot-service/...
Ignacio Berra's user avatar
0 votes
1 answer
252 views

Dialog automatically continue when user closes or press a button in the webview on Botframework V4

I have a web app deployed in azure that opens in Messenger Webview. I made a empty text prompt for user to click for the user to be able to continue when they close the Webview. However, users ...
user10860402's user avatar
0 votes
0 answers
230 views

Bot framework dialog returns HTTP 405 on facebook

I have a bot built with the Enterprise Bot Template. I added Active Learning using this example. However, I'm running into a problem: whenever I click a button from the Active Learning dialog ...
Leon Cullens's user avatar
  • 12.4k
2 votes
1 answer
574 views

Bot Framework Simple Handoff Scenario

I have a bot that I've built and deployed to Azure. All is working great. At the moment we are only targeting Facebook Messenger. The scenario I need to handle is during a converstion between a user ...
Jammer's user avatar
  • 10.1k
0 votes
1 answer
634 views

Messenger Webview for Botframework V4

Can someone give me a head start in using Facebook messenger Webview? I have been researching it for days and I still don't have any idea on how to do it. And as much as I want give code here, I do ...
user10860402's user avatar
1 vote
1 answer
60 views

Gracefully Handling Empty Facebook Quick Replies

I was testing some flows in our bot yesterday particularly where we are using quick replies for things like the users phone number and email address. I had installed the messenger application on my ...
Jammer's user avatar
  • 10.1k
0 votes
1 answer
170 views

Bot built with MS Bot SDK 4 quites working for facebook channel after an hour or more of idle time

There are several questions here and on git for v3 of the bot sdk wherein the bot gets 'unauthorized' responses after about an hour on my facebook channel, webchat works fine. I have that problem ...
Fred Covely's user avatar
0 votes
1 answer
169 views

How can i use Microsoft.Azure.Management.BotService SDK to register Facebook Channel

I am trying use Microsoft.Azure.Management.BotServiceSDK to automate register bots with bot framework in facebook channel. So, i find something like this: Microsoft.Azure.Management....
Mickael Puygcerver's user avatar
0 votes
1 answer
204 views

Bot Framework, Automatically add page to facebook channel

every time I add a page to my facebook application, I need to resend this form manually. Azure Panel Image But it is impossible to work like this, because I am developing an automatic and ...
Mickael Puygcerver's user avatar
1 vote
0 answers
358 views

Facebook Handover protocol using Microsoft Bot Framework (c#)

I tried implementing FB handover protocol in Microsoft Bot Framework, however i'm having issues on how to pass thread control Scenario When user types 'agent' in the chat, the bot should stop ...
Norwen's user avatar
  • 63
0 votes
0 answers
81 views

Is it possible to control the size of attachments sent to my bot via Messenger?

When people share images via Messenger, those images are compressed, both by the client app on the device, and by Messenger's servers before storing in their CDN. If Messenger is being used as a ...
oflahero's user avatar
  • 1,288

15 30 50 per page