Is there a way to load a facebook page inside my facebook application canvas page?
I tried this using ifarame inside my application page with following code.
<iframe src="MY_FACEBOOK_PAGE_URL_HERE" width="100%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
But it doesn't allow me to load any facebook pages.
I just need to display an image of my profile + comment box including posed comments inside my canvas page.It should allow me to post comments for that image and display all previous posted comments.
Can anyone please help me with this?