Questions tagged [facebook-group]

A Facebook Group is a collection of Facebook users. A Group allows you to share posts/links pictures with those users.

A Facebook Group is a collection of Facebook users. A Group allows you to share posts/links pictures with those users.

A group can be have 1 of 3 designations:

  • Secret: only current members can see or access the group
  • Closed: the group is publicly visible, but only members can access information
  • Open: publicly visible and accessible
202 questions
28
votes
8 answers

How do I find my Facebook group ID?

My Facebook Group Url is: http://www.facebook.com/groups/284064464943140/ I've read that the group ID is in the Url labelled "id=" or "groupid=" but assume this has changed since there is no such tag in my Url. I would like to use the group id to…
Alex Hammond
  • 281
  • 1
  • 3
  • 3
18
votes
5 answers

How do I retrieve photos from a Facebook group using the GraphAPI?

I would like to retrieve photos from a facebook group using the GraphAPI. Based on FB Docs I don't see any connections to photos. I would like to get the photos and the users who uploaded them.
user599263
  • 181
  • 1
  • 1
  • 3
13
votes
1 answer

How do I grant my app permissions on pages or groups I created?

I have an app, and I can write to user's walls with it, having requested the publish_stream permission when they sign in. I've also created a page and a group, and would like my app to be able to write to those. (Specifically, I want my back-end…
Chris Westin
  • 1,160
  • 1
  • 12
  • 12
12
votes
2 answers

Is it possible to get a facebook feed to a closed group that I belong to but do not own?

I know it's possible to get an rss feed or whatever for wall posts of groups. However, every time I try it with a closed group that I belong to, it doesn't work. Is this possible if you aren't the admin or owner of a group but just a member? Here…
user1888959
  • 329
  • 2
  • 11
9
votes
3 answers

How to get all content posted by a Facebook Group using Graph API

I am very new to the Graph API and trying to write a simple python script that first identifies all pages that a user has liked and all groups that he/she is a part of. To do this, I used the following: To get the groups he has joined: API:…
Darth Coder
  • 1,738
  • 7
  • 33
  • 56
9
votes
1 answer

get Facebook Group Id using identifier or url

I would like to get a facebook group id by using a URL or specific identifier. For ex: http://www.facebook.com/groups/chennaifoodies/ should give group id 194462073956868. Is there way to get the group id by using above URL or identifiers like…
Prabhu
  • 91
  • 1
  • 4
8
votes
2 answers

Download all posts for Group I have Admin rights to using Facebook Graph API

We are trying to retrieve ALL the posts, with associated comments and images, made to our group in the last year. I've tried using GraphAPI to do this but pagination means I have to get data, then copy the "next" link, and run again. Unfortunately,…
8
votes
2 answers

posts in group feed have unavailable content

I am an admin of a private group in facebook and I would like to use facebook API to scrap all group posts. I used graph api explorer to generate an access token with read_stream, friends_group and user_groups permissions. When I access the group…
sergiofbsilva
  • 1,606
  • 15
  • 20
7
votes
5 answers

How to get link to single post on group wall?

How can I get a link to single post on group wall? I've found a link to "normal" post from user wall: http://www.facebook.com/permalink.php?story_fbid=USER_ID&id=POST_ID/ but it does not work for group posts. Do you have any idea? EDIT: I've…
Mag Sz
  • 93
  • 1
  • 1
  • 7
7
votes
4 answers

How to get the list of facebook groups using graph api

I want the list of groups in which I'm member. In the Graph Api Explorer I did not find any permission like user_groups. I select all the "User Data Permissions" and "Extended Permissions" but it did not work. In graph api explorer I am using this…
7
votes
1 answer

Facebook API Search - Search for Groups?

I have been testing the Facebook php sdk. I am able to search for pages & places but not groups. According to the documentation, this should return groups... https://graph.facebook.com/search?q=programming&type=group The below code works. If I…
5
votes
1 answer

Group feed lacks polls

I'm fetching a group's feed https://graph.facebook.com/my_group/feed, but it completely ommits polls and links posted in group. Is there a way to get polls along with other posts?
5
votes
1 answer

Is there a way of scraping content from Facebook groups?

I'd like to get the content from a facebook group since there is a lot of valuable information in there. So is there way, hack or function that you could accomplish this with?
Jonathan
  • 8,453
  • 9
  • 51
  • 74
5
votes
3 answers

Facebook Graph API - group URL to ID

While some group URLs come in the format of www.facebook.com/groups/%ID%/ other come in the format of www.facebook.com/groups/%SOME_STRING%/. For example http://www.facebook.com/groups/2261122614/ vs.…
Daniel Zohar
  • 1,962
  • 2
  • 13
  • 19
5
votes
0 answers

Get pending Facebook group posts via GraphAPI as group admin

I am an admin of a Facebook group. When I checked last time a few months ago, Facebook's GraphAPI would return all posts, incl. those that were still pending approval, when I queried the feed of the group. However, when I checked yesterday, posts…
Se Norm
  • 1,715
  • 5
  • 23
  • 40
1
2 3
13 14