Skip to content

Instantly share code, notes, and snippets.

@SecureCloud-biz
Forked from niraj-shah/notification.php
Created July 13, 2014 00:29
Show Gist options
  • Save SecureCloud-biz/f800a6e60de72ff6d257 to your computer and use it in GitHub Desktop.
Save SecureCloud-biz/f800a6e60de72ff6d257 to your computer and use it in GitHub Desktop.
$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
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment