Push Changes - Oct 20 2009
From Facebook Developer Wiki
r192984 | wzhu | 2009-10-12 18:02:22 -0700 (Mon, 12 Oct 2009) | 65 lines
- In FBML, the uid attribute in fb:name and fb:profile-pic tags can be either a user ID or a Page ID. However, XFBML doesn't work with Page ID. This change fixes that problem.
- bug 7048: fb:name ignores ifcantsee on connect
r193160 | ahimel | 2009-10-13 12:32:12 -0700 (Tue, 13 Oct 2009) | 30 lines
- This modifies fb:login-button in XFBML:
- Deprecated but still supported is the length attribute. "short" (default) and "long" still resolve to "Connect" and "Connect with Facebook" but this is ignored if child text is supplied (see bullet #2) and the UI is slightly different as we're now rendering text as opposed to images.
- Instead of length, we now support any text on that button to offer the developer the opportunity to more tailor the verbiage to the context of his site. The text rendered is whatever is the child (e.g. <fb:login-button...>This will be rendered</fb:login-button>. This gives the dev the opportunity to embed fb:intl.
- More sizes. In addition to small, medium, large we now offer "icon" (icon only) and "xlarge" (big pun size).
r193390 | brent | 2009-10-13 21:37:04 -0700 (Tue, 13 Oct 2009) | 28 lines
- allows status.* to be called from restricted sessions -- using the session secret, and not the application secret -- (e.g., Connect)
r193428 | wzhu | 2009-10-14 10:48:18 -0700 (Wed, 14 Oct 2009) | 26 lines
- We failed to check for null value when fb:name tag can't resolve name (user hides it) and the tag has attribute .capitalize=.true... In addition to fixing this issue, I am also adding try/catch to critical function in Element class so that errors in rendering one XFBML tag won't stop rendering of all remaining tags.
r193700 | lshepard | 2009-10-14 17:30:14 -0700 (Wed, 14 Oct 2009) | 20 lines
r193981 | lshepard | 2009-10-16 01:11:33 -0700 (Fri, 16 Oct 2009) | 28 lines
r194064 | jtung | 2009-10-16 14:11:55 -0700 (Fri, 16 Oct 2009) | 17 lines
r194066 | brent | 2009-10-16 14:19:35 -0700 (Fri, 16 Oct 2009) | 38 lines
- canvas_name is now writable via admin.setAppProperties
r194122 | wzhu | 2009-10-16 15:34:26 -0700 (Fri, 16 Oct 2009) | 38 lines
- This fix a bug that was introduced on 10/13 that incorrect identified users with 64 bit user ID as a Page ID and could cause fb:name and fb:profile-pic XFBML tags to fail to display.
- bug 7156: Profile pics for newer users not showing
r194343 | ahimel | 2009-10-19 14:01:02 -0700 (Mon, 19 Oct 2009) | 22 lines
- Syntax for new login button has changed from 'intl="true"' to 'v="2"'.
