Hi... i think that we fix it..
I check admintools htaccess...
Forbid displaying in FRAME (for HTTPS-only sites) is set NO and cant access my site inside FB.
So i check the .htaccess and found this lines.. and commented it
<IfModule mod_headers.c>
Header always append X-Frame-Options SAMEORIGIN
# The `X-Frame-Options` response header should be send only for
# HTML documents and not for the other resources.
<FilesMatch "\.(appcache|atom|bbaw|bmp|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ico|jpe?g|js|json(ld)?|m4[av]|manifest|map|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|topojson|tt[cf]|txt|vcard|vcf|vtt|webapp|web[mp]|woff2?|xloc|xml|xpi)$">
Header unset X-Frame-Options
</FilesMatch>
</IfModule>
Voila.. fixed...
Can you try to understand whats this lines means??
Thanks for your big support...
Kazuo