tags:

views:

909

answers:

1

I'd like to have a link for a user to join a Facebook group from within my Facebook application.

Here is the link on Facebook's "display a group" page (minus a longer referrer part), but the group id is encrypted:

http://www.new.facebook.com/group.php?sid=c431b3cfc02765def331081f8b71ffbd

Anyone know how to either encrypt a group id the Facebook way or otherwise build a link that adds a user to a group?

Thanks!

+2  A: 

Can you not just use the group id?

This works for me: http://www.new.facebook.com/group.php?gid={ID}

Toby Hede
This takes them out of your app back to Facebook. We want them to stay in our app but allow them to join a group that is displayed on the page.