Archive for the 'Facebook' Category

How to use session with Facebook apps

September 10th, 2007 | Category: Programming, Facebook

if (isset($_POST[”fb_sig_session_key”]))
{

$_fb_sig_session_key = str_replace(”-”,”0″,$_POST[”fb_sig_session_key”]);
session_id($_fb_sig_session_key);

}
session_start();

No comments

Facebook Developer Garage in Palo Alto

August 26th, 2007 | Category: Facebook

n650617852_242009_9535.jpgn650617852_242011_50031.jpg 

n650617852_242012_2747.jpg

Facebook initial & famous application developers all came - box.net, rockyou.com, ilike, Course, Causes, Booze Mail, etc

No comments

Facebook l10n & i18n Issues

August 25th, 2007 | Category: Localization, Facebook

International Un-friendly FBML

Not Internationalized yet

Use Instead

Comment

<fb:name uid=”%s” possessive=”true”/> <fb:name uid=”%s” possessive=”false”/> Vincent’s (possessive) can not be used for some international languages.
<fb:name uid=”%s” useyou=”true”/> <fb:name uid=”%s” useyou=”false”/> You or you can not be used for non-English languages.
<fb:pronoun… No workaround  
<fb:time t=”‘ . $post[’time’] .
‘”/>
Use Date or Pear I18n library  
<fb:friend-selector idname=”to”/>’ No workaround ‘Start typing a friend’s name’ is always displayed in English.

Bugs

Synopsis

Workaround

Status

- a submit button in my server: < input type=”submit” value=”e” />e : small e, acute accent - HEX: 0xC3A9 in UTF-8, so 0xC3
-> (A) and 0xA9 -> (c).

- in my facebook application:
< input type=”submit” value=”Ac” />

Use Images instead Already reported to Facebook

PEAR:

1. Add locale file toI18nv2/Locale

2. Add locale pear/18Nv2.php for Locale mapping

$locales = array(
‘af’ => ‘af_ZA’,
‘de’ => ‘de_DE’,
‘en’ => ‘en_US’,
‘fr’ => ‘fr_FR’,
‘it’ => ‘it_IT’,
‘es’ => ‘es_ES’,
‘pt’ => ‘pt_PT’,
’sv’ => ’sv_SE’,
‘nb’ => ‘nb_NO’,
‘nn’ => ‘nn_NO’,
‘no’ => ‘no_NO’,
‘fi’ => ‘fi_FI’,
‘is’ => ‘is_IS’,
‘da’ => ‘da_DK’,
‘nl’ => ‘nl_NL’,
‘pl’ => ‘pl_PL’,
’sl’ => ’sl_SI’,
‘hu’ => ‘hu_HU’,
‘ru’ => ‘ru_RU’,
‘cs’ => ‘cs_CZ’,

Other Issues:

Submit button issue:

http://www.facebook.com/topic.php?uid=2205007948&topic=8962

Internationalization in general:

http://www.facebook.com/topic.php?uid=2205007948&topic=11236

mini feed issue:

http://www.facebook.com/topic.php?uid=2205007948&topic=10057

No comments

Facebook Lunch 2.0

August 02nd, 2007 | Category: Facebook

About 200 people came to see what’s going on.

185921884_616896005_0.jpg185921469_616894660_0.jpg185921535_616894884_0.jpg185904763_616839316_0.jpg

No comments

OMG - My Boss Wants to ‘Friend’ Me On My Online Profile By Jared Sandberg

July 10th, 2007 | Category: The Wall Street Journal, Facebook

The last sentence from the column was so funny:

Valerie Jewett, 23, accepted a boss as a friend since he is a nice guy, but his late-30s ungrooviness was evident when he wrote a message to her on the “wall” on her homepage. The message made her roll her eyes.

“What a ko-wink-i-dink to find y’all on here! Yeehaw!!”

No comments

« Previous Page