' .' Lost or forgotten password?' .'
' .'.
*/
if (!defined('LACONICA')) { exit(1); }
require_once(INSTALLDIR.'/lib/facebookutil.php');
class FacebookAction extends Action
{
function handle($args)
{
parent::handle($args);
}
function update_profile_box($facebook, $fbuid, $user)
{
$notice = $user->getCurrentNotice();
# Need to include inline CSS for styling the Profile box
$style = '';
$html = Facebookaction::Aender_notice($notice);
$fbml = "
Login with your username and password. Don\'t have a username yet?' .' Register a new account.' .'
' .'' .' Lost or forgotten password?' .'
' .'' . $notice->rendered . '
' .'' .'' . common_date_string($notice->created) . ''; if ($notice->source) { $html .= _(' from '); $html .= $this->source_link($notice->source); } if ($notice->reply_to) { $replyurl = common_local_url('shownotice', array('notice' => $notice->reply_to)); $html .= ' (' . _('in reply to...') . ')'; } $html .= '