facebook-notification

0.1.1 • Public • Published

facebook-notification

Send notifications to facebook

Example

var sendNotification = require("facebook-notificatoon")({
    clientId: "FACEBOOK CLIENT ID"
    , clientSecret: "FACEBOOK CLIENT SECRET"
    , production: false
})
 
sendNotification({
    user: {
        id: "facebook id"
    }
    , uri: "/my uri"
    , campaign: "optional utm_campaign for google analytics"
    , text: "text of notification"
}, function (err, result) {
    console.log("send notification!")
})

Installation

npm install facebook-notification

Contributors

  • Raynos

MIT Licenced

Readme

Keywords

none

Package Sidebar

Install

npm i facebook-notification

Weekly Downloads

0

Version

0.1.1

License

none

Last publish

Collaborators

  • raynos