Push Changes - Nov 11 2008

From Facebook Developer Wiki

Jump to: navigation, search

r130020 | eric | 2008-11-04 17:31:09 -0800 (Tue, 04 Nov 2008) | 35 lines

  • made some updates to some methods in the PHP client library

r130182 | mvernal | 2008-11-05 15:17:26 -0800 (Wed, 05 Nov 2008) | 23 lines

  • Updated behavior of fb:profile-pic to show the silhouette instead of the question mark when a user's privacy settings prevent the profile pic from being shown.
  • bug 1285

r130242 | jcain | 2008-11-05 17:33:17 -0800 (Wed, 05 Nov 2008) | 32 lines

  • Fixes a problem resulting from the double JSON-encoding of the images field within the template data passed to feed.publishUserAction. In particular, those using Facebook's PHP API client need not JSON-encode any parts of the template data, as that is performed by our client. Some developers are JSON-encoding the images array and then allowing our client to JSON-encode the template_data record containing it, resulting in a doubly-JSON-encoded images array. This fix includes code to check for the double JSON-encoding and throw an exception informing them of a problem.

r130443 | vishu | 2008-11-06 12:15:25 -0800 (Thu, 06 Nov 2008) | 19 lines

r130551 | jleszcze | 2008-11-06 17:51:10 -0800 (Thu, 06 Nov 2008) | 18 lines

r130684 | jcain | 2008-11-07 15:44:24 -0800 (Fri, 07 Nov 2008) | 36 lines

  • Fixes a bug where the CSS of the main profile box FBML of an app was also being applied to the short version of their apps stories.

r130769 | mvernal | 2008-11-07 18:06:36 -0800 (Fri, 07 Nov 2008) | 28 lines

  • fb:name now matches the privacy behavior of FQL queries on the user table. If there is no session / the user is logged-out, whether or not we show the user's name now depends on whether they have configured a public search listing in their privacy settings.

r130779 | rhe | 2008-11-07 19:03:11 -0800 (Fri, 07 Nov 2008) | 18 lines

r130825 | jleszcze | 2008-11-09 02:37:21 -0800 (Sun, 09 Nov 2008) | 24 lines

  • Adds an optional user parameter to auth.revokeAuthorization, which designates the user to de-authorize in the event it is being called without a session. If no user is provided to this function, it is assumed there is a current session and deauthorizes the associated user.

r130883 | jcain | 2008-11-10 11:59:50 -0800 (Mon, 10 Nov 2008) | 18 lines

  • Fixes the problem when action link tokens, when subbed with FBML tags that render to HTML including <a> tags, were breaking because the <a> and </a> didn't match up properly.

r130947 | ookelola | 2008-11-10 15:30:31 -0800 (Mon, 10 Nov 2008) | 22 lines

rxxxxxx

reference