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サイトのURLにリンクされます。
これをスムーズに解決するにはどうすればよいですか?
<script type="text/javascript"> if (parent.location.href == self.location.href) { window.location.href = "https://apps.facebook.com/APP <?php echo $_SERVER["REQUEST_URI"];?>"; } </script>