Thank you everybody.
Here is the answer to my question; I posted it here so that if any authority finds this question in the future, it will also receive an answer and his / her time will not be wasted. I get the solution by adding the following code immediately before the tag of </body>my index page
<script type="text/javascript">
window.fbAsyncInit = function() {
FB.Canvas.setSize();
}
function sizeChangeCallback() {
FB.Canvas.setSize();
}
</script>
Once again, thanks to everyone.