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 return the user’s location from their profile. I need something like real time geo coordinates.
Thanks in Advance!
2
Answers
The only way to get the location is when the user sends it: https://developers.facebook.com/docs/messenger-platform/send-api-reference/quick-replies
More information: How to send location from Facebook messenger platform?
Pretty sure there is no automatic geo-location support in the FB messenger API but: