commits

date

comment

52355
by bfwizard
(4416 downloads)
Jul 27 2010
9:16 PM

Added check for MVC FacebookAuthorizationAttribute to check if the session is no longer valid due to the user logging out of Facebook

52319
by bfwizard
(76 downloads)
Jul 25 2010
8:04 PM

Added AccessToken to the session object. Fixed issue with Deserialize of the JSON Session Object. Facebook sometimes sends the session object twice, which breaks the Canvas Session.

52254
by rpowers119
(100 downloads)
Jul 21 2010
6:19 PM

51096
by bfwizard
(1243 downloads)
Jun 2 2010
5:54 PM

Updated the permissions_response class so the FQL permission query will serialize the extended permissions that were added to Enums.ExtendedPermissions in the CheckPermissions function.

If you code requires any type of extended permissions, then use this change set

51079
by bfwizard
(177 downloads)
Jun 2 2010
1:16 AM

I added GetCancelUrl()…this is when the user clicks "don't allow" when authorizing your app. The behavior now is to keep the user in a infinite loop.

This gives you an optional parameter CancelUrl which is relative your callback url
If you don’t add this parameter it behaves as it did before and will keep the user in a loop if they keep clicking “don’t allow”…so it is backwards compatible

Example:
<add key="CancelUrl" value="MyCancelUrl"/>

This resolves to http://apps.facebook.com/appname/MyCancelUrl

(this is relative your callback url)
If your callback url is
http://www.hostapp.com/
then cancel goes to
http://www.hostapp.com/MyCancelUrl

50970
by rpowers119
(84 downloads)
May 28 2010
8:32 PM

smore more graph api changes. Lots of testing on canvas pages still needed.

50906
by jimzim
(36 downloads)
May 27 2010
4:15 AM

added replace of port 20000 when using library in azure. Thanks danrussell for helping me find this issue when i searched for what was going on

50904
by rpowers119
(60 downloads)
May 27 2010
3:26 AM

sample silverlight

50903
by rpowers119
(158 downloads)
May 27 2010
3:24 AM

wpf sample

50902
by rpowers119
(131 downloads)
May 27 2010
3:21 AM

winform sample code with many graph api example calls

50901
by rpowers119
(75 downloads)
May 27 2010
3:18 AM

graph api

50900
by rpowers119
(5 downloads)
May 27 2010
3:16 AM

graph api. still in progress

50830
by jimzim
(75 downloads)
May 25 2010
4:50 PM

Added all new friends extended permissions also

50807
by jimzim
(45 downloads)
May 24 2010
11:47 PM

added all new extended permissions so that apps can ask for specific data in the new allow.

50207
by bfwizard
(600 downloads)
May 6 2010
1:39 PM

Update some last issues with the new data model when permissione change or get updated. Updated GetLoginUrl to grab the app name without using a suffix param, that was there before, so it will work with GetPermissionRedirect. I've tested all Scenarios with IFrame apps with permission changed by the app or user. You should use this changset if you are using the new data permission model. Note this has not been tested for FBML canvas apps.

50154
by bfwizard
(90 downloads)
May 4 2010
4:58 PM

Update CanvasSession to use session objects...this feature was broken before this fix. The order of constructors allowed you to cache the facebook session into cookies only. Also added support for HttpSessionStateBase for use with MVC applications into IFrame canvas.

Added new functions (GetApiIFrame) to the MVC controller extensions which
get the IFrame version.

50148
by bfwizard
(36 downloads)
May 4 2010
3:36 PM

Added username and email fields to the user schema

50147
by jimzim
(8 downloads)
May 4 2010
2:43 PM

took out need for suffix in canvas session since it is not longer needed because of bfwizard's fix with adding the canvas to the url which causes facebook to redirect properly

50090
by bfwizard
(51 downloads)
May 3 2010
12:34 PM

Added the canvas param for the login so the next url will be inside the canvas and not a redirect.

50088
by bfwizard
(2 downloads)
May 3 2010
12:25 PM

Updated date conversion functions to operate between local time of the server and UTC date from facebook. The old way converted all times to pacific time zone and would make sessions expire early because code for sessions assume local time to the server. This is consistant accross the toolkit and fixes session time-out bugs. This could be a breaking change if you you the toolkit and assume the times are in the pacific time zone and your server is not.

49954
by jimzim
(208 downloads)
Apr 28 2010
7:19 PM

update login url to go to apps.facebook.com/appsuffix instead of current url request which was redirecting to canvas. Must have the suffix set in your web.config file in order for this work.

49932
by jimzim
(97 downloads)
Apr 28 2010
4:01 AM

updated app authorization to support new data permissions in the migrations section of app settings, also fixed iframe cookie support in IE in mvc auth attribute

49014
by rpowers119
(651 downloads)
Apr 2 2010
4:21 PM

Associated with Release: Version 3.1 BETA.

49013
by rpowers119
(19 downloads)
Apr 2 2010
4:10 PM

49007
by rpowers119
(22 downloads)
Apr 2 2010
2:58 PM

Finished Dashboard APIs