Im currently implementing share functionality in my Android/IOS app but encounter some issues providing a correct link for the facebook scraper.
So from my perspective there are 2 options:
- Use facebook Hosting for App-link
- Use a custom redirect php on own website
The problem with app links created from facebook is that they dont include thumbnais in the post shared.. Is it possible to add og:tags to facebook app links? I guess not, but have to ask. That would solve my problem.
However using a custom php to redirect users to the app store/play store depending on platform, creates another problem.
Facebook scrapes images from the final url, in this case the app-store/playstore site of the app.. While scraping correctly the image from the play store, it has problems with the image from the app store, too big it gets cut off in the facebook post. (snapchat example below)
Are there any better alternatives?
Thanks in advance for any help, working on this some days now, any help is appreciated. enter image description here