Push Changes - Apr 07 2009
From Facebook Developer Wiki
r155051 | brent | 2009-03-31 15:31:01 -0700 (Tue, 31 Mar 2009) | 27 lines
- adding 'app_id' as a field retrievable by admin.setAppProperties (though not editable by admin.getAppProperties)
r155238 | jleszcze | 2009-04-01 12:41:15 -0700 (Wed, 01 Apr 2009) | 38 lines
- Introduces a new URL field to the Connect tab in the Developers settings page, called the Connect Reclamation URL. This URL, if provided for an application using Facebook Connect functionality, will be provided to that applications users in a final email, if they choose to deactivate their Facebook account. The URL will be passed 2 GET parameters- uid and sig, representing the UID of the person deactivating, and a signature to verify the request, which can be used with the new function introduced in the official PHP client library. Please see Reclaiming Accounts for further details.
r155285 | arudolph | 2009-04-01 14:35:21 -0700 (Wed, 01 Apr 2009) | 51 lines
r155799 | mvernal | 2009-04-01 17:17:14 -0700 (Wed, 01 Apr 2009) | 22 lines
- bug 3949: Birthday translated in FQL
- Add birthday_date FQL field to the user (FQL) table, which provides a machine-readable string representing the user's birthday.
r156070 | arudolph | 2009-04-02 17:27:23 -0700 (Thu, 02 Apr 2009) | 51 lines
r156405 | arudolph | 2009-04-05 15:18:16 -0700 (Sun, 05 Apr 2009) | 22 lines
r156666 | jtung | 2009-04-06 18:39:40 -0700 (Mon, 06 Apr 2009) | 19 lines
r156689 | arudolph | 2009-04-06 20:39:15 -0700 (Mon, 06 Apr 2009) | 26 lines
r156742 | mvernal | 2009-04-07 10:03:25 -0700 (Tue, 07 Apr 2009) | 17 lines
r156819 | jleszcze | 2009-04-07 13:31:13 -0700 (Tue, 07 Apr 2009) | 17 lines
- Preload FQL will now obey the same locale logic as the API, and only return US English.
- bug 4906: Preload FQL changes format when browsing in a different language
r156968 | jleszcze | 2009-04-07 18:12:26 -0700 (Tue, 07 Apr 2009) | 17 lines
- Fixes the inability for developers to ban users from adding translations on their applications.
- bug 4808: Translation user bans don't work & other vandalism
