From: Zach Date: Sun, 11 Jan 2009 03:00:12 +0000 (+0000) Subject: trac750 Facebook app's invite tab now works X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d96de79888d59d88ff96d7aacb75a3be353e67a3;p=quix0rs-gnu-social.git trac750 Facebook app's invite tab now works --- diff --git a/actions/facebookinvite.php b/actions/facebookinvite.php index 00efa654b1..0b966cf261 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();