<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>facesharp Issue Tracker Rss Feed</title><link>http://facesharp.codeplex.com/workitem/list/basic</link><description>facesharp Issue Tracker Rss Description</description><item><title>Created Issue: Page Information [8]</title><link>http://facesharp.codeplex.com/workitem/8</link><description>The ability to retrieve page information &amp;#40;not user&amp;#41; such as related pages, page id and page admins&lt;br /&gt;</description><author>exorgroup</author><pubDate>Mon, 22 Aug 2011 12:18:33 GMT</pubDate><guid isPermaLink="false">Created Issue: Page Information [8] 20110822121833P</guid></item><item><title>Closed Issue: ConversionUtil.UnixTimeStampToDateTime(double.Parse(parameters["expires"])), [7]</title><link>http://facesharp.codeplex.com/workitem/7</link><description>If Facebook returns an expires parameter of 0 &amp;#40;cookie never expires&amp;#41;, double.Parse throws an &amp;#34;input string was not in a correct format&amp;#34; exception. Would suggest throwing in a condition that returns DateTime.MaxValue or something similar if the expires parameter is 0.&lt;br /&gt;</description><author>simnova</author><pubDate>Thu, 31 Mar 2011 04:40:52 GMT</pubDate><guid isPermaLink="false">Closed Issue: ConversionUtil.UnixTimeStampToDateTime(double.Parse(parameters["expires"])), [7] 20110331044052A</guid></item><item><title>Closed Issue: FacebookApi.User.Get( userId ) requests for friends [6]</title><link>http://facesharp.codeplex.com/workitem/6</link><description>In that method, the line&lt;br /&gt;var jObject &amp;#61; MakeGraphRequest&amp;#40;userId.ToString&amp;#40;&amp;#41;, &amp;#34;friends&amp;#34;, new&amp;#91;&amp;#93; &amp;#123; &amp;#34;id&amp;#34;, &amp;#34;name&amp;#34;, &amp;#34;first_name&amp;#34;, &amp;#34;last_name&amp;#34; &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;should be replaced by&lt;br /&gt;&lt;br /&gt;var jObject &amp;#61; MakeGraphRequest&amp;#40;userId.ToString&amp;#40;&amp;#41;, fields&amp;#58; new&amp;#91;&amp;#93; &amp;#123; &amp;#34;id&amp;#34;, &amp;#34;name&amp;#34;, &amp;#34;first_name&amp;#34;, &amp;#34;last_name&amp;#34; &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;</description><author>simnova</author><pubDate>Thu, 31 Mar 2011 04:40:19 GMT</pubDate><guid isPermaLink="false">Closed Issue: FacebookApi.User.Get( userId ) requests for friends [6] 20110331044019A</guid></item><item><title>Closed Issue: Deauthorize callback [5]</title><link>http://facesharp.codeplex.com/workitem/5</link><description>Deauthorize callback will not work because IsSignedRequestParameterPresent&amp;#40;&amp;#41; is not detecting oauth_token parameter. This is the JSON request posted by the deauthorize callback&amp;#58;&lt;br /&gt;&lt;br /&gt;JSON Request&amp;#123;&lt;br /&gt;  &amp;#34;algorithm&amp;#34;&amp;#58; &amp;#34;HMAC-SHA256&amp;#34;,&lt;br /&gt;  &amp;#34;issued_at&amp;#34;&amp;#58; 1285497660,&lt;br /&gt;  &amp;#34;user_id&amp;#34;&amp;#58; &amp;#34;607661643&amp;#34;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;Here is where it is failing &amp;#40;FacebookGraphApiFilter.cs&amp;#41;&amp;#58;&lt;br /&gt;if&amp;#40;&lt;br /&gt;                        &amp;#33;string.IsNullOrEmpty&amp;#40;parameters&amp;#91;&amp;#34;user_id&amp;#34;&amp;#93;&amp;#41; &amp;#38;&amp;#38;&lt;br /&gt;                        &amp;#33;string.IsNullOrEmpty&amp;#40;parameters&amp;#91;&amp;#34;oauth_token&amp;#34;&amp;#93;&amp;#41; &lt;br /&gt;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&lt;br /&gt;&lt;br /&gt;</description><author>simnova</author><pubDate>Thu, 31 Mar 2011 04:39:45 GMT</pubDate><guid isPermaLink="false">Closed Issue: Deauthorize callback [5] 20110331043945A</guid></item><item><title>Closed Issue: SqlDependency.Start not compatible with SQL Azure [4]</title><link>http://facesharp.codeplex.com/workitem/4</link><description>SQL Azure is not compatible with Service Broker.  What can be done to use SQL instead of SqlDependency.Start&amp;#63;&lt;br /&gt;&lt;br /&gt;The enableSQLDependency option is nice, but what really needs to be in place is an option &amp;#34;SQLServiceBrokerCompatible&amp;#34; or &amp;#34;UsingSQLAzure&amp;#34;.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: The config option gives the developer the opportunity to turn this off.</description><author>simnova</author><pubDate>Thu, 03 Mar 2011 20:17:04 GMT</pubDate><guid isPermaLink="false">Closed Issue: SqlDependency.Start not compatible with SQL Azure [4] 20110303081704P</guid></item><item><title>Created Issue: ConversionUtil.UnixTimeStampToDateTime(double.Parse(parameters["expires"])), [7]</title><link>http://facesharp.codeplex.com/workitem/7</link><description>If Facebook returns an expires parameter of 0 &amp;#40;cookie never expires&amp;#41;, double.Parse throws an &amp;#34;input string was not in a correct format&amp;#34; exception. Would suggest throwing in a condition that returns DateTime.MaxValue or something similar if the expires parameter is 0.&lt;br /&gt;</description><author>struct</author><pubDate>Mon, 18 Oct 2010 01:12:34 GMT</pubDate><guid isPermaLink="false">Created Issue: ConversionUtil.UnixTimeStampToDateTime(double.Parse(parameters["expires"])), [7] 20101018011234A</guid></item><item><title>Commented Issue: Deauthorize callback [5]</title><link>http://facesharp.codeplex.com/workitem/5</link><description>Deauthorize callback will not work because IsSignedRequestParameterPresent&amp;#40;&amp;#41; is not detecting oauth_token parameter. This is the JSON request posted by the deauthorize callback&amp;#58;&lt;br /&gt;&lt;br /&gt;JSON Request&amp;#123;&lt;br /&gt;  &amp;#34;algorithm&amp;#34;&amp;#58; &amp;#34;HMAC-SHA256&amp;#34;,&lt;br /&gt;  &amp;#34;issued_at&amp;#34;&amp;#58; 1285497660,&lt;br /&gt;  &amp;#34;user_id&amp;#34;&amp;#58; &amp;#34;607661643&amp;#34;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;Here is where it is failing &amp;#40;FacebookGraphApiFilter.cs&amp;#41;&amp;#58;&lt;br /&gt;if&amp;#40;&lt;br /&gt;                        &amp;#33;string.IsNullOrEmpty&amp;#40;parameters&amp;#91;&amp;#34;user_id&amp;#34;&amp;#93;&amp;#41; &amp;#38;&amp;#38;&lt;br /&gt;                        &amp;#33;string.IsNullOrEmpty&amp;#40;parameters&amp;#91;&amp;#34;oauth_token&amp;#34;&amp;#93;&amp;#41; &lt;br /&gt;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&lt;br /&gt;&lt;br /&gt;Comments: Thanks.. adding to latest code.. </description><author>simnova</author><pubDate>Sat, 02 Oct 2010 03:41:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: Deauthorize callback [5] 20101002034129A</guid></item><item><title>Commented Issue: FacebookApi.User.Get( userId ) requests for friends [6]</title><link>http://facesharp.codeplex.com/workitem/6</link><description>In that method, the line&lt;br /&gt;var jObject &amp;#61; MakeGraphRequest&amp;#40;userId.ToString&amp;#40;&amp;#41;, &amp;#34;friends&amp;#34;, new&amp;#91;&amp;#93; &amp;#123; &amp;#34;id&amp;#34;, &amp;#34;name&amp;#34;, &amp;#34;first_name&amp;#34;, &amp;#34;last_name&amp;#34; &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;should be replaced by&lt;br /&gt;&lt;br /&gt;var jObject &amp;#61; MakeGraphRequest&amp;#40;userId.ToString&amp;#40;&amp;#41;, fields&amp;#58; new&amp;#91;&amp;#93; &amp;#123; &amp;#34;id&amp;#34;, &amp;#34;name&amp;#34;, &amp;#34;first_name&amp;#34;, &amp;#34;last_name&amp;#34; &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;Comments: Thanks&amp;#33;</description><author>simnova</author><pubDate>Fri, 01 Oct 2010 04:31:11 GMT</pubDate><guid isPermaLink="false">Commented Issue: FacebookApi.User.Get( userId ) requests for friends [6] 20101001043111A</guid></item><item><title>Edited Issue: FacebookApi.User.Get( userId ) requests for friends [6]</title><link>http://facesharp.codeplex.com/workitem/6</link><description>In that method, the line&lt;br /&gt;var jObject &amp;#61; MakeGraphRequest&amp;#40;userId.ToString&amp;#40;&amp;#41;, &amp;#34;friends&amp;#34;, new&amp;#91;&amp;#93; &amp;#123; &amp;#34;id&amp;#34;, &amp;#34;name&amp;#34;, &amp;#34;first_name&amp;#34;, &amp;#34;last_name&amp;#34; &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;should be replaced by&lt;br /&gt;&lt;br /&gt;var jObject &amp;#61; MakeGraphRequest&amp;#40;userId.ToString&amp;#40;&amp;#41;, fields&amp;#58; new&amp;#91;&amp;#93; &amp;#123; &amp;#34;id&amp;#34;, &amp;#34;name&amp;#34;, &amp;#34;first_name&amp;#34;, &amp;#34;last_name&amp;#34; &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;</description><author>ivos</author><pubDate>Thu, 30 Sep 2010 04:25:29 GMT</pubDate><guid isPermaLink="false">Edited Issue: FacebookApi.User.Get( userId ) requests for friends [6] 20100930042529A</guid></item><item><title>Commented Issue: FacebookApi.User.Get( userId ) requests for friend [6]</title><link>http://facesharp.codeplex.com/workitem/6</link><description>In that method, the line&lt;br /&gt;var jObject &amp;#61; MakeGraphRequest&amp;#40;userId.ToString&amp;#40;&amp;#41;, &amp;#34;friends&amp;#34;, new&amp;#91;&amp;#93; &amp;#123; &amp;#34;id&amp;#34;, &amp;#34;name&amp;#34;, &amp;#34;first_name&amp;#34;, &amp;#34;last_name&amp;#34; &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;should be replaced by&lt;br /&gt;&lt;br /&gt;var jObject &amp;#61; MakeGraphRequest&amp;#40;userId.ToString&amp;#40;&amp;#41;, fields&amp;#58; new&amp;#91;&amp;#93; &amp;#123; &amp;#34;id&amp;#34;, &amp;#34;name&amp;#34;, &amp;#34;first_name&amp;#34;, &amp;#34;last_name&amp;#34; &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;Comments: The fixed file is attached</description><author>ivos</author><pubDate>Thu, 30 Sep 2010 04:25:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: FacebookApi.User.Get( userId ) requests for friend [6] 20100930042509A</guid></item><item><title>Created Issue: FacebookApi.User.Get( userId ) requests for friend [6]</title><link>http://facesharp.codeplex.com/workitem/6</link><description>In that method, the line&lt;br /&gt;var jObject &amp;#61; MakeGraphRequest&amp;#40;userId.ToString&amp;#40;&amp;#41;, &amp;#34;friends&amp;#34;, new&amp;#91;&amp;#93; &amp;#123; &amp;#34;id&amp;#34;, &amp;#34;name&amp;#34;, &amp;#34;first_name&amp;#34;, &amp;#34;last_name&amp;#34; &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;should be replaced by&lt;br /&gt;&lt;br /&gt;var jObject &amp;#61; MakeGraphRequest&amp;#40;userId.ToString&amp;#40;&amp;#41;, fields&amp;#58; new&amp;#91;&amp;#93; &amp;#123; &amp;#34;id&amp;#34;, &amp;#34;name&amp;#34;, &amp;#34;first_name&amp;#34;, &amp;#34;last_name&amp;#34; &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;</description><author>ivos</author><pubDate>Thu, 30 Sep 2010 04:23:57 GMT</pubDate><guid isPermaLink="false">Created Issue: FacebookApi.User.Get( userId ) requests for friend [6] 20100930042357A</guid></item><item><title>Commented Issue: SqlDependency.Start not compatible with SQL Azure [4]</title><link>http://facesharp.codeplex.com/workitem/4</link><description>SQL Azure is not compatible with Service Broker.  What can be done to use SQL instead of SqlDependency.Start&amp;#63;&lt;br /&gt;&lt;br /&gt;The enableSQLDependency option is nice, but what really needs to be in place is an option &amp;#34;SQLServiceBrokerCompatible&amp;#34; or &amp;#34;UsingSQLAzure&amp;#34;.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: That really is what the option does..  please let me know if you set the enableSQLDependency to false and still see issues with the demo.</description><author>simnova</author><pubDate>Mon, 27 Sep 2010 20:33:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: SqlDependency.Start not compatible with SQL Azure [4] 20100927083354P</guid></item><item><title>Created Issue: Deauthorize callback [5]</title><link>http://facesharp.codeplex.com/workitem/5</link><description>Deauthorize callback will not work because IsSignedRequestParameterPresent&amp;#40;&amp;#41; is not detecting oauth_token parameter. This is the JSON request posted by the deauthorize callback&amp;#58;&lt;br /&gt;&lt;br /&gt;JSON Request&amp;#123;&lt;br /&gt;  &amp;#34;algorithm&amp;#34;&amp;#58; &amp;#34;HMAC-SHA256&amp;#34;,&lt;br /&gt;  &amp;#34;issued_at&amp;#34;&amp;#58; 1285497660,&lt;br /&gt;  &amp;#34;user_id&amp;#34;&amp;#58; &amp;#34;607661643&amp;#34;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;Here is where it is failing &amp;#40;FacebookGraphApiFilter.cs&amp;#41;&amp;#58;&lt;br /&gt;if&amp;#40;&lt;br /&gt;                        &amp;#33;string.IsNullOrEmpty&amp;#40;parameters&amp;#91;&amp;#34;user_id&amp;#34;&amp;#93;&amp;#41; &amp;#38;&amp;#38;&lt;br /&gt;                        &amp;#33;string.IsNullOrEmpty&amp;#40;parameters&amp;#91;&amp;#34;oauth_token&amp;#34;&amp;#93;&amp;#41; &lt;br /&gt;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&lt;br /&gt;&lt;br /&gt;</description><author>struct</author><pubDate>Sun, 26 Sep 2010 11:48:35 GMT</pubDate><guid isPermaLink="false">Created Issue: Deauthorize callback [5] 20100926114835A</guid></item><item><title>Created Issue: SqlDependency.Start not compatible with SQL Azure [4]</title><link>http://facesharp.codeplex.com/workitem/4</link><description>SQL Azure is not compatible with Service Broker.  What can be done to use SQL instead of SqlDependency.Start&amp;#63;&lt;br /&gt;&lt;br /&gt;The enableSQLDependency option is nice, but what really needs to be in place is an option &amp;#34;SQLServiceBrokerCompatible&amp;#34; or &amp;#34;UsingSQLAzure&amp;#34;.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>drewid</author><pubDate>Tue, 21 Sep 2010 19:20:08 GMT</pubDate><guid isPermaLink="false">Created Issue: SqlDependency.Start not compatible with SQL Azure [4] 20100921072008P</guid></item><item><title>Edited Feature: Incorporate Post-Authorize/Remove Callback URL - Reading OAuth 2.0 signed parameter. [1]</title><link>http://facesharp.codeplex.com/workitem/1</link><description>Incorporate Post-Authorize&amp;#47;Remove Callback URL - Reading OAuth 2.0 signed parameter.&lt;br /&gt;</description><author>simnova</author><pubDate>Mon, 23 Aug 2010 03:56:38 GMT</pubDate><guid isPermaLink="false">Edited Feature: Incorporate Post-Authorize/Remove Callback URL - Reading OAuth 2.0 signed parameter. [1] 20100823035638A</guid></item><item><title>Edited Feature: Add functionality to Admin Multiple Pages [2]</title><link>http://facesharp.codeplex.com/workitem/2</link><description>Facebook has released new functionality to allow you to post to multiple fan pages. This would be helpful if you have a number of fan pages to administer.&lt;br /&gt;&lt;br /&gt;Details Here&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;bugs.developers.facebook.net&amp;#47;show_bug.cgi&amp;#63;id&amp;#61;10005&amp;#35;c103&lt;br /&gt;&lt;br /&gt;</description><author>simnova</author><pubDate>Mon, 23 Aug 2010 03:56:02 GMT</pubDate><guid isPermaLink="false">Edited Feature: Add functionality to Admin Multiple Pages [2] 20100823035602A</guid></item><item><title>Created Issue: Create Fluent Interface for Graph and Rest API [3]</title><link>http://facesharp.codeplex.com/workitem/3</link><description>Create Fluent Interface for Graph and Rest API&lt;br /&gt;</description><author>simnova</author><pubDate>Thu, 19 Aug 2010 13:01:27 GMT</pubDate><guid isPermaLink="false">Created Issue: Create Fluent Interface for Graph and Rest API [3] 20100819010127P</guid></item><item><title>Commented Issue: Incorporate Post-Authorize/Remove Callback URL - Reading OAuth 2.0 signed parameter. [1]</title><link>http://facesharp.codeplex.com/workitem/1</link><description>Incorporate Post-Authorize&amp;#47;Remove Callback URL - Reading OAuth 2.0 signed parameter.&lt;br /&gt;Comments: In version 7d860daf5dc5  8&amp;#47;19&amp;#47;2010 the Post Authorize Callback is suported..</description><author>simnova</author><pubDate>Thu, 19 Aug 2010 07:37:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: Incorporate Post-Authorize/Remove Callback URL - Reading OAuth 2.0 signed parameter. [1] 20100819073725A</guid></item><item><title>Created Issue: Add functionality to Admin Multiple Pages [2]</title><link>http://facesharp.codeplex.com/workitem/2</link><description>Facebook has released new functionality to allow you to post to multiple fan pages. This would be helpful if you have a number of fan pages to administer.&lt;br /&gt;&lt;br /&gt;Details Here&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;bugs.developers.facebook.net&amp;#47;show_bug.cgi&amp;#63;id&amp;#61;10005&amp;#35;c103&lt;br /&gt;&lt;br /&gt;</description><author>simnova</author><pubDate>Mon, 16 Aug 2010 03:20:27 GMT</pubDate><guid isPermaLink="false">Created Issue: Add functionality to Admin Multiple Pages [2] 20100816032027A</guid></item><item><title>Created Issue: Incorporate Post-Authorize/Remove Callback URL - Reading OAuth 2.0 signed parameter. [1]</title><link>http://facesharp.codeplex.com/workitem/1</link><description>Incorporate Post-Authorize&amp;#47;Remove Callback URL - Reading OAuth 2.0 signed parameter.&lt;br /&gt;</description><author>simnova</author><pubDate>Fri, 06 Aug 2010 13:48:29 GMT</pubDate><guid isPermaLink="false">Created Issue: Incorporate Post-Authorize/Remove Callback URL - Reading OAuth 2.0 signed parameter. [1] 20100806014829P</guid></item></channel></rss>