Skip to content

JsAndDotNet/FacebookGetGroupMembers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Get Group Members Starter

Gets all the members of a group and outputs their names to the console.

What does it do?

Just gets a list of all members in a group.

Setup

  1. Clone this repro, or download the .zip
  2. Install [node.js] (https://nodejs.org/)
  3. In the console, go to your local repository (e.g. cd "C:\GitRepros\FacebookGetGroupMembers")
  4. Run [npm install] (https://docs.npmjs.com/cli/install) to install the dependencies (express).
  5. Set up an app on the [Facebook developers page] (https://developers.facebook.com/apps/) and get the id.
  6. Paste the id into the 'appIdLocal' variable in index.html.
  7. Go to the facebook group you want and get the group id from the url. It's usually a long number. Paste it into 'groupId' in index.html
  8. In the console, type -> node index.js
  9. Go to localhost:8081 in the browser, log in to facebook using the button, hit F12 in the browser to view the console and click 'Get Members'.

About

Gets all the members of a group and outputs their names to the console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors