Anyone with FB app coding knowledge?
is anyone here with such knowledge on the topic?
i need some help,
im getting some error with fb app notification, when notification from the app is clicked it shows this error
|
Forbidden You don't have permission to access /connect/to_continue on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. |
public function to_continue(){
$param1 = $_GET['id'];
echo '
<script>
window.location="'.urldecode($param1).'";
</script>
'; can anyone correct this problem?