Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Facebookキャンバスから目的のWebサイトにリダイレクトする際に問題が発生します。
私は現在、phpソリューションを使用してWebサイトをリダイレクトしています
header( 'Location: http://www.example.com' ) ;
これで問題は解決するはずですが、代わりにWebサイトをキャンバスにロードするだけです。
javascriptを使用する必要があります
<script>top.location.href="http://www.expample.com";</script>