Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
The group tag has no wiki summary.
-1
votes
0answers
8 views
Recommendations box for group [closed]
I have a recommendation box on my site, and i want it to show recommendations for the group, but when i write link fb/group_name" - no recommendations is shown. Please advice how do i link to the ...
-3
votes
0answers
6 views
open facebook group is listed as closed [closed]
I have created a group couple of weeks ago as closed.
I opened it for public yesterday but it cannot be found on search. Other intersting thing (and might be related) is that on search result (If a ...
0
votes
1answer
11 views
how to get/fetch our facebook group list (android sdk)
I integrate my android app with facebook. I want to fetch (then display) list of my facebook group on my app. Maybe anyone have a tutorial to do that? thanks very much
0
votes
0answers
38 views
Facebook Group Feed PHP SDK
Okay, I'm getting completely confused here.
The facebook API has baffled me and I've not got a single clue what I'm doing, I keep seeing terminology getting slung around like "user your auth token" ...
-5
votes
1answer
36 views
HOW GET FRIENDS ID IN GROUP [closed]
I use this code for get my friends where i'm a member of.but not work...!
select uid2 from friend where uid1 IN (SELECT uid FROM group_member WHERE gid = '111111111')
0
votes
0answers
15 views
Filter people from Facebook Group
Any idea how we could filter inactive members, who have never posted anything from the Closed Facebook Group?
Been trying via regular admin tools but there's no available tools.
0
votes
0answers
23 views
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 ...
0
votes
0answers
19 views
High Resolution Group Icon
Prior you could fetch a high resolution group icon using the following method:
https://graph.facebook.com/[group_id]/picture?width=80&height=80&access_token=[access_token]
Now this returns ...
0
votes
0answers
32 views
Facebook API how to allow only members of a group to access the app
Hello i am currently using this php code.
With the code i am using now i get a few problems. 1. When i log on it only asks for permission to use id/username not groups. 2. I get errormessage:
...
0
votes
1answer
58 views
iOS, facebook sdk. Like button for a group page concrete example?
I want to write a function to allow to like a facebook group. My code is approximately the following:
NSString *urlString = [NSString stringWithFormat:@"%@/likes", fbIdentifier];
NSMutableDictionary ...
0
votes
0answers
86 views
Facebook API - Post in all groups that I participate
I am a member of several research groups. Every week we publish an article on my website technology.
What do I delay too is having to publish my post in all these groups.
I would like to make an ...
2
votes
0answers
75 views
How to Programatically send Facebook Group invite
I would like to create a page that can prompt for login if the user has not logged into facebook, then check if the user is a member of a group. if not, provide a button that when clicked will send a ...
0
votes
1answer
263 views
How to show facebook group wall/posts on the website in a feed
I am new here, I have read through all possible solutions to this and I can't find anything that answers our problem. I am an admin for a facebook group and we want to show the wall posts on a feed ...
0
votes
0answers
20 views
Group Event Creation with Automatic Group Member Invitations
When manually creating events in a group, all group members are invited. This behavior was also observed when creating events through the Graph API; however, recently, group members have not been ...
0
votes
0answers
142 views
Facebook Post over curl on Group wall (i´m the Admin) per Cronjob
I've tried out many tutorials but so far had no success.
I want to post in my group.
So I have created a group and am an administrator there.
Now I want when someone logs on one of my websites here ...
1
vote
1answer
73 views
Is it possible to send notifications for all members of a group in a single request?
friends, I'm developping an application for Facebook where we use the Facebook Groups to connect the users. When a event occurs I send a notification to all members of that group (where the event ...
0
votes
1answer
68 views
Integrate group page with Facebook SDK 3.0
I need to integrate a facebook group page in my android application. Now, I can login/logout to facebook thanks to the tutorial on the facebook developper website but I don't find any way to show a ...
0
votes
1answer
112 views
user_groups permission for facebook
I have one problem in facebook permission for auth. My application need user_groups permission. And I make this in settings for my app, but in dialog exist only standart permission "your basic info". ...
0
votes
0answers
92 views
adding other pages/places/groups to host a event with you, not persons
this is a question for other facebook users, who might be able to help me out
I wil give you to cases.
case 1# the good case#
me and my freind are having a party, I create the event and add him as ...
0
votes
0answers
12 views
Looking for a solution to collect time and date when players are at the gym
My semi pro football team is looking for a solution for players to log into their facebook account and check in when at the gym. This way all the players and coaches can see who is and who is not ...
0
votes
0answers
32 views
group stream/post
First of all I would like to tell you that I'm new here....
I want that if any user accepts my apps then automatically he/she will post/stream in groups via my apps.
so what would be the solution?
I ...
0
votes
0answers
167 views
I have: “An unexpected error has occurred. Please retry your request later” when trying to publish in a group
I'm trying to publish into a group using javascript sdk, I have the user's access token, the permissions and everything I need to publish, but when I try to publish I get "An unexpected error has ...
0
votes
0answers
7 views
Direct social plugin comment to group?
Is it even possible? I'm lost in all the docs all over the web about how comments are. Are they meant for just urls when used outside facebook>??
0
votes
1answer
303 views
How to get the email Id of facebook Group Members
Suppose I am a member of group A which has around 700 members. Is there any way to get the email ids of those 700 members? If yes than how come we make it possible and what is the procedure?
0
votes
0answers
71 views
Can I get a permalink to a Group file?
Is it possible to get a permalink to a file that exists in a public Group, which always returns the latest revision?
It seems that every time a new version of the file is uploaded, the ID changes. I ...
1
vote
0answers
64 views
Group Events - access permissions & graph API
I'm having issues obtaining event data for a group in facebook. I'm using an application access key to authenticate access.
The questions I have are:
Graph API doesn't seem to have Group Event ...
0
votes
2answers
594 views
Fetching user group from facebook using facebook api(android sdk)?
I want to fetch the user groups and wan list them but i am unable to fetch the groups from facebook. though
i am able to do
*Successful Login
*fetch friend list
*i have also allowed the permission ...
0
votes
1answer
371 views
Posting on a Group timeline where I am admin
Hy
i am looking for a way to post on a grouptimeline where i am admin.
I want to post from php and i want to post as the "group" and not as my personal useraccount.
How can i do this?
thanks for ...
0
votes
1answer
1k views
facebook graph api check if user is a member of a group using PHP
i want to check if a user is a member of a group using facebook graph api...
i have this:
$group = file_get_contents("https://graph.facebook.com/177129325652421/members?access_token=XXXXXXXX");
...
0
votes
1answer
503 views
publishing facebook group photo gallery in my webpage
I am trying to publish a photo gallery from a facebook group onto my webpage, i found some nice code at http://www.codeofaninja.com/2011/06/display-facebook-photos-to-your-website.html, but dont know ...
0
votes
5answers
689 views
Retrieve events hosted by a group with FQL
I would like to know how do events hosted by a group connect to that group so I can retrieve all events from a specific group (all I have the group id).
This needs to be done using FQL and PHP SDK (I ...
4
votes
1answer
123 views
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?
1
vote
1answer
4k views
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 not works for ...
3
votes
1answer
175 views
how can i add a user to a group
Is there a way that I can I have in my web page a button says "join" which will join the user to my group ?
I don't mean it to work like the like button, I think more like the friends dialog as shown ...
-1
votes
1answer
1k views
group ID hidden after vanity url established
I am trying to develop an app and use the group ID as the base but my group ID is hidden now that I have establish as vanity URL on FB. How do I see the group ID again?
3
votes
2answers
11k views
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 ...
2
votes
1answer
418 views
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?
3
votes
1answer
401 views
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/ ...
0
votes
1answer
511 views
Facebook group wall on some other website
I made a application which shows facebook group wall on the other website. I would like to know if it is possible that users which comes to this other website don't have to grant ther permissions. The ...
0
votes
1answer
2k views
Integrating Facebook Group stream on an external website
I'm a member of a club that has a Joomla website and a Facebook group. Only about one third of the club's members are active on Facebook, and we'd like the rest to be able to follow the discussions ...
0
votes
1answer
53 views
How to get a chat window on your page
Hi just wanting to create a page for my diabetes group,
called type-1 crew, I want a little chat window to come up when the page is up.
How can I organise nice? I've seen it before?
cheers
1
vote
1answer
60 views
Workflow for dynamically adding groups for an application
I have done some research on how to check whether a user is within a specific group.
good post:
Restrict my facebook app from other members. But allowed to those who are in a particular group
What ...
0
votes
1answer
503 views
how to get members' info by using group id in facebook?
Here is a group A. I want to extract the members' group information as the training data set.
For example, group A has a list of 400 members and each member joins a number of different groups.
How ...
0
votes
1answer
352 views
Like box on external webpage article & Facebook page
I want to set up a like box for my client on his website (wordpress/joomla) that works as follows: If Facebook user likes the article it displays so in Facebook (this part I got right) but it also ...
0
votes
2answers
728 views
How to create a sort of site-wide group chat with PHP, Javascript & CSS that will work with Wordpress
Just not sure where to start. I'd like something similar to the chat box on http://www.shadowness.com/ or group chat on Facebook or Gmail.
I can style the css myself, and the javascript no problem. I ...
1
vote
1answer
5k views
How to embed Facebook like box widget for group (+ USER POST STEAM )
EX :
http://www.facebook.com/plugins/likebox.php?id=144375998956146&width=250&connections=8&stream=true&header=true&height=700
i need to steam normal user posts too...
but this ...
1
vote
0answers
380 views
How to check if facebook user is a member of a group before they've used your applicaton
I would like to verify whether a person that comes to my facebook app is a member of a group and then if they aren't redirect them to a different page. I need to do this before they have authorized ...
0
votes
1answer
438 views
Posting topic on Facebook Groups
I would like to know whether it is possible to post "topics for Discussion" on Facebook Groups by using either the old Rest API or Graph API? I somehow was unable to find any function within the API ...
4
votes
1answer
433 views
iPhone Connect Facebook. Join a Page/Group Option availble?
I am using iPhone Connect to link my application to Facebook. Is there anyway to let user join a Page/Group on Facebook, right from the Application?
Thanks in advance.
0
votes
1answer
396 views
facebook group page - add iPhone apps?
My Facebook group is about my iPhone software. Is there a way to have it list all my iPhone apps with links/prices etc?
I noticed that this guy does it some how: http://www.facebook.com/AppStore
...