Simple-Instant-Articles-for-Facebook
Simple-Instant-Articles-for-Facebook copied to clipboard
Feeds Starts downloading
whenever i goto domain.com/feed/fb it downloads a file. file is having all the content of feed
I am seeing this same problem in VVV. Looking into it more.
Just fooling around with a MAMP install so far and I ran into this.
I found that the mime type was being read as application/octet-stream
, lazy patch by manually setting as text/xml
.
Yeah, it should have that by this header that is set...
https://github.com/whyisjake/Simple-Instant-Articles-for-Facebook/blob/master/templates/feed.php#L12