Título dejhjjj
My Great Web page
My Facebook Login Page
My Facebook Login Page
Login with Facebook
My Facebook Login Page
Login with Facebook
My Facebook Registration Page
My Great Website
My Great Website
$value) {
if ($key != 'sig') {
$payload .= $key . '=' . $value;
}
}
if (md5($payload . $application_secret) != $args['sig']) {
return null;
}
return $args;
}
$cookie = get_facebook_cookie(FACEBOOK_APP_ID, FACEBOOK_SECRET);
$user = json_decode(file_get_contents(
'https://graph.facebook.com/me?access_token=' .
$cookie['access_token']));
?>
Welcome = $user->name ?>