Push Changes - Nov 18 2008

From Facebook Developer Wiki

Jump to: navigation, search

r131128 | jleszcze | 2008-11-11 12:54:36 -0800 (Tue, 11 Nov 2008) | 19 lines

r131242 | jcain | 2008-11-11 16:25:15 -0800 (Tue, 11 Nov 2008) | 45 lines

  • We now append _fb_fromhash as a parameter to the ends of most action links that lead to a Facebook canvas page.
  • bug 3720

r131345 | mvernal | 2008-11-11 22:14:59 -0800 (Tue, 11 Nov 2008) | 20 lines

  • Fixes a bug with the user FQL table where sometimes values in the 'status' column did not end w/ proper punctuation.

r131419 | jxu | 2008-11-12 12:44:34 -0800 (Wed, 12 Nov 2008) | 18 lines

  • Garage contact form is modified.

r131423 | mvernal | 2008-11-12 13:14:36 -0800 (Wed, 12 Nov 2008) | 21 lines

r131559 | jcain | 2008-11-12 18:32:18 -0800 (Wed, 12 Nov 2008) | 16 lines

  • feed.registerTemplateBundle now checks to see if a template bundle includes any of {*video*}, {*mp3*}, {*flash*}, {*images*}, and/or {*flv*}. Since these tokens have special meaning, we don't want template bundles to make use of them. feed.registerTemplateBundle now throws an exception if any of these are included. {*flv*} is reserved in anticipation of future support for an flv template data param.

r131565 | mvernal | 2008-11-12 18:54:43 -0800 (Wed, 12 Nov 2008) | 49 lines

  • Removed the following methods:
    • feed.publishStoryToUser
    • feed.publishActionOfUser
    • profile.addInfoItems
    • profile.removeInfoItems
  • bug 2270

r131582 | jleszcze | 2008-11-12 21:19:56 -0800 (Wed, 12 Nov 2008) | 23 lines

r131607 | mvernal | 2008-11-13 11:00:22 -0800 (Thu, 13 Nov 2008) | 20 lines

  • Fix bug where <message /> element would not be serialized in a status message if it was not set.

r131624 | jtung | 2008-11-13 12:56:18 -0800 (Thu, 13 Nov 2008) | 18 lines

r131674 | rcheng | 2008-11-13 15:32:29 -0800 (Thu, 13 Nov 2008) | 16 lines

r131799 | rcheng | 2008-11-14 00:42:15 -0800 (Fri, 14 Nov 2008) | 20 lines

  • Error dialogs from Feed forms will be fixed (they will show when there's supposed to be an error).
  • bug 3745

r131866 | jleszcze | 2008-11-14 14:31:35 -0800 (Fri, 14 Nov 2008) | 21 lines

  • Enables simple FBML in email subjects, and also changes the allocation logic by allowing any user that granted email permissions with the new extended permission the ability to receive an unlimited amount of email. Also allows emails to contain a larger set of HTML. See the wiki documentation for further details.

r131943 | ccheever | 2008-11-14 16:48:19 -0800 (Fri, 14 Nov 2008) | 11 lines

  • removing some unused test code from fb:refs code

r131969 | mvernal | 2008-11-14 18:35:28 -0800 (Fri, 14 Nov 2008) | 20 lines

  • The order of arguments to profile.setInfoOptions had accidentally been inverted in the PHP5 API client. The new order ($field, $options) is correct. If you are calling this method using the API client and upgrade, please be sure to swap your call sites.
reference