Push Changes - Nov 25 2008
From Facebook Developer Wiki
r132535 | rhe | 2008-11-18 19:19:37 -0800 (Tue, 18 Nov 2008) | 18 lines
- coming soon: fb:iframe will only send fb_sig to URIs that match the application's callback URL; this code for now doesn't actually do anything.
r132789 | jcain | 2008-11-19 20:01:58 -0800 (Wed, 19 Nov 2008) | 19 lines
- Fixes a bug where the implementation of feed.publishUserAction was slightly off spec. If the API call omits the story size, then it should be assumed to mean one line story. The Facebook PHP5 client was doing this, but other API client libraries might not be. This makes everything consistent.
- bug 3426
r133033 | srinivas | 2008-11-21 12:59:15 -0800 (Fri, 21 Nov 2008) | 18 lines
- Added photo modified time to photos.get
r133186 | jleszcze | 2008-11-23 19:43:23 -0800 (Sun, 23 Nov 2008) | 19 lines
- Fixes the case when an fb:name XFBML tag returns "null null" due to improperly handled privacy restrictions.
- bug 3449
r133252 | mvernal | 2008-11-24 12:31:36 -0800 (Mon, 24 Nov 2008) | 33 lines
- This adds the privacy field to FQL group table and groups.get.
r133518 | jleszcze | 2008-11-25 17:40:46 -0800 (Tue, 25 Nov 2008) | 24 lines
- Emails sent through notifications.sendEmail or proxied_email addresses will now come from the facebookappmail.com domain instead of the facebookmail.com domain. This should have no impact on email services or availability.
