facebook-messenger Questions

2

Solved

There is a way to send my location to facebook-messenger from a mobile client, but how can I send some location from a bot? (messenger platform api) When I try to send a similar structure from bot...
Undenominational asked 24/6, 2016 at 15:50

4

Solved

I'm trying the recent released Facebook Messenger Platform and so far so good. Everything worked well and I was able to create a echo bot. But I'm wondering how I could identify this user that sta...
Glossal asked 25/4, 2016 at 4:28

5

Solved

I am trying out the new Facebook Messenger Platform and have hit a bit of a problem. When a user first chats with my Bot, I want to use the sender.id to lookup the user in my DB and verify whether...
Theolatheologian asked 13/4, 2016 at 12:27

1

I am working on a form-fill bot, which takes takes user input in free text format, throws 3-4 relevant set of questions and give the relevant search results from the website. In this process, how c...
Jaleesa asked 24/10, 2016 at 14:30

1

I am creating a chatbot on Facebook Messenger. I have configured a webhook which is working fine. Is there a way to get the list of source IPs to whitelist on my firewall? My security team is not ...
Err asked 22/11, 2016 at 8:5

1

Solved

Working on a facebook messenger chatbot, I try to use Webview and Extensions to display enhanced content (in my case, a datepicker). As describe in documentation, I send a URL Button with Messenge...

3

Solved

My Facebook chat bot is working but it's sending back multiple messages after my initial message to it. This is my webhook script (i appreciate it's a very rough working example): $challenge = $_R...

1

Solved

We've created an FB messenger bot and can test it fine with real FB accounts. But we would like to create 2000 test users via the developer console/graph api. The problem I've come across is that,...

1

Solved

I'm doing a facebook messenger bot. After you start it, it makes a call to WebHook. Unfortunately after the first start will not stop throwing the same call with the same parameters. The settings ...
Minnich asked 7/9, 2016 at 19:16

1

I would like to write messenger bot based on this script: <?php $challenge = $_REQUEST['hub_challenge']; $verify_token = $_REQUEST['hub_verify_token']; // Set this Verify Token Value on your F...
Immortelle asked 21/8, 2016 at 13:3

6

When setting webhooks, it's saying a Secure URL is required.
Lindbom asked 17/4, 2016 at 8:2

2

I am working on fb messenger bot and I want to access user's current location without them sending it as an attachment.I tried to get user's current location from fb graph API but it seems like to ...

4

I'm getting a weird error while configuring welcome message for my Messenger bot. I've been using the same code (as shown below) and it has just been working fine until last night. I tried it with ...
Weimaraner asked 29/6, 2016 at 16:29

1

I've started to work on my chatbot using Bot Builder SDK in C# and Microsoft Bot Framework. I've deployed my bot and can interact with it. Currently I'm focusing on facebook messenger. I already ca...
Redfaced asked 10/5, 2016 at 10:2

3

Solved

My chat bot is working great but I am having trouble debugging the Welcome message functionality because it only shows up when a conversation is initiated (although i'm pretty sure it's not working...
Superscribe asked 20/4, 2016 at 14:23

1

I am trying to share different type of images using UIActivityViewController to facebook messenger. I am facing no problem while sharing the images (.png), but I am not able to send gif images (.gi...
Psychrometer asked 13/9, 2015 at 4:56

2

I am using fb-messenger://compose to open Facebook Messenger Composer, but I need to attach a predefined link into the composer. I don't want to use action sheet for that. I also saw this answer -...
Babettebabeuf asked 18/4, 2016 at 8:35

1

Solved

What is the best way to authenticate with an external API from a conversation with a bot on the facebook messenger platform? For a broad example, I would like a user of my bot to create items on ...

1

using a simple UIActivityViewController -(void)share{ NSString *textToShare = _mytext; NSURL *url = [NSURL URLWithString:@"http://www.google.com"]; UIImage *imageToShare = _myimage; NSArray *a...
Expedition asked 18/5, 2015 at 11:50

2

Solved

In my project I have textViews with associated input keyboard which has the strange look in landscape mode on iPhone 6 Plus under iOS8 as shown below: It seems that it has different orientation ...
Mcclimans asked 6/11, 2014 at 19:59

2

Facebook uses a service to push the messenger bubble on android - something like the follows: http://www.piwai.info/chatheads-basics/ I want to detect when the bubble is opened / closed I've star...
Uncrowned asked 24/12, 2014 at 7:10

1

Solved

I'm using Facebook's Rebound library to replicate the bouncy animations seen in their chat heads implementation. The problem is, most of the time the animation stutters. A few pictures will explain...

2

Solved

I am writing an accessibility app that helps users navigate on android using a mixture of voice controls and controls provided via external aiding tools. It uses MonkeyTalk Java API to do the heavi...

© 2022 - 2024 — McMap. All rights reserved.