In Facebook app, is there a way to link directly to "join a group" - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T16:52:01Zhttp://stackoverflow.com/feeds/question/156033http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/156033/in-facebook-app-is-there-a-way-to-link-directly-to-join-a-group1In Facebook app, is there a way to link directly to "join a group"Reid Wilson2008-10-01T02:45:40Z2008-10-01T08:12:08Z
<p>I'd like to have a link for a user to join a Facebook group from within my Facebook application.</p>
<p>Here is the link on Facebook's "display a group" page (minus a longer referrer part), but the group id is encrypted:</p>
<p><a href="http://www.new.facebook.com/group.php?sid=c431b3cfc02765def331081f8b71ffbd" rel="nofollow">http://www.new.facebook.com/group.php?sid=c431b3cfc02765def331081f8b71ffbd</a></p>
<p>Anyone know how to either encrypt a group id the Facebook way or otherwise build a link that adds a user to a group?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/156033/in-facebook-app-is-there-a-way-to-link-directly-to-join-a-group/156671#1566711Answer by Toby Hede for In Facebook app, is there a way to link directly to "join a group"Toby Hede2008-10-01T08:12:08Z2008-10-01T08:12:08Z<p>Can you not just use the group id?</p>
<p>This works for me:
http://www.new.facebook.com/group.php?gid={ID}</p>