Push Changes - Mar 17 2009

From Facebook Developer Wiki

Jump to: navigation, search

r150088 | marcel | 2009-03-10 10:54:37 -0700 (Tue, 10 Mar 2009) | 15 lines

r150102 | jleszcze | 2009-03-10 11:29:21 -0700 (Tue, 10 Mar 2009) | 22 lines

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

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

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

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

reference