Push Changes - June 23 2009
From Facebook Developer Wiki
r168777 | arudolph | 2009-06-15 11:52:56 -0700 (Mon, 15 Jun 2009) | 24 lines
r169433 | jleszcze | 2009-06-17 16:25:15 -0700 (Wed, 17 Jun 2009) | 23 lines
- Fixes an issue where a "translations" FBML variable was missing, creating an error dialog.
- bug 4883: fb:intl error -- Required fbml_env var missing: ""translations
r169444 | yariv | 2009-06-17 16:49:23 -0700 (Wed, 17 Jun 2009) | 34 lines
- Prevent banned users from accessing board.php using the 'backdoor' method.
- bug 538: No means of banning a user from adding the app or posting on the discussions/reviews board. Need stickies too.
r169749 | bhiller | 2009-06-18 16:46:26 -0700 (Thu, 18 Jun 2009) | 18 lines
- * Added new column to album FQL table: 'edit_link' which is the url to edit an album.
r169760 | alexu | 2009-06-18 17:37:02 -0700 (Thu, 18 Jun 2009) | 36 lines
- Adds a new api call to get mutual friends between two users. friends.getMutualFriends(target_uid, source_uid) Adds a new FQL table to allow apps to get friend information when they are querying on the app's behalf and not for a specific user. This new table allows access to friend information if the user has authorized the app or visited the canvas page recently. The table is called standard_friend_info. It should only be used when you don't have an active session and want friend data about users of your app.
r169894 | yariv | 2009-06-19 14:33:27 -0700 (Fri, 19 Jun 2009) | 31 lines
r169938 | smoidu | 2009-06-19 15:48:22 -0700 (Fri, 19 Jun 2009) | 14 lines
- Revert notifications.get return type for event and group notifications to corresponding list of eid's and gid's.
r170159 | jleszcze | 2009-06-22 14:58:44 -0700 (Mon, 22 Jun 2009) | 19 lines
- Fixes the "Add Glossary String" for application translations.
- bug 5657: Can't add
r170234 | jleszcze | 2009-06-22 16:10:13 -0700 (Mon, 22 Jun 2009) | 19 lines
- Fixes a bug with the Preferences menu for developers while using the Translations app.
