Hello,
(Tweet button on Twitter dialog, not the Tweet button embedded on the website)
I did my homework about web intent and my current integration work smoothly. However, I have a requirements to get the status id which at this point is really impossible since web intent don’t offer a response on the parent window that invokes it.
I found some workaround like this one https://codepen.io/anon/pen/Zbwqyx?editors=1010 however, this approach is not reliable as it relies on click which also detects when the user click outside the dialog window.
Any solution to this so far. Facebook does this by default. So I guess can also do the similar.
Thank you.