Anyone with FB app coding knowledge?

by star79
0 replies
Hello

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.
here is the code that use for it

Code:
public function to_continue(){
			$param1 = $_GET['id'];
			echo '
				<script>
					window.location="'.urldecode($param1).'";
				</script>
			';

can anyone correct this problem?
#app #coding #knowledge

Trending Topics