Push Changes - Oct 27 2009
From Facebook Developer Wiki
r194662 | brent | 2009-10-20 13:05:15 -0700 (Tue, 20 Oct 2009) | 31 lines
- fixing profile.setInfo's uid param. can now be the page_id of a page the user manages, instead of defaulting back to the user's own uid.
- bug 6477: Profile.setInfo setting info on the wrong profile
r194726 | brent | 2009-10-20 14:37:51 -0700 (Tue, 20 Oct 2009) | 36 lines
- added getRawData() function to PHP client library. the function returns the raw JSON or XML output from the most recent API call.
- bug 5013: No functionality to return raw XML from auth_getSession for iPhone Connect (PHP)
r194873 | brent | 2009-10-21 00:14:57 -0700 (Wed, 21 Oct 2009) | 62 lines
- fixing edge case in PHP client lib for friendless users
- bug 5205: friends_list for friend-less user is array() instead of array()
r196049 | jtung | 2009-10-26 15:43:35 -0700 (Mon, 26 Oct 2009) | 18 lines
r196174 | brent | 2009-10-26 20:46:05 -0700 (Mon, 26 Oct 2009) | 35 lines
- multiple clicks to an XFBML fb:login-button (with the first logins being canceled and the last login being successful) will fire the onlogin handler only once instead of based on the number of clicks. i.e., the onlogin handler is now only called if the button click results in a login.
- bug 5676: fb:login-button calls onlogin handler too many times
r196176 | brent | 2009-10-26 20:48:13 -0700 (Mon, 26 Oct 2009) | 29 lines
- fixing textbox selection issue on Facebook Connect login dialog for iPhone OS 3.0 (was broken only in 3.0 due to a bug in Mobile Safari, which was fixed in 3.1)
- bug 7111: FBLoginDialog behaving oddly
r196177 | brent | 2009-10-26 20:49:31 -0700 (Mon, 26 Oct 2009) | 35 lines
- fixing Facebook Connect login dialog in landscape mode on iPhone OS 3.0.
- bug 5325: iPhone OS3.0, Android OS1.5: Password cannot be entered in landscape mode
r196203 | brent | 2009-10-27 00:11:46 -0700 (Tue, 27 Oct 2009) | 30 lines
- admin.setAppProperties can now set icon_url, logo_url, and connect_logo_url. we added this capability a while ago, but it's been broken.
- bug 7209: setAppProperties icon_url, logo_url, connect_logo_url not settable
r196456 | yariv | 2009-10-27 17:35:13 -0700 (Tue, 27 Oct 2009) | 33 lines
