Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 insert a group feed into our group website. Thank you

like image 978
Alex Hammond Avatar asked Jan 21 '12 22:01

Alex Hammond


People also ask

What is my Facebook ID number?

Go to your Facebook profile. Look at the top of your browser (Chrome, Firefox, etc) and to go "View" then "View Source" from the drop-down. A few results will pop up, and all of them should be followed by a long string of numbers, such as "5500958." That long string of numbers is your account number.

Why can't I find my group on Facebook?

If your group can't be found in Facebook search results, it may be because: Your group is hidden from search. Learn more about the difference between a visible and hidden group. You may have accidentally misspelled your group's name in search.


1 Answers

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 
like image 153
Prashant Srivastav Avatar answered Sep 20 '22 13:09

Prashant Srivastav