In Facebook app, is there a way to link directly to "join a group" - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T16:52:01Z http://stackoverflow.com/feeds/question/156033 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/156033/in-facebook-app-is-there-a-way-to-link-directly-to-join-a-group 1 In Facebook app, is there a way to link directly to "join a group" Reid Wilson 2008-10-01T02:45:40Z 2008-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#156671 1 Answer by Toby Hede for In Facebook app, is there a way to link directly to "join a group" Toby Hede 2008-10-01T08:12:08Z 2008-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>