Open RyuuOujiXS opened 8 years ago
<meta property="al:ios:app_store_id" content="id460177396" />
is not an integer for facebook, (content= should be just the numeric value, no 'id')
-->
<meta content='app-id=460177396, app-argument=twitch://open' name='apple-itunes-app'>
Is what it should probably be getting.
Who is responsible for fixing it? Shrug :D Just pointing out the relevant bit in your blob of text.
@TournyMasterBotCurse Thanks for that. I just didn't want to leave anything out, just in case it'd help find a solution faster. To expand on your reply, the ID comes up 4 times in Facebook's scrape, as per below:
<meta content="app-id=460177396, app-argument=twitch://open" name="apple-itunes-app" />
<meta property="al:ios:app_store_id" content="id460177396" />
<meta property="twitter:app:id:iphone" content="id460177396" />
<meta property="twitter:app:id:ipad" content="id460177396" />
...while it only comes up once in the Source Code, as per below:
<meta content='app-id=460177396, app-argument=twitch://open' name='apple-itunes-app'>
URL being Scraped: twitch.tv/RyuuOujiXS Resulting Error:
For some reason, Facebook is seeing:
...while Twitch's Source Code of the page I'm scraping shows: