Ionic 3 iframe facebook.com

Hi, How to iframe facebook.com. Mine is getting error.

Please see attached screenshot

my .html

<div style="overflow:auto;-webkit-overflow-scrolling:touch;">
   <iframe src="https://www.facebook.com" style="width:100%;height:100%" frameborder="0" allowfullscreen></iframe>
</div>

The error said

Refused to display ‘https://www.facebook.com/’ in a frame because it set ‘X-Frame-Options’ to ‘deny’.
and I saw a solution for it here