up vote 1 down vote favorite
share [g+] share [fb]

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!

link|improve this question
feedback

2 Answers

Can you not just use the group id?

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

link|improve this answer
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. – Reid Wilson Oct 4 '08 at 3:10
Did you get any solution to accomplish this? if so can you please provide me with the headsup of what direction should i follow. thanks :) – Dee-M Sep 27 '11 at 8:58
feedback

Could you load that page http://www.new.facebook.com/group.php?gid={ID} into an iframe inside your app and just close the iframe after they've joined?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown