' .' Lost or forgotten password?' .'
' .'.
*/
if (!defined('LACONICA')) { exit(1); }
require_once(INSTALLDIR.'/extlib/facebook/facebook.php');
class FacebookAction extends Action {
function handle($args) {
parent::handle($args);
}
function get_facebook() {
$apikey = common_config('facebook', 'apikey');
$secret = common_config('facebook', 'secret');
return new Facebook($apikey, $secret);
}
# Display methods
function show_header($selected ='Home') {
$header = '';
# $header .='';
$header .= '
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 .= '