Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

FurkanOM/Facebook-Page-Information

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository is not maintained

Facebook-Page-Information

You can get all the public information about the facebook page you want.

Example

var facebookPage = require("facebook-page-information");

facebookPage.getInfo("9gag", function(data){
  console.log("About 9gag: " + data.about);
  //You can get data.id, data.likes, data.link, data.website etc. 
  //To learn more, https://developers.facebook.com/docs/reference/api/page/
});

Installation

npm install facebook-page-information

About

You can get all the public information about the facebook page you want

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published