https://github.com/ukcoderj/facebookgetgroupmembers
Gets all the members of a group and outputs their names to the console.
https://github.com/ukcoderj/facebookgetgroupmembers
Last synced: 5 months ago
JSON representation
Gets all the members of a group and outputs their names to the console.
- Host: GitHub
- URL: https://github.com/ukcoderj/facebookgetgroupmembers
- Owner: ukcoderj
- Created: 2015-07-08T20:49:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-08T21:04:34.000Z (almost 11 years ago)
- Last Synced: 2025-04-12T04:11:24.736Z (about 1 year ago)
- Language: HTML
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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'.