Push Changes - Mar 17 2009
From Facebook Developer Wiki
r150088 | marcel | 2009-03-10 10:54:37 -0700 (Tue, 10 Mar 2009) | 15 lines
- FBJS: `keyCode` works correctly in events on Firefox
- bug 959: Keypress Event.keyCode is zero for Firefox 2.0.0.10
r150102 | jleszcze | 2009-03-10 11:29:21 -0700 (Tue, 10 Mar 2009) | 22 lines
- Introduces a function to the PHP client library that will log the user out of Facebook and any temporary sessions, then redirect the user to the provided URL. This is meant to mimic the behavior of the JS_API_M_FB.Connect.LogoutAndRedirect function provided in the JS client library for Facebook Connect.
- bug 3672: expire_session has no effect
r150264 | arudolph | 2009-03-10 15:10:35 -0700 (Tue, 10 Mar 2009) | 61 lines
- feed.publishUserAction: new optional parameter "user_message" for short stories published via this mechanism; text should be text input by the user describing the action or act of sharing the story. showFeedDialog in the various JavaScript libraries (JS_API_M_FB.Connect.showFeedDialog and Facebook.showFeedDialog) now take two additional, optional parameters: user_message_prompt, and user_message: - user_message_prompt is a string that is displayed above the space for the user message in a feedform for a short story - user message is an object with a string property 'value'; at feedform creation, the value is used as the default user message for the feedform. After the dialog is dismissed, the value is set to the user-edited/entered text.
r150275 | yariv | 2009-03-10 15:33:59 -0700 (Tue, 10 Mar 2009) | 31 lines
r150437 | rhe | 2009-03-10 23:01:15 -0700 (Tue, 10 Mar 2009) | 32 lines
- fixes fb:board ajax deletion
r150450 | rhe | 2009-03-11 00:12:33 -0700 (Wed, 11 Mar 2009) | 29 lines
- Allows Comments Box users to get a notification every time someone comments in a comments box.
r150515 | rcheng | 2009-03-11 10:36:20 -0700 (Wed, 11 Mar 2009) | 25 lines
- FB.Connect.logout will execute the app callback if the session has already been terminated, but was active at time of page load.
- bug 4423: FB.Connect.logout() fails to call callback function
r150604 | jcain | 2009-03-11 11:59:12 -0700 (Wed, 11 Mar 2009) | 55 lines
r150707 | jcain | 2009-03-11 15:16:20 -0700 (Wed, 11 Mar 2009) | 38 lines
r150711 | rcheng | 2009-03-11 15:21:12 -0700 (Wed, 11 Mar 2009) | 22 lines
r150911 | rcheng | 2009-03-11 20:01:55 -0700 (Wed, 11 Mar 2009) | 22 lines
- For auth.revokeAuthorization and auth.revokeExtendedPermission, if the user selected has not authorized the app, true will now be returned instead of false.
r150974 | wzhu | 2009-03-12 00:35:31 -0700 (Thu, 12 Mar 2009) | 33 lines
- Newer browsers (FF3, Safari 3, Chrome, IE 8) support native cross domain communication function postMessage. This code detects this feature and utilizes that to speed up performance of Connect features (including iframe resize) on new browsers.
r151148 | brent | 2009-03-12 20:14:44 -0700 (Thu, 12 Mar 2009) | 27 lines
r151180 | brent | 2009-03-12 23:11:30 -0700 (Thu, 12 Mar 2009) | 27 lines
r151292 | ookelola | 2009-03-13 14:42:07 -0700 (Fri, 13 Mar 2009) | 20 lines
- fixing pages.isAppAdded, pinging uninstall url when a user removes a profile box
- bug 4552: Post Remove Pings Not Happening...Again!!!
