SecureCloud-biz
7/13/2014 - 12:29 AM

notification.php

$response = $this->facebook->api( '/' . $user_id . '/notifications', 'POST', array(
    'template' => 'You have received a new message.',
    'href' => 'path/to/message/?id=' . $id,
    'access_token' => $app_access_token
) );