Push Changes - Sep 01 2009
From Facebook Developer Wiki
r182904 | rhe | 2009-08-24 16:30:53 -0700 (Mon, 24 Aug 2009) | 18 lines
r183015 | lshepard | 2009-08-25 10:44:22 -0700 (Tue, 25 Aug 2009) | 20 lines
- Add photo size information to the FQL photo table. This enables developers to query for exact width and height of a photo to include in the <img> tags. New fields are: src_width, src_height, src_big_width, src_big_height, src_small_width, src_small_height.
r183050 | yariv | 2009-08-25 11:45:55 -0700 (Tue, 25 Aug 2009) | 33 lines
r183260 | nbiswas | 2009-08-25 18:03:48 -0700 (Tue, 25 Aug 2009) | 21 lines
- in an effort to promote greater transparency between facebook and you, if your application has been enforced upon by the facebook developer operations team, or if you have placed your application into sandbox mode, you will see that status reflected on the developer application's main page: http://www.facebook.com/developers/apps.php
r183318 | jtung | 2009-08-25 20:56:26 -0700 (Tue, 25 Aug 2009) | 19 lines
r183321 | jtung | 2009-08-25 21:21:21 -0700 (Tue, 25 Aug 2009) | 20 lines
r183726 | jleszcze | 2009-08-27 15:02:19 -0700 (Thu, 27 Aug 2009) | 20 lines
r183965 | arudolph | 2009-08-28 13:43:55 -0700 (Fri, 28 Aug 2009) | 36 lines
- user_message for FB.Connect.showFeedDialog can now be a string; the value the user entered is passed as the third value passed to the callback for both Connect and non-Connect feedforms, in the form {user_message: entered_message} (the old, {value: user_message} method still works). User_message properly ferried back to Connect feedform dialogs.
- bug 4763: FB.Connect.showFeedDialog does not update user_message
