/ Published in: PHP
Add this code in the top of your index.php and set $page_url to your application final tab/app URL.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php // Start Session Fix $page_url = "http://www.facebook.com/pages/.../...?sk=app_..."; { $_SESSION["signed_request"] = $_POST["signed_request"]; } // End Session Fix ?>