1.0.2 • Published 9 years ago

unifeed v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

unifeed

Unified feed data parser for social networks applications

Installing unifeed

npm install unifeed
var unifeed = require('unifeed');

Usage

var getFeed = function (token, callback) {
    FB.napi("/me/home", "get", {access_token: token, limit: 15}, function(err, res){
            if(err) callback(err);
            else unifeed.unifeed("facebook", res, callback);
    });
};
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago