Talk:Fb:wallpost
From Facebook Developer Wiki
[edit] Date & Time Problem!
I'm a UK user, when my app places an epoch timestamp in the 't' attribute, the date displayed is 7 hours early. I've checked my timestamp by not only putting my timestamp in that variable, but also into php's date function - like this:
<fb:wall>
<fb:wallpost uid="12345678" t="<?php echo $timestamp?>">
My Wallpost - <?php echo date("r",$timestamp); ?>
</fb:wallpost>
</fb:wall>
The two times differ! I believe the Facebook servers are parsing these timestamps incorrectly. Any ideas?
- How about $uktimestamp = $timestamp + 25200; .... so that you add 7 hours worth of seconds? --592321397 16:58, 20 March 2008 (PDT)
[edit] Incorrect display of local time
I use the fb_sig_time passed to my call back url and store it in the database along with the wall posts .. when displayed, the time is shown in UTC and not the local time of the user. How can this be fixed ? Or at least how can we get the local time using FBJS
[edit] change?
is there a way to change the word wrote, so maybe it could says found, for posted....
