1
votes

How can I send a location ( that opens like a map ) from the bot to facebook messenger? I want it to appear like a map as if the user is sending his location

1

1 Answers

1
votes

There is no native support for this, but it's pretty easy to generate a map image using the Bing Maps API (see docs on how to create a static map). You could embed this in a HeroCard with a tap action that takes the user to a live version of the map.