Push Changes - Oct 28 2008
From Facebook Developer Wiki
r127549 | jcain | 2008-10-20 19:17:46 -0700 (Mon, 20 Oct 2008) | 17 lines
- Adds better error checking to feed.publishUserAction API method around the inclusion of 'images' within the template data. We now throw an exception if they fail to include an 'href' field alongside the 'src' field. In the past, we just ignored the photos without telling the developer, and just published the story without the images.
- bug 3508
r127575 | eric | 2008-10-21 00:25:02 -0700 (Tue, 21 Oct 2008) | 18 lines
- changing some backend infrastructure around how the product directory is updated. There should be no user-facing changes.
r127627 | jleszcze | 2008-10-21 12:19:46 -0700 (Tue, 21 Oct 2008) | 21 lines
- Enables error handling using the Errors-To: header for the proxied email addresses. See the wiki page for further details.
r128040 | mchoi | 2008-10-22 17:21:01 -0700 (Wed, 22 Oct 2008) | 23 lines
- Adding a contact link to the bottom of Application About Pages. This has been a requested feature by developers for a while. This will allow users to contact developers by a form, the email will go to the listed developer email.
r128269 | lshepard | 2008-10-23 22:47:30 -0700 (Thu, 23 Oct 2008) | 23 lines
- Added FB.init and FB.ensureInit functions to make less boilerplate needed.
r128336 | brent | 2008-10-24 14:26:58 -0700 (Fri, 24 Oct 2008) | 17 lines
- adding
onloginattribute to fb:login-button. The handler specified by this attribute will be triggered once the user authenticates the Connect app via the popup.
r128521 | jleszcze | 2008-10-27 11:50:33 -0700 (Mon, 27 Oct 2008) | 24 lines
- Email subjects of notification emails sent through either notifications.sendEmail or a proxied email address may now contain FBML related to user names (fb:name), as well as FBML related to internationalization. Please see the related wiki pages for further details.
r128570 | jcain | 2008-10-27 14:28:33 -0700 (Mon, 27 Oct 2008) | 16 lines
- Fixes a bug that left the {*actor*} token unsubstituted in action links within News Feed. Within action links, an action link's {*actor*} token is now replaced with the first name of the actor in the story.
