From d96de79888d59d88ff96d7aacb75a3be353e67a3 Mon Sep 17 00:00:00 2001 From: Zach Date: Sun, 11 Jan 2009 03:00:12 +0000 Subject: trac750 Facebook app's invite tab now works --- actions/facebookinvite.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/facebookinvite.php b/actions/facebookinvite.php index 00efa654b..0b966cf26 100644 --- a/actions/facebookinvite.php +++ b/actions/facebookinvite.php @@ -40,7 +40,17 @@ class FacebookinviteAction extends FacebookAction $this->show_header('Invite'); - echo '

Coming soon...

'; + $fbml = '') . '">' + .'' + .''; + + echo $fbml; $this->show_footer(); -- cgit v1.2.3-54-g00ecf