I'm using the messenger API to send messages to facebook, in that messages sometimes i have links to an external website with get parameters.
Like: http://example.com?example=true
The main problem is that messenger only recognizes http://example.com as an link and i truly need the GET parameter.
There is anyway to fix this?
Ty, Rui