Push Changes - Nov 5 2008
From Facebook Developer Wiki
r128822 | lshepard | 2008-10-28 14:57:19 -0700 (Tue, 28 Oct 2008) | 17 lines
- Added users.setStatus to the PHP client library. Note that it is still only available if you get the
status_updateextended permission.
r128910 | rhe | 2008-10-28 18:00:55 -0700 (Tue, 28 Oct 2008) | 20 lines
- fb:time now supports internationalization and behaves as times across the rest of Facebook. Note that in the
en_USlocal, this means that dates will now have (time) and (date) switched from the old implementation. October 6, 2007 1:27am is now 1:27am October 6th, 2007, which is more consistent with standard Facebook dates.
r128976 | eric | 2008-10-28 23:11:27 -0700 (Tue, 28 Oct 2008) | 22 lines
- tweaking the way we render the description on the app about page. there should be no user-facing changes
r129103 | jcain | 2008-10-29 15:38:57 -0700 (Wed, 29 Oct 2008) | 19 lines
- Fixes a bug that was introduced as part of the first fix. In the past, we've not thrown any exceptions when the template data passed to feed.publishUserAction mapped
'images'to the empty array, but now it does. We should be able to handle an array of length 0, so now we do again. - bug 3508
r129450 | jleszcze | 2008-10-31 14:41:21 -0700 (Fri, 31 Oct 2008) | 13 lines
- Minor fix to Platform email subject encoding. Also temporarily removes support for FBML in the subject.
r129467 | yariv | 2008-10-31 15:27:43 -0700 (Fri, 31 Oct 2008) | 31 lines
- Previously, when calling the user preference API functions, you needed a valid user session. The user whose preferences you were accessing was derived from the session key. Now, you can call the preference functions without a user session by passing the optional
$uidparameter. This lets you access user preferences for users even when they are not using your app. (If you don't pass a$uidparameter, the session key will be used to get the target user.) The affected functions are data.setUserPreference, data.setUserPreferences, data.getUserPreference and data.getUserPreferences.
r129530 | rhe | 2008-10-31 16:52:13 -0700 (Fri, 31 Oct 2008) | 20 lines
- Make users.isAppUser API call actually allow
$uidto be specified when the current session owner is a known app user. Additionally, deprecate users.isAppAdded. - bug 3313
r129553 | srinivas | 2008-10-31 18:02:03 -0700 (Fri, 31 Oct 2008) | 17 lines
- Implementing certain FBML tags (e.g., fb:flv) that require execution of some JavaScript code in addition to the rendered HTML. In the FBML test console, we now show this additional JavaScript code along with the HTML in the HTML Source area.
r129775 | eric | 2008-11-03 17:52:13 -0800 (Mon, 03 Nov 2008) | 25 lines
- fixing the liveMessage.send API method
- bug 3523
r129830 | eric | 2008-11-04 02:00:39 -0800 (Tue, 04 Nov 2008) | 18 lines
- updating application Insights pages (http://www.facebook.com/developers/editapp.php#/business/insights/app.php?id=<appID>) so data for Monday onwards is included.
r129894 | rhe | 2008-11-04 13:51:51 -0800 (Tue, 04 Nov 2008) | 28 lines
- Actions taken on fb:comments will no longer require pageloads.
r129924 | nbiswas | 2008-11-04 15:01:00 -0800 (Tue, 04 Nov 2008) | 28 lines
- Users will now be able to contact you directly with questions about your application from a Contact link on the footer of all application canvas pages. Please make sure to update the support email address listed for your applications.
