<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>FacebookNET Work Item Rss Feed</title><link>http://www.codeplex.com/FacebookNET/WorkItem/List.aspx</link><description>FacebookNET Work Item Rss Description</description><item><title>Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'. [6839]</title><link>http://facebooknet.codeplex.com/workitem/6839</link><description>I downloaded the binaries 0.3.0.0 and got this error... the downloaded the source, and got the very same error...&lt;br /&gt;Recompiled for .Net 3.5, same error... I&amp;#39;m using the Samples&amp;#47;HelloWorldFBML sample.&lt;br /&gt;So far, I traced this to the UserID string returned by Facebook. Am I doing something wrong or this is a known bug&amp;#63; If it is, anybody knows a workaround&amp;#63;&lt;br /&gt;Error transcript follows&amp;#58;&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41; in &amp;#92;Facebook.NET&amp;#92;Framework&amp;#92;Service&amp;#92;Core&amp;#92;FacebookRequest.cs&amp;#58;line 180&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookFbmlSession.cs&amp;#58;line 44&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookApplication.cs&amp;#58;line 581&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: wgraham ** &lt;p&gt;Confirming Peter&amp;#39;s fix.&lt;/p&gt;</description><author>wgraham</author><pubDate>Thu, 15 Jul 2010 01:44:05 GMT</pubDate><guid isPermaLink="false">Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'. [6839] 20100715014405A</guid></item><item><title>Created Issue: Not able to get uid while Third party cookies disabled [10061]</title><link>http://facebooknet.codeplex.com/WorkItem/View.aspx?WorkItemId=10061</link><description>I am not able to get Userid while i am disable third party cookies.&lt;br /&gt;</description><author>shaanlove</author><pubDate>Mon, 25 Jan 2010 07:05:32 GMT</pubDate><guid isPermaLink="false">Created Issue: Not able to get uid while Third party cookies disabled [10061] 20100125070532A</guid></item><item><title>Created Issue: localization change by Facebook affecting API calls to restserver.php</title><link>http://facebooknet.codeplex.com/WorkItem/View.aspx?WorkItemId=8625</link><description>With the recent additional of support for localization by the Facebook API per &amp;#91;http&amp;#58;&amp;#47;&amp;#47;wiki.developers.facebook.com&amp;#47;index.php&amp;#47;Push_Changes_-_Aug_25_2009&amp;#93;, there have been several reports that this is failing with this library.  Namely, in several places the library assumes that certain string values will be returned &amp;#40;like &amp;#39;male&amp;#39; and &amp;#39;female&amp;#39;&amp;#41;. To reproduce, create a Facebook application using this framework, and publish it in a non- US English locale through the Translations application at facebook.com&amp;#47;translations.  After this, any user browsing the application in said locale will experience the issues.&lt;br /&gt;&lt;br /&gt;To fix the issue, the library should be patched to avoid dependencies on particular strings in order to convert the values to enumerations, and instead act in a locale-independent manner.&lt;br /&gt;</description><author>mtrainer</author><pubDate>Wed, 26 Aug 2009 02:39:05 GMT</pubDate><guid isPermaLink="false">Created Issue: localization change by Facebook affecting API calls to restserver.php 20090826023905A</guid></item><item><title>Commented Issue: Changeset 12819 - Broken Redirect?</title><link>http://facebooknet.codeplex.com/WorkItem/View.aspx?WorkItemId=2643</link><description>Trying the recent check in.&lt;br /&gt;&lt;br /&gt;Noticed that redirect has an error if a user is not logged in.&lt;br /&gt;&lt;br /&gt;Error&amp;#58;&lt;br /&gt;&lt;br /&gt;Object reference not set to an instance of an object.&lt;br /&gt;&lt;br /&gt;   at Facebook.Web.FacebookApplication.Redirect&amp;#40;String url, Boolean detectRelativeUrl&amp;#41;&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In VS.NET debug, it breaks around here&amp;#58;&lt;br /&gt;&lt;br /&gt;private void Redirect&amp;#40;string url, bool detectRelativeUrl&amp;#41; &amp;#123;&lt;br /&gt;            Debug.Assert&amp;#40;String.IsNullOrEmpty&amp;#40;url&amp;#41; &amp;#61;&amp;#61; false&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42; breaks here &amp;#42;&amp;#42;&amp;#42;&amp;#42; &amp;#62;&amp;#62;&amp;#62;            if &amp;#40;_session.SessionType &amp;#61;&amp;#61; FacebookSessionType.PresencePage&amp;#41; &amp;#123;&lt;br /&gt;                int queryIndex &amp;#61; url.IndexOf&amp;#40;&amp;#39;&amp;#63;&amp;#39;&amp;#41;&amp;#59;&lt;br /&gt;                url &amp;#43;&amp;#61; &amp;#40;queryIndex &amp;#62;&amp;#61; 0&amp;#41; &amp;#63; &amp;#34;&amp;#38;&amp;#34; &amp;#58; &amp;#34;&amp;#63;&amp;#34;&amp;#59;&lt;br /&gt;                url &amp;#43;&amp;#61; &amp;#34;fb_page_id&amp;#61;&amp;#34; &amp;#43; UserID&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;Comments: ** Comment from web user: jytu ** &lt;p&gt;I&amp;#39;ve go the same problem today. I use 3.0.0 facebooknet&lt;/p&gt;</description><author>jytu</author><pubDate>Fri, 10 Jul 2009 10:25:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Changeset 12819 - Broken Redirect? 20090710102514A</guid></item><item><title>Commented Issue: Exception - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://facebooknet.codeplex.com/WorkItem/View.aspx?WorkItemId=7857</link><description>When I run the application with Canvas URL like &amp;#40;http&amp;#58;&amp;#47;&amp;#47;apps.facebook.com&amp;#47;application_name &amp;#41; - it works fine, but with I use Canvas Callback URL &amp;#40;direct link to the web site &amp;#41; - it fails.&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41;&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41;&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;&lt;br /&gt;Please help me to resolve this issue.&lt;br /&gt;Comments: ** Comment from web user: jytu ** &lt;p&gt;Please help me to resolve this issue.&lt;/p&gt;</description><author>jytu</author><pubDate>Thu, 09 Jul 2009 14:12:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exception - Unable to cast object of type 'System.Int32' to type 'System.String'. 20090709021249P</guid></item><item><title>Commented Issue: Exception - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://facebooknet.codeplex.com/WorkItem/View.aspx?WorkItemId=7857</link><description>When I run the application with Canvas URL like &amp;#40;http&amp;#58;&amp;#47;&amp;#47;apps.facebook.com&amp;#47;application_name &amp;#41; - it works fine, but with I use Canvas Callback URL &amp;#40;direct link to the web site &amp;#41; - it fails.&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41;&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41;&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;&lt;br /&gt;Please help me to resolve this issue.&lt;br /&gt;Comments: ** Comment from web user: jytu ** &lt;p&gt;Please help me to resolve this issue.&lt;br /&gt;&lt;/p&gt;</description><author>jytu</author><pubDate>Wed, 08 Jul 2009 13:43:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exception - Unable to cast object of type 'System.Int32' to type 'System.String'. 20090708014339P</guid></item><item><title>Commented Issue: Exception - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://facebooknet.codeplex.com/WorkItem/View.aspx?WorkItemId=7857</link><description>When I run the application with Canvas URL like &amp;#40;http&amp;#58;&amp;#47;&amp;#47;apps.facebook.com&amp;#47;application_name &amp;#41; - it works fine, but with I use Canvas Callback URL &amp;#40;direct link to the web site &amp;#41; - it fails.&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41;&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41;&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;&lt;br /&gt;Please help me to resolve this issue.&lt;br /&gt;Comments: ** Comment from web user: jytu ** &lt;p&gt;Hello. Still can&amp;#39;t fine the solution of this problem&lt;/p&gt;</description><author>jytu</author><pubDate>Fri, 26 Jun 2009 15:36:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exception - Unable to cast object of type 'System.Int32' to type 'System.String'. 20090626033631P</guid></item><item><title>Commented Issue: Exception - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://facebooknet.codeplex.com/WorkItem/View.aspx?WorkItemId=7857</link><description>When I run the application with Canvas URL like &amp;#40;http&amp;#58;&amp;#47;&amp;#47;apps.facebook.com&amp;#47;application_name &amp;#41; - it works fine, but with I use Canvas Callback URL &amp;#40;direct link to the web site &amp;#41; - it fails.&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41;&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41;&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;&lt;br /&gt;Please help me to resolve this issue.&lt;br /&gt;Comments: ** Comment from web user: jytu ** &lt;p&gt;Please help me to resolve this issue. &lt;/p&gt;</description><author>jytu</author><pubDate>Wed, 17 Jun 2009 10:22:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exception - Unable to cast object of type 'System.Int32' to type 'System.String'. 20090617102222A</guid></item><item><title>Commented Issue: Exception - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://facebooknet.codeplex.com/WorkItem/View.aspx?WorkItemId=7857</link><description>When I run the application with Canvas URL like &amp;#40;http&amp;#58;&amp;#47;&amp;#47;apps.facebook.com&amp;#47;application_name &amp;#41; - it works fine, but with I use Canvas Callback URL &amp;#40;direct link to the web site &amp;#41; - it fails.&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41;&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41;&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;&lt;br /&gt;Please help me to resolve this issue.&lt;br /&gt;Comments: ** Comment from web user: mitopoker ** &lt;p&gt;i have the same problem&lt;/p&gt;</description><author>mitopoker</author><pubDate>Fri, 05 Jun 2009 14:12:27 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exception - Unable to cast object of type 'System.Int32' to type 'System.String'. 20090605021227P</guid></item><item><title>Created Issue: Exception - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://facebooknet.codeplex.com/WorkItem/View.aspx?WorkItemId=7857</link><description>When I run the application with Canvas URL like &amp;#40;http&amp;#58;&amp;#47;&amp;#47;apps.facebook.com&amp;#47;application_name &amp;#41; - it works fine, but with I use Canvas Callback URL &amp;#40;direct link to the web site &amp;#41; - it fails.&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41;&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41;&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;&lt;br /&gt;Please help me to resolve this issue.&lt;br /&gt;</description><author>jytu</author><pubDate>Fri, 05 Jun 2009 10:47:12 GMT</pubDate><guid isPermaLink="false">Created Issue: Exception - Unable to cast object of type 'System.Int32' to type 'System.String'. 20090605104712A</guid></item><item><title>Created Issue: Error in tab: fb:redirect: redirect forbidden by flavor TabFBMLFlavor</title><link>http://www.codeplex.com/FacebookNET/WorkItem/View.aspx?WorkItemId=7173</link><description>Apparently Facebook.NET apps don&amp;#39;t play nice in the Facebook profile tabs. After figuring out that iFrame app wouldn&amp;#39;t work in a user&amp;#39;s profile tabs, I decided to try and do it the FBML way. However, the error above is spat out when you switch to the tab containing the FBML page.&lt;br /&gt;&lt;br /&gt;From some research it seems this is due to Require_Login function being called.... which is unnecessary in a tab page. But, I can&amp;#39;t figure out how to turn this off. The Dev Toolkit &amp;#40;which I hate&amp;#41; has an option to turn off Require_Login. How do I accomplish the same thing here.&lt;br /&gt;</description><author>cmoya</author><pubDate>Thu, 26 Feb 2009 04:28:58 GMT</pubDate><guid isPermaLink="false">Created Issue: Error in tab: fb:redirect: redirect forbidden by flavor TabFBMLFlavor 20090226042858A</guid></item><item><title>Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://www.codeplex.com/FacebookNET/WorkItem/View.aspx?WorkItemId=6839</link><description>I downloaded the binaries 0.3.0.0 and got this error... the downloaded the source, and got the very same error...&lt;br /&gt;Recompiled for .Net 3.5, same error... I&amp;#39;m using the Samples&amp;#47;HelloWorldFBML sample.&lt;br /&gt;So far, I traced this to the UserID string returned by Facebook. Am I doing something wrong or this is a known bug&amp;#63; If it is, anybody knows a workaround&amp;#63;&lt;br /&gt;Error transcript follows&amp;#58;&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41; in &amp;#92;Facebook.NET&amp;#92;Framework&amp;#92;Service&amp;#92;Core&amp;#92;FacebookRequest.cs&amp;#58;line 180&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookFbmlSession.cs&amp;#58;line 44&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookApplication.cs&amp;#58;line 581&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: cmoya ** &lt;p&gt;Make sure your CallBack URL, etc have a trailing slash. This solved the problem for me.&lt;/p&gt;</description><author>cmoya</author><pubDate>Thu, 26 Feb 2009 04:24:33 GMT</pubDate><guid isPermaLink="false">Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'. 20090226042433A</guid></item><item><title>Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://www.codeplex.com/FacebookNET/WorkItem/View.aspx?WorkItemId=6839</link><description>I downloaded the binaries 0.3.0.0 and got this error... the downloaded the source, and got the very same error...&lt;br /&gt;Recompiled for .Net 3.5, same error... I&amp;#39;m using the Samples&amp;#47;HelloWorldFBML sample.&lt;br /&gt;So far, I traced this to the UserID string returned by Facebook. Am I doing something wrong or this is a known bug&amp;#63; If it is, anybody knows a workaround&amp;#63;&lt;br /&gt;Error transcript follows&amp;#58;&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41; in &amp;#92;Facebook.NET&amp;#92;Framework&amp;#92;Service&amp;#92;Core&amp;#92;FacebookRequest.cs&amp;#58;line 180&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookFbmlSession.cs&amp;#58;line 44&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookApplication.cs&amp;#58;line 581&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: RangerPT ** &lt;p&gt;Make the change here&amp;#58;&lt;br /&gt;&amp;#92;Framework&amp;#92;Service&amp;#92;Core&amp;#92;FacebooRequest.cs Line 180&lt;/p&gt;</description><author>RangerPT</author><pubDate>Fri, 23 Jan 2009 16:09:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'. 20090123040939P</guid></item><item><title>Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://www.codeplex.com/FacebookNET/WorkItem/View.aspx?WorkItemId=6839</link><description>I downloaded the binaries 0.3.0.0 and got this error... the downloaded the source, and got the very same error...&lt;br /&gt;Recompiled for .Net 3.5, same error... I&amp;#39;m using the Samples&amp;#47;HelloWorldFBML sample.&lt;br /&gt;So far, I traced this to the UserID string returned by Facebook. Am I doing something wrong or this is a known bug&amp;#63; If it is, anybody knows a workaround&amp;#63;&lt;br /&gt;Error transcript follows&amp;#58;&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41; in &amp;#92;Facebook.NET&amp;#92;Framework&amp;#92;Service&amp;#92;Core&amp;#92;FacebookRequest.cs&amp;#58;line 180&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookFbmlSession.cs&amp;#58;line 44&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookApplication.cs&amp;#58;line 581&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: mkagan ** &lt;p&gt;Where exactly did you make that change in the code&amp;#63;&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Marc&lt;/p&gt;</description><author>mkagan</author><pubDate>Thu, 22 Jan 2009 22:27:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'. 20090122102721P</guid></item><item><title>Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://www.codeplex.com/FacebookNET/WorkItem/View.aspx?WorkItemId=6839</link><description>I downloaded the binaries 0.3.0.0 and got this error... the downloaded the source, and got the very same error...&lt;br /&gt;Recompiled for .Net 3.5, same error... I&amp;#39;m using the Samples&amp;#47;HelloWorldFBML sample.&lt;br /&gt;So far, I traced this to the UserID string returned by Facebook. Am I doing something wrong or this is a known bug&amp;#63; If it is, anybody knows a workaround&amp;#63;&lt;br /&gt;Error transcript follows&amp;#58;&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41; in &amp;#92;Facebook.NET&amp;#92;Framework&amp;#92;Service&amp;#92;Core&amp;#92;FacebookRequest.cs&amp;#58;line 180&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookFbmlSession.cs&amp;#58;line 44&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookApplication.cs&amp;#58;line 581&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: pmscheffler ** &lt;p&gt;There is a bug in the code.  You need to explicitly cast the userid.  I came across this myself a couple weeks back.&lt;/p&gt;&lt;p&gt;Here&amp;#39;s how I fixed it&amp;#58;&lt;br /&gt;                        userID &amp;#61; result&amp;#91;&amp;#34;uid&amp;#34;&amp;#93;.ToString&amp;#40;&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;I did that a few weeks ago and haven&amp;#39;t seen an issue since.&lt;/p&gt;&lt;p&gt;Peter&lt;br /&gt;&lt;/p&gt;</description><author>pmscheffler</author><pubDate>Thu, 22 Jan 2009 13:10:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'. 20090122011006P</guid></item><item><title>Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://www.codeplex.com/FacebookNET/WorkItem/View.aspx?WorkItemId=6839</link><description>I downloaded the binaries 0.3.0.0 and got this error... the downloaded the source, and got the very same error...&lt;br /&gt;Recompiled for .Net 3.5, same error... I&amp;#39;m using the Samples&amp;#47;HelloWorldFBML sample.&lt;br /&gt;So far, I traced this to the UserID string returned by Facebook. Am I doing something wrong or this is a known bug&amp;#63; If it is, anybody knows a workaround&amp;#63;&lt;br /&gt;Error transcript follows&amp;#58;&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41; in &amp;#92;Facebook.NET&amp;#92;Framework&amp;#92;Service&amp;#92;Core&amp;#92;FacebookRequest.cs&amp;#58;line 180&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookFbmlSession.cs&amp;#58;line 44&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookApplication.cs&amp;#58;line 581&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: mkagan ** &lt;p&gt;I am also having this problem.  Has anyone found a resolution&amp;#63;&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Marc&lt;/p&gt;</description><author>mkagan</author><pubDate>Wed, 21 Jan 2009 21:20:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'. 20090121092044P</guid></item><item><title>Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://www.codeplex.com/FacebookNET/WorkItem/View.aspx?WorkItemId=6839</link><description>I downloaded the binaries 0.3.0.0 and got this error... the downloaded the source, and got the very same error...&lt;br /&gt;Recompiled for .Net 3.5, same error... I&amp;#39;m using the Samples&amp;#47;HelloWorldFBML sample.&lt;br /&gt;So far, I traced this to the UserID string returned by Facebook. Am I doing something wrong or this is a known bug&amp;#63; If it is, anybody knows a workaround&amp;#63;&lt;br /&gt;Error transcript follows&amp;#58;&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41; in &amp;#92;Facebook.NET&amp;#92;Framework&amp;#92;Service&amp;#92;Core&amp;#92;FacebookRequest.cs&amp;#58;line 180&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookFbmlSession.cs&amp;#58;line 44&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookApplication.cs&amp;#58;line 581&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: mpsundar ** &lt;p&gt;Please check the link below &lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;developers.facebook.com&amp;#47;news.php&amp;#63;blog&amp;#61;1&amp;#38;story&amp;#61;45 &lt;br /&gt;which could be the reason for the problem. &lt;/p&gt;</description><author>mpsundar</author><pubDate>Mon, 22 Dec 2008 10:02:56 GMT</pubDate><guid isPermaLink="false">Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'. 20081222100256A</guid></item><item><title>Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://www.codeplex.com/FacebookNET/WorkItem/View.aspx?WorkItemId=6839</link><description>I downloaded the binaries 0.3.0.0 and got this error... the downloaded the source, and got the very same error...&lt;br /&gt;Recompiled for .Net 3.5, same error... I&amp;#39;m using the Samples&amp;#47;HelloWorldFBML sample.&lt;br /&gt;So far, I traced this to the UserID string returned by Facebook. Am I doing something wrong or this is a known bug&amp;#63; If it is, anybody knows a workaround&amp;#63;&lt;br /&gt;Error transcript follows&amp;#58;&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41; in &amp;#92;Facebook.NET&amp;#92;Framework&amp;#92;Service&amp;#92;Core&amp;#92;FacebookRequest.cs&amp;#58;line 180&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookFbmlSession.cs&amp;#58;line 44&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookApplication.cs&amp;#58;line 581&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: mpsundar ** &lt;p&gt;Hi All,&lt;br /&gt;I am also facing the same problem with the dll. This was working fine till last week and when the new UI in facebook came up for creating the application this problem has started. Please let me know what can be done to resolve this issue. As far as I think it should be the problem with the dll we need to modify the source code. Please help&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;p&gt;Phani...&lt;/p&gt;</description><author>mpsundar</author><pubDate>Mon, 22 Dec 2008 09:57:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'. 20081222095720A</guid></item><item><title>Created Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'.</title><link>http://www.codeplex.com/FacebookNET/WorkItem/View.aspx?WorkItemId=6839</link><description>I downloaded the binaries 0.3.0.0 and got this error... the downloaded the source, and got the very same error...&lt;br /&gt;Recompiled for .Net 3.5, same error... I&amp;#39;m using the Samples&amp;#47;HelloWorldFBML sample.&lt;br /&gt;So far, I traced this to the UserID string returned by Facebook. Am I doing something wrong or this is a known bug&amp;#63; If it is, anybody knows a workaround&amp;#63;&lt;br /&gt;Error transcript follows&amp;#58;&lt;br /&gt;&lt;br /&gt;Exception Information&lt;br /&gt;&lt;br /&gt;Unable to cast object of type &amp;#39;System.Int32&amp;#39; to type &amp;#39;System.String&amp;#39;.&lt;br /&gt;&lt;br /&gt;   at Facebook.Service.Core.FacebookRequest.CreateSession&amp;#40;String authToken, String&amp;#38; userID, Boolean&amp;#38; expires, String&amp;#38; secret&amp;#41; in &amp;#92;Facebook.NET&amp;#92;Framework&amp;#92;Service&amp;#92;Core&amp;#92;FacebookRequest.cs&amp;#58;line 180&lt;br /&gt;   at Facebook.Web.FacebookFbmlSession.Initialize&amp;#40;HttpContext context&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookFbmlSession.cs&amp;#58;line 44&lt;br /&gt;   at Facebook.Web.FacebookApplication.OnPagePreLoad&amp;#40;Object sender, EventArgs e&amp;#41; in &amp;#92;Facebook.NET&amp;#92;FrameworkWeb&amp;#92;Web&amp;#92;FacebookApplication.cs&amp;#58;line 581&lt;br /&gt;   at System.Web.UI.Page.OnPreLoad&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;</description><author>OBeron</author><pubDate>Sun, 21 Dec 2008 00:56:58 GMT</pubDate><guid isPermaLink="false">Created Issue: FacebookRequest.cs:line 180 - Unable to cast object of type 'System.Int32' to type 'System.String'. 20081221125658A</guid></item><item><title>Created Issue: Unable to Debug</title><link>http://www.codeplex.com/FacebookNET/WorkItem/View.aspx?WorkItemId=6832</link><description>Hi All,&lt;br /&gt;I have been developing an application in Facebook using the dll. I am half way through my application. All of a sudden I am not able to debug using Visual Studio. I tried in VS2005 and VS2008 and having the same problems. Can any help me out in resolving this issue.&lt;br /&gt;&lt;br /&gt;Thanks ,&lt;br /&gt;Phani...&lt;br /&gt;</description><author>mpsundar</author><pubDate>Fri, 19 Dec 2008 07:23:38 GMT</pubDate><guid isPermaLink="false">Created Issue: Unable to Debug 20081219072338A</guid></item></channel></rss>