Push Changes - Dec 09 2008
From Facebook Developer Wiki
r134222 | jleszcze | 2008-12-03 12:58:43 -0800 (Wed, 03 Dec 2008) | 20 lines
- Fix for proxied email to properly handle messages that contain a sole text/html section.
r134246 | mvernal | 2008-12-03 14:18:00 -0800 (Wed, 03 Dec 2008) | 23 lines
- This changes behavior of 'profile_url' field slightly in the FQL user table. It used to always return the user's profile URL, even if the viewer was unable to see it. In that case, the URL would sometimes (confusingly) redirect to the Facebook home page. Now, the URL will return the best URL that the user can see (either the full profile, the public search profile, or no url if the user is private). If you're using this to hyperlink a name, you should only emit the hyperlink if this is not empty.
r134399 | vishu | 2008-12-03 22:15:38 -0800 (Wed, 03 Dec 2008) | 16 lines
- friends.get now throws API_EC_PERMISSION_DENIED in case used without session to get friends for a user who has not authorized the application.
r134549 | jtung | 2008-12-04 16:10:30 -0800 (Thu, 04 Dec 2008) | 37 lines
- Fix redirect to 'next' URL behavior for authorize.php in Internet Explorer. Also pass back an auth_token to the 'next' URL after authorize.php when granting offline access, so it can be used to get the new infinite session key.
r134716 | jleszcze | 2008-12-05 13:51:23 -0800 (Fri, 05 Dec 2008) | 16 lines
- Allows <map> and <area> HTML tags in platform emails through the notifications.sendEmail API call.
r134891 | mchoi | 2008-12-07 15:14:47 -0800 (Sun, 07 Dec 2008) | 23 lines
- Tweaks our application naming behavior so that developers are allowed to have application names such as My Coolwall. At the same time, continues to prevent new applications from having the same name as official Facebook applications or the singular/plural form of them. Continued exception will be any names that contain variations on the word "Face." Those will still not be allowed anywhere in application names.
r134910 | ari | 2008-12-07 18:18:33 -0800 (Sun, 07 Dec 2008) | 20 lines
r134941 | jcain | 2008-12-08 08:57:16 -0800 (Mon, 08 Dec 2008) | 39 lines
- Fixes a caching problems with images in platform stories.
- bug 3740
r135071 | jcain | 2008-12-08 16:40:25 -0800 (Mon, 08 Dec 2008) | 34 lines
- Feed tracking JavaScript is no longer added to anchor tags rendered within fb:editor-textarea.
r135073 | rhe | 2008-12-08 16:51:07 -0800 (Mon, 08 Dec 2008) | 27 lines
- Applications will have to explicitly set fb:iframes to send fb_sig_ss to URLs not under their callback URL so they don't unintentionally expose user data/allow third party sites to act as the application.
r135138 | eric | 2008-12-08 19:38:05 -0800 (Mon, 08 Dec 2008) | 25 lines
- fixing minor bug relating to removing your own app from the product directory
r135194 | jtung | 2008-12-09 11:41:53 -0800 (Tue, 09 Dec 2008) | 24 lines
- Make sure Add to Info section button only shows up when the info box data set for the user is valid (non empty title, non empty and correctly formatted field objects). Validation of params for profile.setInfo call also enforces that $info_fields is nonempty.
