Welcome folks today in this post we will getting facebook page id
from facebook page name in javascript and node.js.All the source code of the application is given below
Installation
First of all we need to install page-id-of
library from npm command globally
npm i -g page-id-of
After installing it globally you can execute the below command to get the facebook page id by providing the facebook page name
Usage
1 2 3 4 5 6 7 |
$ page-id-of Usage : page-id-of <page's name> Example : page-id-of Humorous.Sperm.Official Help : page-id-of -h --help |