facebook-group

get Facebook Group Id using identifier or url

帅比萌擦擦* 提交于 2019-12-03 12:26:50
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 'chennaifoodies'? If I tried https://graph.facebook.com/chennaifoodies , then it gives the fan page id. I think 'wallflux' has done a wonderful script, so I need a script like that to get group the id. is there any way to get a group id using graph api or fql? Thanks. I don't think you can get the Group ID from the url you mentioned with the group

Fetch Email Id and name of the user who commented in my facebook group or page

孤街醉人 提交于 2019-12-02 18:51:31
问题 I have a Facebook app which has Facebook login as a product. My requirement is to fetch the comments on my posts in group/page and view the email and name of the user who has commented. I'm using graph API to fetch the comment from a post with {post-id}/comments Further more I can fetch the user from each comment by {comment-id}?fields=from although this works when a user has given permission to my app. I'm unable to get the email of the user from the above endpoint. Also how can I mandate

How to get the Seen By data for group post on Facebook

我们两清 提交于 2019-12-02 08:29:09
Using Facebook Graph API, for group posts, we were able to retrieve the data for comments and likes. Now with the introducing of Seen By info on group posts, there seems no API exposed to get the Seen By data yet, or there is? We are not able to find that info with documentation at https://developers.facebook.com/docs/reference/api/post/ . As @Tommy Cursh suggested, currently there is no API available to get the Seen By data programmingly. Hopefully Facebook will provide it someday soon. 来源: https://stackoverflow.com/questions/13667448/how-to-get-the-seen-by-data-for-group-post-on-facebook

How do I find my Facebook group ID?

那年仲夏 提交于 2019-11-30 11:22:44
问题 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 insert a group feed into our group website. Thank you 回答1: For finding any facebook group_id or page_id or user_id go to inspect element of page and find these in meta tags. Group Id fb://group/Here_is_your_group_id Profile user_id fb://profile/here

facebook graph api check if user is a member of a group using PHP

与世无争的帅哥 提交于 2019-11-30 10:10:31
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"); $group = json_decode($group); $checkuser = $group->data; and check the user if is a member by using his facebook id and in_array() if(in_array($_GET["fid"],$checkuser)){ echo "yes"; } else { echo "no"; } can someone help me to correct this please... my code is not working... Reference: https://developers.facebook.com/docs/reference/api/ Use the API url: https://graph.facebook.com/me/groups To get a user

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

旧时模样 提交于 2019-11-30 04:00:25
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, this means a LOT of work, since there are over 2 million posts to the group. Does ANYONE know of a way to do this without spending a few days clicking? Also consider that the group has 4000+ members and is growing everyday, with, on average, about 1000 posts a DAY at the moment. For the curious, the PLAN is to cull the herd... I am HOPELESS at

How do I find my Facebook group ID?

主宰稳场 提交于 2019-11-30 00:01:56
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 insert a group feed into our group website. Thank you For finding any facebook group_id or page_id or user_id go to inspect element of page and find these in meta tags. Group Id fb://group/Here_is_your_group_id Profile user_id fb://profile/here_is_your_user_id Page Id fb://page/here_is_your_page_id try at http://lookup-id.com/ , get facebook id and

facebook graph api check if user is a member of a group using PHP

守給你的承諾、 提交于 2019-11-29 15:18:42
问题 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"); $group = json_decode($group); $checkuser = $group->data; and check the user if is a member by using his facebook id and in_array() if(in_array($_GET["fid"],$checkuser)){ echo "yes"; } else { echo "no"; } can someone help me to correct this please... my code is not working... 回答1: Reference: https:/

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

限于喜欢 提交于 2019-11-29 01:40:31
问题 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, this means a LOT of work, since there are over 2 million posts to the group. Does ANYONE know of a way to do this without spending a few days clicking? Also consider that the group has 4000+ members and is growing everyday, with, on average, about

Facebook Graph Api v2.0+ - /me/groups returns empty

五迷三道 提交于 2019-11-28 11:27:20
问题 I am trying to get my groups with graph api v2.0, but data returns empty: { "data": [] } Before this I used v1.0 and this was workable. I use: https://graph.facebook.com/v2.2/252637181559106?fields=id%2cname&access_token=**** Same result I have with https://apigee.com; (https://apigee.com/console/facebook?req=%7B%22resource%22%3A%22getusergroups%22%2C%22params%22%3A%7B%22query%22%3A%7B%7D%2C%22template%22%3A%7B%22user%22%3A%22me%22%7D%2C%22headers%22%3A%7B%7D%2C%22body%22%3A%7B