Skip to content

dai-shi/meteor-facebook-server-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes for Meteor 1.3

You no longer need this package if you are using Meteor 1.3. Just install the npm package,

npm install fb

and import like the following:

import { Meteor } from 'meteor/meteor';
import FB from 'fb';

FB.mapi = Meteor.wrapAsync(FB.napi);

facebook-server-api (Meteor)

This is a Meteor package to provide Facebook Graph API on server side only. It is a simple wrapper of https://www.npmjs.com/package/fb.

API for Meteor

FB.mapi is provided as a sync method (a.k.a. fibers).

Example

var res = FB.mapi('me', {
  access_token: accessToken
});

About

A Meteor package to provide Facebook Graph API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published