Skip to content

TimBroddin/meteor-facebook-node-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

facebook-node-sdk

A wrapper arround facebook-node-sdk. This allows you to do all things Facebook API server-side.

This only brings the methods needed to access the API. For login flow use accounts-facebook.

##Features

  • Allows you to set client keys in settings.json

    { "facebook-node-sdk": { "app_id": "XXXXXXXXXXXX", "app_secret": "XXXXXXXXXXXXXXX" } }

If you don't put this in settings.json, you'll have to init this yourself:

var facebook = new Facebook({
    appId: 'XXXXXXXXX',
    secret: 'XXXXXXXXXXXXX'
}).setAccessToken('access token');

##Installation sh mrt add facebook-node-sdk

##Examples

See here.

About

A wrapper around facebook-node-sdk

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •