Push Changes - Dec 4 2007

From Facebook Developer Wiki

Jump to: navigation, search

r71652 | ookelola | 2007-11-27 20:14:43 -0800 (Tue, 27 Nov 2007) | 23 lines

r71773 | ari | 2007-11-28 09:27:58 -0800 (Wed, 28 Nov 2007) | 23 lines

  • fix notifications.sendEmail so that the email will get sent if you only pass in one of the "text" or "fbml" parameters (and not both). also improve the error reporting a bit.

r71814 | eric | 2007-11-28 14:49:05 -0800 (Wed, 28 Nov 2007) | 26 lines

  • small fix for paging through the results of searching within the app directory

r71858 | ari | 2007-11-28 18:39:38 -0800 (Wed, 28 Nov 2007) | 35 lines

  • fix condensed multi-friend selector, rewrite a bit of the mfs/cmfs code to hopefully be a bit more robust against this type of bug in the future.
  • bug 915

r72042 | ookelola | 2007-11-29 18:42:57 -0800 (Thu, 29 Nov 2007) | 32 lines

  • Calling events.get with the uid parameter as the id of a Facebook page now returns events created by that page. For events created by a page, the eid returns the id of the page. Right now, a page cannot attend an event so filtering by status when the uid is a page returns nothing. Also, a Page cannot be returned in any of the lists returned by events.getMembers
  • bug 676

r72045 | ookelola | 2007-11-29 19:04:40 -0800 (Thu, 29 Nov 2007) | 15 lines

  • Making fb:profile-pic work with Facebook Pages

r72105 | ccheever | 2007-11-30 03:53:55 -0800 (Fri, 30 Nov 2007) | 27 lines

  • if fbjs proxy fails, change some logging on our side. shouldn't have any noticeable impact for developers

r72105 | ccheever | 2007-11-30 03:53:55 -0800 (Fri, 30 Nov 2007) | 27 lines

  • Catching some exceptions thrown when FBJS mock ajax fails in weird cases

r72106 | ccheever | 2007-11-30 04:03:42 -0800 (Fri, 30 Nov 2007) | 17 lines

  • For canvas pages, adding a parameter fb_sig_request_method that is HTTP method of the request made by the user's browser for the canvas page (GET or POST). The request made by Facebook to the app's server is still always a POST (since we're often sending a lot of data in the payload), and so this is useful since it lets the app know whether the user sent a GET or POST request to the page

r72113 | ari | 2007-11-30 09:27:22 -0800 (Fri, 30 Nov 2007) | 23 lines

  • some small changes to fql's user table's current_location field implementation that should have no noticable impact

r72201 | ookelola | 2007-11-30 17:28:58 -0800 (Fri, 30 Nov 2007) | 18 lines

  • Make links generated for Facebook Pages absolute

r72291 | ari | 2007-12-01 16:46:42 -0800 (Sat, 01 Dec 2007) | 21 lines

  • properly url encode next parameter value when going through special registration links. i'm not sure, (seems somewhat unlikely) but this might fix bug #712. also, a previous commit (r72125) made it so that add.php redirects to the "special registration link" (the pages where you can register for facebook with the application pre-added) when you hit it when logged out, but forgot to leave a platform impact field. this makes it so that the next= parameter is carried through in that case.
  • bug 712

r72303 | ari | 2007-12-02 09:18:37 -0800 (Sun, 02 Dec 2007) | 15 lines

  • fix marketplace listing bug in php4 library
  • bug 853

r72380 | eric | 2007-12-03 14:49:51 -0800 (Mon, 03 Dec 2007) | 23 lines

  • minor tweak on app stats page

r72458 | eric | 2007-12-03 20:22:57 -0800 (Mon, 03 Dec 2007) | 19 lines

  • re-enabling log out links for authorized applications

r72522 | eric | 2007-12-04 03:59:05 -0800 (Tue, 04 Dec 2007) | 20 lines

r72559 | ookelola | 2007-12-04 11:58:52 -0800 (Tue, 04 Dec 2007) | 20 lines

  • Adding ability to remove installed applications from a Page's control panel...
reference