Push Changes - July 06 2009
From Facebook Developer Wiki
r171981 | jtung | 2009-06-30 21:49:33 -0700 (Tue, 30 Jun 2009) | 22 lines
r172089 | lshepard | 2009-07-01 13:48:08 -0700 (Wed, 01 Jul 2009) | 32 lines
- Connect developers can now force use of a browser popup for authentication if they want. To do so, add "forceBrowserPopupForLogin":true to your FB.init dictionary. For example: FB.init("API_KEY", "xd_receiver.htm", {"forceBrowserPopupForLogin":true});
r172097 | nbiswas | 2009-07-01 14:03:43 -0700 (Wed, 01 Jul 2009) | 17 lines
- multi-friend selector is now case insensitive
r172448 | bhiller | 2009-07-02 16:52:30 -0700 (Thu, 02 Jul 2009) | 19 lines
- Adds indexable field username to following FQL tables: user, page, profile. Additionally, the url fields of those tables now returns the url containing the username. (Ex: http://facebook.com/username instead of http://facebook.com/home.php?id=12389)
r172508 | jleszcze | 2009-07-02 23:39:14 -0700 (Thu, 02 Jul 2009) | 29 lines
- In some cases translation of app strings were being shown to users when the application language was not yet published to them. This fixes that issue.
- bug 5827: Using fb:intl containing a question mark ""?
