Push Changes - Mar 03 2009
From Facebook Developer Wiki
r146903 | jcain | 2009-02-24 14:40:17 -0800 (Tue, 24 Feb 2009) | 31 lines
r147117 | lshepard | 2009-02-25 11:59:26 -0800 (Wed, 25 Feb 2009) | 89 lines
- Introduces a new fb_sig param for post_authorize_url. If a Facebook Connect app has previously registered the email address with an account_id, then when that user authorizes the app, any applicable account_ids will be passed to the app using the "linked_account_ids" param. The same thing also applies for post_remove_url. See Post-Remove_URL and Post-Authorize_URL for more details.
- bug 4193: Post-Remove fb_sig value seems to be incorrect
r147180 | jtung | 2009-02-25 14:34:22 -0800 (Wed, 25 Feb 2009) | 16 lines
r147295 | jtung | 2009-02-25 18:37:26 -0800 (Wed, 25 Feb 2009) | 15 lines
r147320 | jtung | 2009-02-25 21:07:59 -0800 (Wed, 25 Feb 2009) | 25 lines
r147342 | jcain | 2009-02-26 00:19:03 -0800 (Thu, 26 Feb 2009) | 36 lines
- fb:swf within fb:dialog was broken in IE6 and IE7. When fb:swf appears inside fb:dialog, we now generate a div around the <img> instead of an <a>.
- [http://bugs.developers.facebook.com/show_bug.cgi?id=4410 bug 4410: fb:swf embedding in fb:dialog doesn't work in ie6 or ie7
r147367 | lshepard | 2009-02-26 09:54:00 -0800 (Thu, 26 Feb 2009) | 55 lines
- When a Facebook Connect developer prompts for extended permissions using the fb:prompt-permission tag, the session key will change from normal to infinite. But there has previously been no way to refresh the page. This automatically refreshes the session, and also adds a public static method that any developer can use at any time to refresh the session. (FB.Connect.forceSessionRefresh)
- bug 4204: No way to get infinite session key after offline_access is granted without a page reload.
r147731 | rhe | 2009-02-27 13:12:35 -0800 (Fri, 27 Feb 2009) | 23 lines
- developers can now stop fb:comments from sending notifications to other commenters by specifying the 'quiet' attribute.
- bug 4495: Users are reporting that they're getting notification spam from fb:comment boxes
