Hello, hope the community can help me out!
I have an app where you can buy and sell stuff locally. With each listing, there is a “message seller” button. When the “buyer” clicks this button, it redirects to a fb message screen (within fb). This page is pre populated with the seller’s fb name, and there’s an open space for the “buyer” to enter a message. When the “buyer” presses send here on fb, fb sends a message on messenger.
This works awesome on desktop. However, the way my app is structured i have a transparent mobile page for each desktop page, and this message seller redirect to Fb messenger does not work on mobile. On mobile, i get an error message from fb:
“this dialog is not available on this device.
API error code: 4202
API error Description: This dialog cannot be displayed on this device
Error message: This method isnt supported for this display type”
Please advise! Thanks everyone!!