Push Changes - Jan 22 2008

From Facebook Developer Wiki

Jump to: navigation, search

r78085 | jleszcze | 2008-01-16 17:13:23 -0800 (Wed, 16 Jan 2008) | 39 lines

  • fixing notifications.sendEmail case where users don't receive an email they were supposed to
  • bug 700

r78167 | ari | 2008-01-16 22:36:41 -0800 (Wed, 16 Jan 2008) | 37 lines

  • the long term plan is to get rid of the actor_id parameter to feed.publishTemplatizedAction. for the case where the actor_id was a page_id, this introduces a separate "page_actor_id" parameter to do the work. If you use page_actor_id, you don't need a session key; if you don't use that, then the session key owner will have to be the actor. In the short term, though, to allow apps to migrate over, we're still supporting the actor_id parameter. in theory this shouldn't break any applications. starting in 2 weeks, we'll start checking if actor_id != session key owner, and if so return a "warning" (succeed the call but return false or throw an exception or something like that). starting in 4 weeks, we'll start ignoring the actor_id parameter entirely.

r78169 | ari | 2008-01-16 22:40:15 -0800 (Wed, 16 Jan 2008) | 24 lines

  • update the php client library to match the new parameters for feed.publishTemplatizedAction (actor_id gets replaced with page_actor_id). this also adds support to the client lib for data.getCookies and data.setCookie.

r78544 | ari | 2008-01-18 10:37:58 -0800 (Fri, 18 Jan 2008) | 17 lines

  • client library: output js that will work with fbjs in addition to normal js in debugging code.
  • bug 1163

r78980 | eric | 2008-01-22 14:03:35 -0800 (Tue, 22 Jan 2008) | 25 lines

  • tweaks to fbjs ajax proxy such that we'll count hits toward daily active user counts
reference