How do I extract a list of members from a Facebook group?
I have a Facebook group that has over 600 members.
I need to extract a list of members into a spreadsheet. I have tried to use the API, but I am finding that when I try to use FQL to get the list of members it is returning a lot of duplicate members, and also returning duplicates of members that are already in the spreadsheet. This is what I have tried so far:
Fql = 'SELECT uid FROM member WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me())';. Fql = 'SELECT uid,name FROM member WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me())';. Fql = 'SELECT uid,name FROM member WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me())';. Fql = 'SELECT uid,name FROM member WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me())';. Fql = 'SELECT uid,name FROM member WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me())';. Fql = 'SELECT uid,name FROM member WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me())';. Fql = 'SELECT uid,name FROM member WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me())';
How do I get a list of all members in a Facebook group?
I'm trying to do something that should be really easy, but it's proving quite difficult to find a simple way of getting the list of all members for a Facebook group.
It would be nice if you could also show me how to find the members of a group that don't appear on the site (and don't just show up because I am looking through a member-list page as opposed to on a group page). This is in PHP/MySQL and I'm running on a live site with no caching.
If you can help me with this, it'd be greatly appreciated. If there's an official way to do it, it'd be great, but unfortunately I haven't been able to find it on any other site searching.
SELECT groupmembers.memberid, fbuser.firstname, fbuser.lastname FROM groupmembers, fbuser WHERE groupmembers.groupid = 'YOUR GROUP ID' AND fbuser.id = groupmembers.
How to get Facebook group members?
We know that Facebook group can be a great way to promote your products or services in your audience.
But, there are no magic tricks or shortcuts to be successful with Facebook groups. You can't force people to join or leave the group, so it all depends on how you go about with getting groups members for you to start and sustain engagement in the group.
If were to use any social media marketing strategy that could work is one of the basic rule on Facebook is that you have to build a community first. With that, then they may like what you provide to them. And the only way you can achieve this is by having good engagement rate on the groups that you are part of.
So, here's our tips how to get more members in Facebook groups. #1: Know Your Audience and Go For Quality over Quantity. First of all, if you have a business Facebook page for the people to learn more about your products or services, then it would be great to try to add them to the Facebook groups. But not that often.
It's one of those things, most of us think that Facebook groups are a place for businesses to give some of their newbie ideas for products and services, as well as to connect with each other. While this might be true in general, it's not exactly true for every business page.
If you belong to a network in Facebook business pages (you're here reading my blog, am I right?) then you should be able to see the groups that are created by other businesses. And by going through that list, you'd have a better idea on how to create your Facebook group.
If you find out that most of the groups that you need to join that are relevant to you are not that many and you want to join them to engage with members and to promote your business, we suggest that you look for quality and not quantity. Look at these two images below. Which of them is more fun? Which one will make you want to get added into the groups? To us, the second image seems like it has more quality and relevance to the people who are looking for it and want to be in it than the first image. So, think first before you join any Facebook group as some of them is not worth joining.
Related Answers
What is web scraping?
Web scraping is a technique to extract data from a website. It is a process to extrac...
Are web scrapers legal?
Let's start with the basics. What do you use a web scraper for? What is a web...
Can you scrape Twitter without API?
Yes, but you should only do it if you're a public figure and you're authoriz...