| Change Set |
Date |
Downloads |
Comment |
14064
by
NikhilK
|
Jan 14 2008 at
4:36 AM
|
3359 |
Update version to 0.3.0.0 |
13395
by
NikhilK
|
Dec 21 2007 at
9:19 PM
|
281 |
Yet more cases of processing list results and handling the case where there is only one item in the list |
13394
by
NikhilK
|
Dec 21 2007 at
9:03 PM
|
27 |
Fix # 1624 - Handle responses where there is a single item in the list. |
13379
by
NikhilK
|
Dec 21 2007 at
6:36 AM
|
27 |
Fix # 2643 - Broken redirects because of the previous checkin |
12819
by
NikhilK
|
Dec 3 2007 at
3:38 AM
|
359 |
Web Framework: - Support for hosting applications in Facebook pages
Core Framework: - Support for page-related APIs (See PagesService and User.IsPageAdmin and User.IsPageFan) - Provide ability to get at the raw response to check specific Facebook error codes etc. (see Session.GetLastResponse) - Added ability in User.SetStatus to prevent message from being prefixed with "is" - Fix Permissions.IsPermissionGranted - Fix deserialization of user's work and education history in some scenarios
Desktop Framework: - Fix desktop application login scenario to use session secret provided by Facebook
Samples: Added MyStatus sample desktop app to get/set user's status Separated FBML and IFrame samples into separate apps IFrame sample shows some aspects of running the same app on a user page and a Facebook page.
|
10516
by
NikhilK
|
Oct 29 2007 at
6:53 PM
|
643 |
- Ability to set user's status from an application (if app is permitted to do so) - Ability to check if a permission has been granted to an application - Ability to read/write user preferences using the new Facebook data API - Ability to create templatized feed stories (added the FeedStoryTemplate and FeedStory classes) - Updated sample Hello World app to use the preferences API and templatized stories |
9714
by
NikhilK
|
Oct 25 2007 at
6:44 AM
|
100 |
Issue # 1490 - FacebookHyperLink navigations no longer work after a postback
|
7480
by
NikhilK
|
Sep 23 2007 at
1:32 AM
|
607 |
Update versions to 0.2.1.0 |
7401
by
NikhilK
|
Sep 22 2007 at
2:04 AM
|
102 |
FacebookApplication.Redirect now works as a more general purpose Redirect mechanism for iframe apps. If Page1.aspx needs to redirect to Page2.aspx, you can now use this API, and it will work for iframe apps.
This required a change in the Redirect signature - now you need to pass in the Page/UserControl instance as the first parameter to Redirect. |
7343
by
NikhilK
|
Sep 21 2007 at
3:46 AM
|
73 |
Fix the FBML app rediect infinite loop issue |
7317
by
NikhilK
|
Sep 21 2007 at
1:08 AM
|
21 |
Fix another typo bug in FbmlService.RefreshContentHandle (maps to fbml.setRefHandle) |
7301
by
NikhilK
|
Sep 21 2007 at
12:43 AM
|
7 |
Fix bug 1103 - Cast exceptions in FriendService - Facebook returns different types of results for the same query... |
7299
by
NikhilK
|
Sep 21 2007 at
12:32 AM
|
9 |
Fix issue 1483 - Use correct encoding while generating request signatures |
7298
by
NikhilK
|
Sep 21 2007 at
12:15 AM
|
11 |
Fix User.IsAppUser property and added User.HasAddedApp Fix type of SessionCreating event on FacebookApplication |
7294
by
NikhilK
|
Sep 20 2007 at
11:52 PM
|
27 |
Fix bug 1183 - Fix overload member name; NotificationsService.Send is now NotificationsService.SendNotification |
7286
by
NikhilK
|
Sep 20 2007 at
11:31 PM
|
9 |
Fix bug 1331 - Bug in PhotoService.Upload; typo in parameter |
5486
by
NikhilK
|
Aug 31 2007 at
7:16 PM
|
283 |
Update versions for release 0.2.0.0 |
5368
by
NikhilK
|
Aug 31 2007 at
1:15 AM
|
20 |
Add support for ajax access to Facebook APIs (EnableAjaxScenarios property added to FacebookApplication). Add FacebookHyperLink control for doing iframe page navigation. |
5077
by
NikhilK
|
Aug 29 2007 at
12:51 AM
|
31 |
Fix various issues and suggestions #1053 - Add sorting support to FqlDataSource #1045 - Switch from using GetDefaultProxy() to avoid auto-proxy detection issues; use config instead #1088 - Fix JSON object property descriptors for null values |
4836
by
NikhilK
|
Aug 26 2007 at
5:37 PM
|
63 |
Fix parameter typo in NotificationService (issue # 1023) |
4834
by
NikhilK
|
Aug 26 2007 at
5:31 PM
|
21 |
Added support for browing IFrame app pages outside of Facebook with new APIs on FacebookApplication: - EnableExternalBrowsing property - SessionCreating event (allows plugging in infinite session when in external browsing mode) - InCanvasPage, InIFramePage, IsSessionCreated properties |
4755
by
NikhilK
|
Aug 26 2007 at
6:15 AM
|
20 |
Added ApplicationName property to FacebookApplication control Added <facebook> config section to store api key and secret in configuration (see samples)
|
4751
by
NikhilK
|
Aug 26 2007 at
4:06 AM
|
10 |
Fix some basic issues #652 - PhotoService bug #549 - Missing Notification property on FacebookService |
1203
by
NikhilK
|
Jul 18 2007 at
7:01 PM
|
379 |
Added misc files |
1160
by
NikhilK
|
Jul 18 2007 at
2:43 AM
|
155 |
Added Hello World samples |