Friday 20 July 2018

How to implement deep links on Facebook in-app messages

overflow community,

We're developing deep-link functionality for an app, and came across a problem with the in-app messages functionality of facebook push messages.

We're trying to send a deep link associated to a button of the in-app message, but when the users clicks such button, what the app does, is to open such url on the browser.

Facebook in-app example

What we need, is to be able to capture such action an parse the sent URL (http://example.com/product?id=1234), however, we can't seem to find a way to do so.

We need to do this for iOS and Android, but as long as we can solve the problem for at least one platform, we could figure it out for the other.



from How to implement deep links on Facebook in-app messages

No comments:

Post a Comment