<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>facebooksdk Issue Tracker Rss Feed</title><link>http://facebooksdk.codeplex.com/workitem/list/basic</link><description>facebooksdk Issue Tracker Rss Description</description><item><title>Commented Issue: Disconnects Facebook account after 2 hours. Error occured while retrieving Facebook data (OAuthException) Error validating access token: Session has expired at unix time 1340802000. The current unix time is 1341470471.  [5934]</title><link>http://facebooksdk.codeplex.com/workitem/5934</link><description>Previously i was using facebook v5.2 with below code&lt;br /&gt;var fbWebContext &amp;#61; new FacebookWebContext&amp;#40;FacebookApplication.Current, ControllerContext.HttpContext&amp;#41;&amp;#59;&lt;br /&gt;if &amp;#40;fbWebContext.IsAuthorized&amp;#40;&amp;#34;user_about_me,publish_stream,email,user_status&amp;#34;.Split&amp;#40;&amp;#39;,&amp;#39;&amp;#41;&amp;#41;&amp;#41;&lt;br /&gt;&amp;#125;&lt;br /&gt;var fb &amp;#61; new FacebookWebClient&amp;#40;user.FacebookAccessToken&amp;#41;&amp;#59;&lt;br /&gt;dynamic me &amp;#61; fb.Get&amp;#40;&amp;#34;me&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;string first_name &amp;#61; me.first_name&amp;#59;&lt;br /&gt;string last_name &amp;#61; me.last_name&amp;#59;&lt;br /&gt;-----&lt;br /&gt;Above code was working fine but i have to add the offline_access for long live session it was expire with in 2 hours so i download the facebook v6 version. After updating the version the above code stops working.&lt;br /&gt;&lt;br /&gt;FacebookWebContext&amp;#40;IFacebookApplication settings, HttpContextBase httpContext&amp;#41;&lt;br /&gt;I am not getting the IFacebookApplication interface. how can i pass the settings value.&lt;br /&gt;Error&amp;#58;-&lt;br /&gt;Could not load type &amp;#39;Facebook.FacebookApplication&amp;#39; from assembly &amp;#39;Facebook, Version&amp;#61;6.0.10.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;58cb4f2111d1e6de&amp;#39;.&lt;br /&gt;&lt;br /&gt;Please give me the solution as early as possible.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: This is test comment</description><author>pragneshs9</author><pubDate>Thu, 05 Jul 2012 10:14:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: Disconnects Facebook account after 2 hours. Error occured while retrieving Facebook data (OAuthException) Error validating access token: Session has expired at unix time 1340802000. The current unix time is 1341470471.  [5934] 20120705101458A</guid></item><item><title>Created Issue: Disconnects Facebook account after 2 hours. Error occured while retrieving Facebook data (OAuthException) Error validating access token: Session has expired at unix time 1340802000. The current unix time is 1341470471.  [5934]</title><link>http://facebooksdk.codeplex.com/workitem/5934</link><description>Previously i was using facebook v5.2 with below code&lt;br /&gt;var fbWebContext &amp;#61; new FacebookWebContext&amp;#40;FacebookApplication.Current, ControllerContext.HttpContext&amp;#41;&amp;#59;&lt;br /&gt;if &amp;#40;fbWebContext.IsAuthorized&amp;#40;&amp;#34;user_about_me,publish_stream,email,user_status&amp;#34;.Split&amp;#40;&amp;#39;,&amp;#39;&amp;#41;&amp;#41;&amp;#41;&lt;br /&gt;&amp;#125;&lt;br /&gt;var fb &amp;#61; new FacebookWebClient&amp;#40;user.FacebookAccessToken&amp;#41;&amp;#59;&lt;br /&gt;dynamic me &amp;#61; fb.Get&amp;#40;&amp;#34;me&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;string first_name &amp;#61; me.first_name&amp;#59;&lt;br /&gt;string last_name &amp;#61; me.last_name&amp;#59;&lt;br /&gt;-----&lt;br /&gt;Above code was working fine but i have to add the offline_access for long live session it was expire with in 2 hours so i download the facebook v6 version. After updating the version the above code stops working.&lt;br /&gt;&lt;br /&gt;FacebookWebContext&amp;#40;IFacebookApplication settings, HttpContextBase httpContext&amp;#41;&lt;br /&gt;I am not getting the IFacebookApplication interface. how can i pass the settings value.&lt;br /&gt;Error&amp;#58;-&lt;br /&gt;Could not load type &amp;#39;Facebook.FacebookApplication&amp;#39; from assembly &amp;#39;Facebook, Version&amp;#61;6.0.10.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;58cb4f2111d1e6de&amp;#39;.&lt;br /&gt;&lt;br /&gt;Please give me the solution as early as possible.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>pragneshs9</author><pubDate>Thu, 05 Jul 2012 06:41:35 GMT</pubDate><guid isPermaLink="false">Created Issue: Disconnects Facebook account after 2 hours. Error occured while retrieving Facebook data (OAuthException) Error validating access token: Session has expired at unix time 1340802000. The current unix time is 1341470471.  [5934] 20120705064135A</guid></item><item><title>Commented Issue: "ClientID required" exception because FacebookApplication.Current is not set by FacebookWebContext  [5902]</title><link>http://facebooksdk.codeplex.com/workitem/5902</link><description>For the description of the issue and for a workaround see&amp;#58; http&amp;#58;&amp;#47;&amp;#47;facebook.stackoverflow.com&amp;#47;questions&amp;#47;7381370&amp;#47;facebook-c-sdk-oauth-exception-clientid-required&amp;#47;7386743&lt;br /&gt;&lt;br /&gt;The problem is that when FacebookWebContext is instantiated with app settings then FacebookApplication.Current doesn&amp;#39;t properly get set. The other way around&amp;#58; FacebookSession uses FacebookApplication.Current, but IMHO not a kind of global object should be used but the IFacebookApplication instance passed around.&lt;br /&gt;Comments: FacebookWebContext&amp;#40;IFacebookApplication settings, HttpContextBase httpContext&amp;#41;&amp;#10;I am not getting the IFacebookApplication interface. how can i pass the settings value. &amp;#10;Error&amp;#58;-&amp;#10;Could not load type &amp;#39;Facebook.FacebookApplication&amp;#39; from assembly &amp;#39;Facebook, Version&amp;#61;6.0.10.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;58cb4f2111d1e6de&amp;#39;.&amp;#10;</description><author>pragneshs9</author><pubDate>Thu, 05 Jul 2012 06:36:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: "ClientID required" exception because FacebookApplication.Current is not set by FacebookWebContext  [5902] 20120705063651A</guid></item><item><title>Commented Issue: "ClientID required" exception because FacebookApplication.Current is not set by FacebookWebContext  [5902]</title><link>http://facebooksdk.codeplex.com/workitem/5902</link><description>For the description of the issue and for a workaround see&amp;#58; http&amp;#58;&amp;#47;&amp;#47;facebook.stackoverflow.com&amp;#47;questions&amp;#47;7381370&amp;#47;facebook-c-sdk-oauth-exception-clientid-required&amp;#47;7386743&lt;br /&gt;&lt;br /&gt;The problem is that when FacebookWebContext is instantiated with app settings then FacebookApplication.Current doesn&amp;#39;t properly get set. The other way around&amp;#58; FacebookSession uses FacebookApplication.Current, but IMHO not a kind of global object should be used but the IFacebookApplication instance passed around.&lt;br /&gt;Comments: Previously i was using facebook v5.2 with below code&amp;#10;var fbWebContext &amp;#61; new FacebookWebContext&amp;#40;FacebookApplication.Current, ControllerContext.HttpContext&amp;#41;&amp;#59;&amp;#10;if &amp;#40;fbWebContext.IsAuthorized&amp;#40;&amp;#34;user_about_me,publish_stream,email,user_status&amp;#34;.Split&amp;#40;&amp;#39;,&amp;#39;&amp;#41;&amp;#41;&amp;#41;&amp;#10;&amp;#125;&amp;#10; var fb &amp;#61; new FacebookWebClient&amp;#40;user.FacebookAccessToken&amp;#41;&amp;#59;&amp;#10;                    dynamic me &amp;#61; fb.Get&amp;#40;&amp;#34;me&amp;#34;&amp;#41;&amp;#59;                    &amp;#10;                    string first_name &amp;#61; me.first_name&amp;#59;&amp;#10;                    string last_name &amp;#61; me.last_name&amp;#59;&amp;#10;-----&amp;#10;Above code was working fine but i have to add the offline_access for long live session it was expire with in 2 hours so i download the facebook v6 version. After updating the version the above code stops working.&amp;#10;Please give me the solution as early as possible.</description><author>pragneshs9</author><pubDate>Thu, 05 Jul 2012 05:55:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: "ClientID required" exception because FacebookApplication.Current is not set by FacebookWebContext  [5902] 20120705055515A</guid></item><item><title>Closed Issue: JsonObject should be marked as serializable [5933]</title><link>http://facebooksdk.codeplex.com/workitem/5933</link><description>Why&amp;#63; we&amp;#39;re using Load balancing on our servers and when active we&lt;br /&gt; get the error&amp;#58; Unable to serialize the session state. In &amp;#39;StateServer&amp;#39; and &amp;#39;SQLServer&amp;#39; mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted &amp;#38; &amp;#91;SerializationException&amp;#58; Type &amp;#39;Facebook.JsonObject&amp;#39; in Assembly &amp;#39;Facebook, Version&amp;#61;5.4.1.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;58cb4f2111d1e6de&amp;#39; is not marked as serializable.&amp;#93;&lt;br /&gt;Comments: open issue at https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;facebook-csharp-sdk&amp;#47;facebook-csharp-sdk&amp;#10;&amp;#10;if it is related to SimpleJson open new issue at https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;facebook-csharp-sdk&amp;#47;simple-json</description><author>prabirshrestha</author><pubDate>Tue, 06 Mar 2012 15:02:51 GMT</pubDate><guid isPermaLink="false">Closed Issue: JsonObject should be marked as serializable [5933] 20120306030251P</guid></item><item><title>Created Issue: JsonObject should be marked as serializable [5933]</title><link>http://facebooksdk.codeplex.com/workitem/5933</link><description>Why&amp;#63; we&amp;#39;re using Load balancing on our servers and when active we&lt;br /&gt; get the error&amp;#58; Unable to serialize the session state. In &amp;#39;StateServer&amp;#39; and &amp;#39;SQLServer&amp;#39; mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted &amp;#38; &amp;#91;SerializationException&amp;#58; Type &amp;#39;Facebook.JsonObject&amp;#39; in Assembly &amp;#39;Facebook, Version&amp;#61;5.4.1.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;58cb4f2111d1e6de&amp;#39; is not marked as serializable.&amp;#93;&lt;br /&gt;</description><author>YannickHammens</author><pubDate>Tue, 06 Mar 2012 14:42:25 GMT</pubDate><guid isPermaLink="false">Created Issue: JsonObject should be marked as serializable [5933] 20120306024225P</guid></item><item><title>Commented Issue: WP7: Cannot log into Facebook: KeyNotFoundException  [5925]</title><link>http://facebooksdk.codeplex.com/workitem/5925</link><description>Hi Prabir, I&amp;#39;m opening the issue per your request in this discussion&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;facebooksdk.codeplex.com&amp;#47;discussions&amp;#47;284103&lt;br /&gt;&lt;br /&gt;It seems like every time I try to login I get a KeyNotFoundException. It&amp;#39;s rendering the application unusable since there&amp;#39;s no graceful way out of this exception, at least none that I know. Thank you for your quick response&amp;#33;&lt;br /&gt;&lt;br /&gt;comments from the discussion thread&amp;#58;&lt;br /&gt;johnwarns&lt;br /&gt;Sat at 2&amp;#58;16 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;any one else getting a KeyNotFoundException error when running the Windows phone sample&amp;#63;&lt;br /&gt;&lt;br /&gt;john&lt;br /&gt;&amp;#9;&lt;br /&gt;Reply&lt;br /&gt;Reply with quote&lt;br /&gt;Bob_12345&lt;br /&gt;Today at 10&amp;#58;14 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;I just started having this issue recently, out of the blue. The following exception occurs&amp;#58;&lt;br /&gt;&lt;br /&gt;System.Collections.Generic.KeyNotFoundException was unhandled&lt;br /&gt;  Message&amp;#61;KeyNotFoundException&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at System.ThrowHelper.ThrowKeyNotFoundException&amp;#40;&amp;#41;&lt;br /&gt;       at System.Collections.Generic.Dictionary&amp;#96;2.get_Item&amp;#40;String key&amp;#41;&lt;br /&gt;       at Facebook.JsonObject.get_Item&amp;#40;String key&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.BuildExchangeCodeForAccessTokenResult&amp;#40;String json&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.&amp;#60;ExchangeCodeForAccessTokenAsync&amp;#62;b__6&amp;#40;String json&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.&amp;#60;&amp;#62;c__DisplayClass9.&amp;#60;OAuthRequestAsync&amp;#62;b__8&amp;#40;Object o, OpenReadCompletedEventArgs e&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OnOpenReadCompleted&amp;#40;OpenReadCompletedEventArgs args&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.ResponseCallback&amp;#40;IAsyncResult asyncResult, Object userToken&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OpenReadAsync&amp;#40;Object userToken&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OpenReadAsync&amp;#40;&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.&amp;#60;&amp;#62;c__DisplayClass9.&amp;#60;OAuthRequestAsync&amp;#62;b__8&amp;#40;Object o, OpenReadCompletedEventArgs e&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OnOpenReadCompleted&amp;#40;OpenReadCompletedEventArgs args&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.ResponseCallback&amp;#40;IAsyncResult asyncResult, Object userToken&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.&amp;#60;&amp;#62;c__DisplayClass2.&amp;#60;OpenReadAsync&amp;#62;b__0&amp;#40;IAsyncResult ar&amp;#41;&lt;br /&gt;       at System.Net.Browser.ClientHttpWebRequest.&amp;#60;&amp;#62;c__DisplayClassa.&amp;#60;InvokeGetResponseCallback&amp;#62;b__8&amp;#40;Object state2&amp;#41;&lt;br /&gt;       at System.Threading.ThreadPool.WorkItem.WaitCallback_Context&amp;#40;Object state&amp;#41;&lt;br /&gt;       at System.Threading.ExecutionContext.Run&amp;#40;ExecutionContext executionContext, ContextCallback callback, Object state&amp;#41;&lt;br /&gt;       at System.Threading.ThreadPool.WorkItem.doWork&amp;#40;Object o&amp;#41;&lt;br /&gt;       at System.Threading.Timer.ring&amp;#40;&amp;#41;&lt;br /&gt;&amp;#9;&lt;br /&gt;Edit&lt;br /&gt;Reply&lt;br /&gt;Reply with quote&lt;br /&gt;Bob_12345&lt;br /&gt;Today at 10&amp;#58;24 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;I think the indexer in that Json object implementation is failing. It&amp;#39;s really rendering the whole application useless. I think the problem is here, but I&amp;#39;m not 100&amp;#37; certain&amp;#58;&lt;br /&gt;&lt;br /&gt;private object BuildExchangeCodeForAccessTokenResult&amp;#40;string json&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;var returnParameter &amp;#61; new JsonObject&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;FacebookUtils.ParseQueryParametersToDictionary&amp;#40;&amp;#34;&amp;#63;&amp;#34; &amp;#43; json, returnParameter&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; access_token&amp;#61;string&amp;#38;expires&amp;#61;long or access_token&amp;#61;string&lt;br /&gt;&amp;#47;&amp;#47; Convert to JsonObject to support dynamic and be consistent with the rest of the library.&lt;br /&gt;var jsonObject &amp;#61; new JsonObject&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;jsonObject&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93; &amp;#61; returnParameter&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93;&amp;#59; &amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;Here&lt;br /&gt;....&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;Since his&amp;#47;her indexer implementation for JsonObject in JsonSimple.CS, no check for &amp;#34;ContainsKey&amp;#34;&amp;#58;&lt;br /&gt;public object this&amp;#91;string key&amp;#93;&lt;br /&gt;&amp;#123;&lt;br /&gt;get &amp;#123; return _members&amp;#91;key&amp;#93;&amp;#59; &amp;#125;&lt;br /&gt;set &amp;#123; _members&amp;#91;key&amp;#93; &amp;#61; value&amp;#59; &amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#9;&lt;br /&gt;Edit&lt;br /&gt;Reply&lt;br /&gt;Reply with quote&lt;br /&gt;prabirshrestha&lt;br /&gt;Coordinator&lt;br /&gt;Today at 10&amp;#58;28 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;seems like it needs the following line of code&lt;br /&gt;&lt;br /&gt;var jsonObject &amp;#61; new JsonObject&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;if&amp;#40;jsonObject.ContainsKey&amp;#40;&amp;#34;access_token&amp;#34;&amp;#41;&amp;#41;&lt;br /&gt;jsonObject&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93; &amp;#61; returnParameter&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;could you either file a new issue or send a pull request.&lt;br /&gt;&lt;br /&gt;thanks,&lt;br /&gt;&lt;br /&gt;prabir&lt;br /&gt;Comments: please file the issue in github instead if u are still having problems. https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;facebook-csharp-sdk&amp;#47;facebook-csharp-sdk&amp;#47;issues&amp;#47;new</description><author>prabirshrestha</author><pubDate>Mon, 13 Feb 2012 23:53:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: WP7: Cannot log into Facebook: KeyNotFoundException  [5925] 20120213115307P</guid></item><item><title>Commented Issue: WP7: Cannot log into Facebook: KeyNotFoundException  [5925]</title><link>http://facebooksdk.codeplex.com/workitem/5925</link><description>Hi Prabir, I&amp;#39;m opening the issue per your request in this discussion&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;facebooksdk.codeplex.com&amp;#47;discussions&amp;#47;284103&lt;br /&gt;&lt;br /&gt;It seems like every time I try to login I get a KeyNotFoundException. It&amp;#39;s rendering the application unusable since there&amp;#39;s no graceful way out of this exception, at least none that I know. Thank you for your quick response&amp;#33;&lt;br /&gt;&lt;br /&gt;comments from the discussion thread&amp;#58;&lt;br /&gt;johnwarns&lt;br /&gt;Sat at 2&amp;#58;16 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;any one else getting a KeyNotFoundException error when running the Windows phone sample&amp;#63;&lt;br /&gt;&lt;br /&gt;john&lt;br /&gt;&amp;#9;&lt;br /&gt;Reply&lt;br /&gt;Reply with quote&lt;br /&gt;Bob_12345&lt;br /&gt;Today at 10&amp;#58;14 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;I just started having this issue recently, out of the blue. The following exception occurs&amp;#58;&lt;br /&gt;&lt;br /&gt;System.Collections.Generic.KeyNotFoundException was unhandled&lt;br /&gt;  Message&amp;#61;KeyNotFoundException&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at System.ThrowHelper.ThrowKeyNotFoundException&amp;#40;&amp;#41;&lt;br /&gt;       at System.Collections.Generic.Dictionary&amp;#96;2.get_Item&amp;#40;String key&amp;#41;&lt;br /&gt;       at Facebook.JsonObject.get_Item&amp;#40;String key&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.BuildExchangeCodeForAccessTokenResult&amp;#40;String json&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.&amp;#60;ExchangeCodeForAccessTokenAsync&amp;#62;b__6&amp;#40;String json&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.&amp;#60;&amp;#62;c__DisplayClass9.&amp;#60;OAuthRequestAsync&amp;#62;b__8&amp;#40;Object o, OpenReadCompletedEventArgs e&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OnOpenReadCompleted&amp;#40;OpenReadCompletedEventArgs args&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.ResponseCallback&amp;#40;IAsyncResult asyncResult, Object userToken&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OpenReadAsync&amp;#40;Object userToken&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OpenReadAsync&amp;#40;&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.&amp;#60;&amp;#62;c__DisplayClass9.&amp;#60;OAuthRequestAsync&amp;#62;b__8&amp;#40;Object o, OpenReadCompletedEventArgs e&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OnOpenReadCompleted&amp;#40;OpenReadCompletedEventArgs args&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.ResponseCallback&amp;#40;IAsyncResult asyncResult, Object userToken&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.&amp;#60;&amp;#62;c__DisplayClass2.&amp;#60;OpenReadAsync&amp;#62;b__0&amp;#40;IAsyncResult ar&amp;#41;&lt;br /&gt;       at System.Net.Browser.ClientHttpWebRequest.&amp;#60;&amp;#62;c__DisplayClassa.&amp;#60;InvokeGetResponseCallback&amp;#62;b__8&amp;#40;Object state2&amp;#41;&lt;br /&gt;       at System.Threading.ThreadPool.WorkItem.WaitCallback_Context&amp;#40;Object state&amp;#41;&lt;br /&gt;       at System.Threading.ExecutionContext.Run&amp;#40;ExecutionContext executionContext, ContextCallback callback, Object state&amp;#41;&lt;br /&gt;       at System.Threading.ThreadPool.WorkItem.doWork&amp;#40;Object o&amp;#41;&lt;br /&gt;       at System.Threading.Timer.ring&amp;#40;&amp;#41;&lt;br /&gt;&amp;#9;&lt;br /&gt;Edit&lt;br /&gt;Reply&lt;br /&gt;Reply with quote&lt;br /&gt;Bob_12345&lt;br /&gt;Today at 10&amp;#58;24 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;I think the indexer in that Json object implementation is failing. It&amp;#39;s really rendering the whole application useless. I think the problem is here, but I&amp;#39;m not 100&amp;#37; certain&amp;#58;&lt;br /&gt;&lt;br /&gt;private object BuildExchangeCodeForAccessTokenResult&amp;#40;string json&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;var returnParameter &amp;#61; new JsonObject&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;FacebookUtils.ParseQueryParametersToDictionary&amp;#40;&amp;#34;&amp;#63;&amp;#34; &amp;#43; json, returnParameter&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; access_token&amp;#61;string&amp;#38;expires&amp;#61;long or access_token&amp;#61;string&lt;br /&gt;&amp;#47;&amp;#47; Convert to JsonObject to support dynamic and be consistent with the rest of the library.&lt;br /&gt;var jsonObject &amp;#61; new JsonObject&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;jsonObject&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93; &amp;#61; returnParameter&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93;&amp;#59; &amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;Here&lt;br /&gt;....&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;Since his&amp;#47;her indexer implementation for JsonObject in JsonSimple.CS, no check for &amp;#34;ContainsKey&amp;#34;&amp;#58;&lt;br /&gt;public object this&amp;#91;string key&amp;#93;&lt;br /&gt;&amp;#123;&lt;br /&gt;get &amp;#123; return _members&amp;#91;key&amp;#93;&amp;#59; &amp;#125;&lt;br /&gt;set &amp;#123; _members&amp;#91;key&amp;#93; &amp;#61; value&amp;#59; &amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#9;&lt;br /&gt;Edit&lt;br /&gt;Reply&lt;br /&gt;Reply with quote&lt;br /&gt;prabirshrestha&lt;br /&gt;Coordinator&lt;br /&gt;Today at 10&amp;#58;28 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;seems like it needs the following line of code&lt;br /&gt;&lt;br /&gt;var jsonObject &amp;#61; new JsonObject&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;if&amp;#40;jsonObject.ContainsKey&amp;#40;&amp;#34;access_token&amp;#34;&amp;#41;&amp;#41;&lt;br /&gt;jsonObject&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93; &amp;#61; returnParameter&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;could you either file a new issue or send a pull request.&lt;br /&gt;&lt;br /&gt;thanks,&lt;br /&gt;&lt;br /&gt;prabir&lt;br /&gt;Comments: I guess the problem will still exists for the users that have selected &amp;#34;secure browsing&amp;#34; option. Is there a workaround for those users&amp;#63; Any recommendations&amp;#63;</description><author>ldcontact</author><pubDate>Mon, 13 Feb 2012 22:42:26 GMT</pubDate><guid isPermaLink="false">Commented Issue: WP7: Cannot log into Facebook: KeyNotFoundException  [5925] 20120213104226P</guid></item><item><title>Commented Issue: WP7: Cannot log into Facebook: KeyNotFoundException  [5925]</title><link>http://facebooksdk.codeplex.com/workitem/5925</link><description>Hi Prabir, I&amp;#39;m opening the issue per your request in this discussion&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;facebooksdk.codeplex.com&amp;#47;discussions&amp;#47;284103&lt;br /&gt;&lt;br /&gt;It seems like every time I try to login I get a KeyNotFoundException. It&amp;#39;s rendering the application unusable since there&amp;#39;s no graceful way out of this exception, at least none that I know. Thank you for your quick response&amp;#33;&lt;br /&gt;&lt;br /&gt;comments from the discussion thread&amp;#58;&lt;br /&gt;johnwarns&lt;br /&gt;Sat at 2&amp;#58;16 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;any one else getting a KeyNotFoundException error when running the Windows phone sample&amp;#63;&lt;br /&gt;&lt;br /&gt;john&lt;br /&gt;&amp;#9;&lt;br /&gt;Reply&lt;br /&gt;Reply with quote&lt;br /&gt;Bob_12345&lt;br /&gt;Today at 10&amp;#58;14 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;I just started having this issue recently, out of the blue. The following exception occurs&amp;#58;&lt;br /&gt;&lt;br /&gt;System.Collections.Generic.KeyNotFoundException was unhandled&lt;br /&gt;  Message&amp;#61;KeyNotFoundException&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at System.ThrowHelper.ThrowKeyNotFoundException&amp;#40;&amp;#41;&lt;br /&gt;       at System.Collections.Generic.Dictionary&amp;#96;2.get_Item&amp;#40;String key&amp;#41;&lt;br /&gt;       at Facebook.JsonObject.get_Item&amp;#40;String key&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.BuildExchangeCodeForAccessTokenResult&amp;#40;String json&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.&amp;#60;ExchangeCodeForAccessTokenAsync&amp;#62;b__6&amp;#40;String json&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.&amp;#60;&amp;#62;c__DisplayClass9.&amp;#60;OAuthRequestAsync&amp;#62;b__8&amp;#40;Object o, OpenReadCompletedEventArgs e&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OnOpenReadCompleted&amp;#40;OpenReadCompletedEventArgs args&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.ResponseCallback&amp;#40;IAsyncResult asyncResult, Object userToken&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OpenReadAsync&amp;#40;Object userToken&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OpenReadAsync&amp;#40;&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.&amp;#60;&amp;#62;c__DisplayClass9.&amp;#60;OAuthRequestAsync&amp;#62;b__8&amp;#40;Object o, OpenReadCompletedEventArgs e&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OnOpenReadCompleted&amp;#40;OpenReadCompletedEventArgs args&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.ResponseCallback&amp;#40;IAsyncResult asyncResult, Object userToken&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.&amp;#60;&amp;#62;c__DisplayClass2.&amp;#60;OpenReadAsync&amp;#62;b__0&amp;#40;IAsyncResult ar&amp;#41;&lt;br /&gt;       at System.Net.Browser.ClientHttpWebRequest.&amp;#60;&amp;#62;c__DisplayClassa.&amp;#60;InvokeGetResponseCallback&amp;#62;b__8&amp;#40;Object state2&amp;#41;&lt;br /&gt;       at System.Threading.ThreadPool.WorkItem.WaitCallback_Context&amp;#40;Object state&amp;#41;&lt;br /&gt;       at System.Threading.ExecutionContext.Run&amp;#40;ExecutionContext executionContext, ContextCallback callback, Object state&amp;#41;&lt;br /&gt;       at System.Threading.ThreadPool.WorkItem.doWork&amp;#40;Object o&amp;#41;&lt;br /&gt;       at System.Threading.Timer.ring&amp;#40;&amp;#41;&lt;br /&gt;&amp;#9;&lt;br /&gt;Edit&lt;br /&gt;Reply&lt;br /&gt;Reply with quote&lt;br /&gt;Bob_12345&lt;br /&gt;Today at 10&amp;#58;24 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;I think the indexer in that Json object implementation is failing. It&amp;#39;s really rendering the whole application useless. I think the problem is here, but I&amp;#39;m not 100&amp;#37; certain&amp;#58;&lt;br /&gt;&lt;br /&gt;private object BuildExchangeCodeForAccessTokenResult&amp;#40;string json&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;var returnParameter &amp;#61; new JsonObject&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;FacebookUtils.ParseQueryParametersToDictionary&amp;#40;&amp;#34;&amp;#63;&amp;#34; &amp;#43; json, returnParameter&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; access_token&amp;#61;string&amp;#38;expires&amp;#61;long or access_token&amp;#61;string&lt;br /&gt;&amp;#47;&amp;#47; Convert to JsonObject to support dynamic and be consistent with the rest of the library.&lt;br /&gt;var jsonObject &amp;#61; new JsonObject&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;jsonObject&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93; &amp;#61; returnParameter&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93;&amp;#59; &amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;Here&lt;br /&gt;....&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;Since his&amp;#47;her indexer implementation for JsonObject in JsonSimple.CS, no check for &amp;#34;ContainsKey&amp;#34;&amp;#58;&lt;br /&gt;public object this&amp;#91;string key&amp;#93;&lt;br /&gt;&amp;#123;&lt;br /&gt;get &amp;#123; return _members&amp;#91;key&amp;#93;&amp;#59; &amp;#125;&lt;br /&gt;set &amp;#123; _members&amp;#91;key&amp;#93; &amp;#61; value&amp;#59; &amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#9;&lt;br /&gt;Edit&lt;br /&gt;Reply&lt;br /&gt;Reply with quote&lt;br /&gt;prabirshrestha&lt;br /&gt;Coordinator&lt;br /&gt;Today at 10&amp;#58;28 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;seems like it needs the following line of code&lt;br /&gt;&lt;br /&gt;var jsonObject &amp;#61; new JsonObject&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;if&amp;#40;jsonObject.ContainsKey&amp;#40;&amp;#34;access_token&amp;#34;&amp;#41;&amp;#41;&lt;br /&gt;jsonObject&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93; &amp;#61; returnParameter&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;could you either file a new issue or send a pull request.&lt;br /&gt;&lt;br /&gt;thanks,&lt;br /&gt;&lt;br /&gt;prabir&lt;br /&gt;Comments: fyi, I just confirmed that if you disable the &amp;#34;secure browsing&amp;#34; in the FB settings, it works fine</description><author>ldcontact</author><pubDate>Mon, 13 Feb 2012 22:06:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: WP7: Cannot log into Facebook: KeyNotFoundException  [5925] 20120213100608P</guid></item><item><title>Commented Issue: WP7: Cannot log into Facebook: KeyNotFoundException  [5925]</title><link>http://facebooksdk.codeplex.com/workitem/5925</link><description>Hi Prabir, I&amp;#39;m opening the issue per your request in this discussion&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;facebooksdk.codeplex.com&amp;#47;discussions&amp;#47;284103&lt;br /&gt;&lt;br /&gt;It seems like every time I try to login I get a KeyNotFoundException. It&amp;#39;s rendering the application unusable since there&amp;#39;s no graceful way out of this exception, at least none that I know. Thank you for your quick response&amp;#33;&lt;br /&gt;&lt;br /&gt;comments from the discussion thread&amp;#58;&lt;br /&gt;johnwarns&lt;br /&gt;Sat at 2&amp;#58;16 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;any one else getting a KeyNotFoundException error when running the Windows phone sample&amp;#63;&lt;br /&gt;&lt;br /&gt;john&lt;br /&gt;&amp;#9;&lt;br /&gt;Reply&lt;br /&gt;Reply with quote&lt;br /&gt;Bob_12345&lt;br /&gt;Today at 10&amp;#58;14 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;I just started having this issue recently, out of the blue. The following exception occurs&amp;#58;&lt;br /&gt;&lt;br /&gt;System.Collections.Generic.KeyNotFoundException was unhandled&lt;br /&gt;  Message&amp;#61;KeyNotFoundException&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at System.ThrowHelper.ThrowKeyNotFoundException&amp;#40;&amp;#41;&lt;br /&gt;       at System.Collections.Generic.Dictionary&amp;#96;2.get_Item&amp;#40;String key&amp;#41;&lt;br /&gt;       at Facebook.JsonObject.get_Item&amp;#40;String key&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.BuildExchangeCodeForAccessTokenResult&amp;#40;String json&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.&amp;#60;ExchangeCodeForAccessTokenAsync&amp;#62;b__6&amp;#40;String json&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.&amp;#60;&amp;#62;c__DisplayClass9.&amp;#60;OAuthRequestAsync&amp;#62;b__8&amp;#40;Object o, OpenReadCompletedEventArgs e&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OnOpenReadCompleted&amp;#40;OpenReadCompletedEventArgs args&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.ResponseCallback&amp;#40;IAsyncResult asyncResult, Object userToken&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OpenReadAsync&amp;#40;Object userToken&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OpenReadAsync&amp;#40;&amp;#41;&lt;br /&gt;       at Facebook.FacebookOAuthClient.&amp;#60;&amp;#62;c__DisplayClass9.&amp;#60;OAuthRequestAsync&amp;#62;b__8&amp;#40;Object o, OpenReadCompletedEventArgs e&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.OnOpenReadCompleted&amp;#40;OpenReadCompletedEventArgs args&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.ResponseCallback&amp;#40;IAsyncResult asyncResult, Object userToken&amp;#41;&lt;br /&gt;       at FluentHttp.HttpHelper.&amp;#60;&amp;#62;c__DisplayClass2.&amp;#60;OpenReadAsync&amp;#62;b__0&amp;#40;IAsyncResult ar&amp;#41;&lt;br /&gt;       at System.Net.Browser.ClientHttpWebRequest.&amp;#60;&amp;#62;c__DisplayClassa.&amp;#60;InvokeGetResponseCallback&amp;#62;b__8&amp;#40;Object state2&amp;#41;&lt;br /&gt;       at System.Threading.ThreadPool.WorkItem.WaitCallback_Context&amp;#40;Object state&amp;#41;&lt;br /&gt;       at System.Threading.ExecutionContext.Run&amp;#40;ExecutionContext executionContext, ContextCallback callback, Object state&amp;#41;&lt;br /&gt;       at System.Threading.ThreadPool.WorkItem.doWork&amp;#40;Object o&amp;#41;&lt;br /&gt;       at System.Threading.Timer.ring&amp;#40;&amp;#41;&lt;br /&gt;&amp;#9;&lt;br /&gt;Edit&lt;br /&gt;Reply&lt;br /&gt;Reply with quote&lt;br /&gt;Bob_12345&lt;br /&gt;Today at 10&amp;#58;24 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;I think the indexer in that Json object implementation is failing. It&amp;#39;s really rendering the whole application useless. I think the problem is here, but I&amp;#39;m not 100&amp;#37; certain&amp;#58;&lt;br /&gt;&lt;br /&gt;private object BuildExchangeCodeForAccessTokenResult&amp;#40;string json&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;var returnParameter &amp;#61; new JsonObject&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;FacebookUtils.ParseQueryParametersToDictionary&amp;#40;&amp;#34;&amp;#63;&amp;#34; &amp;#43; json, returnParameter&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; access_token&amp;#61;string&amp;#38;expires&amp;#61;long or access_token&amp;#61;string&lt;br /&gt;&amp;#47;&amp;#47; Convert to JsonObject to support dynamic and be consistent with the rest of the library.&lt;br /&gt;var jsonObject &amp;#61; new JsonObject&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;jsonObject&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93; &amp;#61; returnParameter&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93;&amp;#59; &amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;&amp;#60;Here&lt;br /&gt;....&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;Since his&amp;#47;her indexer implementation for JsonObject in JsonSimple.CS, no check for &amp;#34;ContainsKey&amp;#34;&amp;#58;&lt;br /&gt;public object this&amp;#91;string key&amp;#93;&lt;br /&gt;&amp;#123;&lt;br /&gt;get &amp;#123; return _members&amp;#91;key&amp;#93;&amp;#59; &amp;#125;&lt;br /&gt;set &amp;#123; _members&amp;#91;key&amp;#93; &amp;#61; value&amp;#59; &amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#9;&lt;br /&gt;Edit&lt;br /&gt;Reply&lt;br /&gt;Reply with quote&lt;br /&gt;prabirshrestha&lt;br /&gt;Coordinator&lt;br /&gt;Today at 10&amp;#58;28 PM&lt;br /&gt;&amp;#9;&lt;br /&gt;&lt;br /&gt;seems like it needs the following line of code&lt;br /&gt;&lt;br /&gt;var jsonObject &amp;#61; new JsonObject&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;if&amp;#40;jsonObject.ContainsKey&amp;#40;&amp;#34;access_token&amp;#34;&amp;#41;&amp;#41;&lt;br /&gt;jsonObject&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93; &amp;#61; returnParameter&amp;#91;&amp;#34;access_token&amp;#34;&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;could you either file a new issue or send a pull request.&lt;br /&gt;&lt;br /&gt;thanks,&lt;br /&gt;&lt;br /&gt;prabir&lt;br /&gt;Comments: I am having the same problem. What a bummer&amp;#33;&amp;#33;&amp;#33;</description><author>ldcontact</author><pubDate>Mon, 13 Feb 2012 21:38:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: WP7: Cannot log into Facebook: KeyNotFoundException  [5925] 20120213093841P</guid></item><item><title>Commented Issue: POST to graph + Json Encoding doesn't do what it "should" [5915]</title><link>http://facebooksdk.codeplex.com/workitem/5915</link><description>I&amp;#39;m using the ads api through graph. Just transferred over. We build up an elaborate set of ExpandoObjects to post the ad. One of the sub-ExpandoObjects is called &amp;#34;creative&amp;#34; and it has the creative. The JSON encoding that&amp;#39;s happening in here seems to be brain damaged about escaping double quotes. Here&amp;#39;s a part of the posted form grabbed from the stream. Note the &amp;#34;body&amp;#34; text has double quotes in it and whatever JSON encoding is happening inside the FacebookSDK seems to be falling down here&amp;#58;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Content-Disposition&amp;#58; form-data&amp;#59; name&amp;#61;&amp;#34;creative&amp;#34;&lt;br /&gt;&lt;br /&gt;&amp;#123;&amp;#34;title&amp;#34;&amp;#58;&amp;#34;Put your quarters up&amp;#33;&amp;#34;,&amp;#34;body&amp;#34;&amp;#58;&amp;#34;Please &amp;#34;check&amp;#34; out the classics at the coinop.org museum.&amp;#34;,&amp;#34;image_file&amp;#34;&amp;#58;&amp;#34;&amp;#64;image_7036.png&amp;#34;,&amp;#34;type&amp;#34;&amp;#58;27,&amp;#34;story_id&amp;#34;&amp;#58;&amp;#34;266129693418752_286263474731831&amp;#34;,&amp;#34;object_id&amp;#34;&amp;#58;266129693418752,&amp;#34;name&amp;#34;&amp;#58;&amp;#34;Dynamic 1_polybius.aspx_Arcade Games&amp;#34;&amp;#125;&lt;br /&gt;--8ce614f4e9a4932&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;this is the function we have to do the post&amp;#58;&lt;br /&gt;&lt;br /&gt;        public static dynamic GraphPost&amp;#40;string url, IDictionary&amp;#60;string, object&amp;#62; postData&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            var app &amp;#61; new Facebook.FacebookClient&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            dynamic result &amp;#61; app.Post&amp;#40;url, postData&amp;#41;&amp;#59;&lt;br /&gt;            return result&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;the url is&amp;#58;&lt;br /&gt;&lt;br /&gt;https&amp;#58;&amp;#47;&amp;#47;graph.facebook.com&amp;#47;act___________&amp;#47;adgroups&amp;#63;access_token&amp;#61;______&lt;br /&gt;&lt;br /&gt;So it has the proper token, etc.&lt;br /&gt;&lt;br /&gt;Any ideas on why that&amp;#39;s happening&amp;#63; I don&amp;#39;t want to write checks for double quote handling if this is a bug in the FacebookSDK, which at the moment I think is true.&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;&lt;br /&gt;Comments: there has been a major rewrite in v6 on how we encode.&amp;#10;please download the latest version from github and continue the discussion at https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;facebook-csharp-sdk&amp;#47;facebook-csharp-sdk&amp;#47;issues&amp;#47;70&amp;#10;&amp;#10;thanks.&amp;#10;prabir</description><author>prabirshrestha</author><pubDate>Sun, 12 Feb 2012 03:05:32 GMT</pubDate><guid isPermaLink="false">Commented Issue: POST to graph + Json Encoding doesn't do what it "should" [5915] 20120212030532A</guid></item><item><title>Commented Issue: FacebookWebContext.HasPermission fails [5922]</title><link>http://facebooksdk.codeplex.com/workitem/5922</link><description>FacebookWebContext.HasPermission fails in some cases because FacebookWebContext.HasPermissions doesn&amp;#39;t take its &amp;#34;permissions&amp;#34; parameter into account.&lt;br /&gt;&lt;br /&gt;For example, FacebookWebContext.Current.HasPermission&amp;#40;&amp;#34;email&amp;#34;&amp;#41; fails because it uses FacebookWebContext.Current.HasPermissions&amp;#40;..., &amp;#91;&amp;#34;email&amp;#34;&amp;#93;&amp;#41;, which returns &amp;#91;&amp;#34;installed&amp;#34;, &amp;#34;email&amp;#34;, &amp;#34;status_update&amp;#34;, ...&amp;#93; instead of just &amp;#91;&amp;#34;email&amp;#34;&amp;#93;.&lt;br /&gt;Comments: you can fork the v5 branch in github and submit a pull request.&amp;#10;&amp;#10;https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;facebook-csharp-sdk&amp;#47;facebook-csharp-sdk&amp;#47;tree&amp;#47;v5</description><author>prabirshrestha</author><pubDate>Mon, 06 Feb 2012 22:31:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: FacebookWebContext.HasPermission fails [5922] 20120206103100P</guid></item><item><title>Commented Issue: FacebookWebContext.HasPermission fails [5922]</title><link>http://facebooksdk.codeplex.com/workitem/5922</link><description>FacebookWebContext.HasPermission fails in some cases because FacebookWebContext.HasPermissions doesn&amp;#39;t take its &amp;#34;permissions&amp;#34; parameter into account.&lt;br /&gt;&lt;br /&gt;For example, FacebookWebContext.Current.HasPermission&amp;#40;&amp;#34;email&amp;#34;&amp;#41; fails because it uses FacebookWebContext.Current.HasPermissions&amp;#40;..., &amp;#91;&amp;#34;email&amp;#34;&amp;#93;&amp;#41;, which returns &amp;#91;&amp;#34;installed&amp;#34;, &amp;#34;email&amp;#34;, &amp;#34;status_update&amp;#34;, ...&amp;#93; instead of just &amp;#91;&amp;#34;email&amp;#34;&amp;#93;.&lt;br /&gt;Comments: It&amp;#39;s too bad this does not get fixed. It&amp;#39;s so easy to do&amp;#33;</description><author>fabrice</author><pubDate>Mon, 06 Feb 2012 21:02:55 GMT</pubDate><guid isPermaLink="false">Commented Issue: FacebookWebContext.HasPermission fails [5922] 20120206090255P</guid></item><item><title>Created Issue: DO NOT CREATE ISSUES HERE [5932]</title><link>http://facebooksdk.codeplex.com/workitem/5932</link><description>We have moved this project to Github. Please create issues at&amp;#58; https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;facebook-csharp-sdk&amp;#47;facebook-csharp-sdk&amp;#47;issues&lt;br /&gt;</description><author>ntotten</author><pubDate>Mon, 06 Feb 2012 20:37:31 GMT</pubDate><guid isPermaLink="false">Created Issue: DO NOT CREATE ISSUES HERE [5932] 20120206083731P</guid></item><item><title>Closed Feature: Add ability to configure the LoginUrl globally [5873]</title><link>http://facebooksdk.codeplex.com/workitem/5873</link><description>The LoginUrl on the FacebookAuthorizeAttribute is today a instance property and it doesn&amp;#39;t support a global property. This means the login URL has to be replicated whereever the attribute is used. Please add support for a web.config property or use the existing loginUrl within ASP.NET auth configuration.&lt;br /&gt;Comments: Fixed in 5.0.46.</description><author>ntotten</author><pubDate>Mon, 06 Feb 2012 20:36:50 GMT</pubDate><guid isPermaLink="false">Closed Feature: Add ability to configure the LoginUrl globally [5873] 20120206083650P</guid></item><item><title>Closed Task: FacebookOAuthResult(IDictionary&lt;string, object&gt; parameters) ignores the error query string parameter [5918]</title><link>http://facebooksdk.codeplex.com/workitem/5918</link><description>Looking at the constructor, it seems that the &amp;#34;error&amp;#34; query string parameter is not being stored. Facebook isn&amp;#39;t documenting the error_reason parameter &amp;#40;see http&amp;#58;&amp;#47;&amp;#47;developers.facebook.com&amp;#47;docs&amp;#47;oauth&amp;#47;errors&amp;#47;&amp;#41; which makes is difficult to handle authorization errors. Is it possible to add this to the class as the Error property&amp;#63;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: Fixed in 5.4.1</description><author>ntotten</author><pubDate>Mon, 06 Feb 2012 20:36:28 GMT</pubDate><guid isPermaLink="false">Closed Task: FacebookOAuthResult(IDictionary&lt;string, object&gt; parameters) ignores the error query string parameter [5918] 20120206083628P</guid></item><item><title>Closed Feature: SDK does not generate URLS for tab applications [5849]</title><link>http://facebooksdk.codeplex.com/workitem/5849</link><description>At the moment the sdk doesn&amp;#39;t support a way to generate urls besides canvas app.&lt;br /&gt;&lt;br /&gt;Need to add a new method like ResolveTabUrl&amp;#40;&amp;#41;&lt;br /&gt;Comments: Moved to github&amp;#58; https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;facebook-csharp-sdk&amp;#47;facebook-csharp-sdk&amp;#47;issues&amp;#47;72</description><author>ntotten</author><pubDate>Mon, 06 Feb 2012 20:35:49 GMT</pubDate><guid isPermaLink="false">Closed Feature: SDK does not generate URLS for tab applications [5849] 20120206083549P</guid></item><item><title>Closed Issue: White page on WP7 [5919]</title><link>http://facebooksdk.codeplex.com/workitem/5919</link><description>If i turn on the Device Security on FB  i get white screen after entering code from SMS instead of page with token.&lt;br /&gt;This is the uri i get&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.facebook.com&amp;#47;dialog&amp;#47;permissions.request&amp;#63;_path&amp;#61;permissions.request&amp;#38;app_id&amp;#61;137409049650615&amp;#38;redirect_uri&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.facebook.com&amp;#47;connect&amp;#47;login_success.html&amp;#38;display&amp;#61;touch&amp;#38;response_type&amp;#61;token&amp;#38;fbconnect&amp;#61;1&amp;#38;perms&amp;#61;offline_access&amp;#38;from_login&amp;#61;1&amp;#38;refsrc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;m.facebook.com&amp;#47;checkpoint&amp;#47;&amp;#38;refid&amp;#61;0&amp;#38;m_sess&amp;#61;RHKNu-v7bCAf2M&amp;#38;_rdr&lt;br /&gt;&lt;br /&gt;If i open it in my Firefox on PC it redirects to page with AcessToken, but on device nothing happens. &lt;br /&gt;&lt;br /&gt;Maybe u have any ideas&amp;#63;&lt;br /&gt;Comments: Moved to github&amp;#58; https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;facebook-csharp-sdk&amp;#47;facebook-csharp-sdk&amp;#47;issues&amp;#47;71</description><author>ntotten</author><pubDate>Mon, 06 Feb 2012 20:35:22 GMT</pubDate><guid isPermaLink="false">Closed Issue: White page on WP7 [5919] 20120206083522P</guid></item><item><title>Closed Issue: POST to graph + Json Encoding doesn't do what it "should" [5915]</title><link>http://facebooksdk.codeplex.com/workitem/5915</link><description>I&amp;#39;m using the ads api through graph. Just transferred over. We build up an elaborate set of ExpandoObjects to post the ad. One of the sub-ExpandoObjects is called &amp;#34;creative&amp;#34; and it has the creative. The JSON encoding that&amp;#39;s happening in here seems to be brain damaged about escaping double quotes. Here&amp;#39;s a part of the posted form grabbed from the stream. Note the &amp;#34;body&amp;#34; text has double quotes in it and whatever JSON encoding is happening inside the FacebookSDK seems to be falling down here&amp;#58;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Content-Disposition&amp;#58; form-data&amp;#59; name&amp;#61;&amp;#34;creative&amp;#34;&lt;br /&gt;&lt;br /&gt;&amp;#123;&amp;#34;title&amp;#34;&amp;#58;&amp;#34;Put your quarters up&amp;#33;&amp;#34;,&amp;#34;body&amp;#34;&amp;#58;&amp;#34;Please &amp;#34;check&amp;#34; out the classics at the coinop.org museum.&amp;#34;,&amp;#34;image_file&amp;#34;&amp;#58;&amp;#34;&amp;#64;image_7036.png&amp;#34;,&amp;#34;type&amp;#34;&amp;#58;27,&amp;#34;story_id&amp;#34;&amp;#58;&amp;#34;266129693418752_286263474731831&amp;#34;,&amp;#34;object_id&amp;#34;&amp;#58;266129693418752,&amp;#34;name&amp;#34;&amp;#58;&amp;#34;Dynamic 1_polybius.aspx_Arcade Games&amp;#34;&amp;#125;&lt;br /&gt;--8ce614f4e9a4932&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;this is the function we have to do the post&amp;#58;&lt;br /&gt;&lt;br /&gt;        public static dynamic GraphPost&amp;#40;string url, IDictionary&amp;#60;string, object&amp;#62; postData&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            var app &amp;#61; new Facebook.FacebookClient&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            dynamic result &amp;#61; app.Post&amp;#40;url, postData&amp;#41;&amp;#59;&lt;br /&gt;            return result&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;the url is&amp;#58;&lt;br /&gt;&lt;br /&gt;https&amp;#58;&amp;#47;&amp;#47;graph.facebook.com&amp;#47;act___________&amp;#47;adgroups&amp;#63;access_token&amp;#61;______&lt;br /&gt;&lt;br /&gt;So it has the proper token, etc.&lt;br /&gt;&lt;br /&gt;Any ideas on why that&amp;#39;s happening&amp;#63; I don&amp;#39;t want to write checks for double quote handling if this is a bug in the FacebookSDK, which at the moment I think is true.&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;&lt;br /&gt;Comments: Moved to github&amp;#58; https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;facebook-csharp-sdk&amp;#47;facebook-csharp-sdk&amp;#47;issues&amp;#47;70</description><author>ntotten</author><pubDate>Mon, 06 Feb 2012 20:34:36 GMT</pubDate><guid isPermaLink="false">Closed Issue: POST to graph + Json Encoding doesn't do what it "should" [5915] 20120206083436P</guid></item><item><title>Closed Feature: Implement an extensible Logging System [5837]</title><link>http://facebooksdk.codeplex.com/workitem/5837</link><description>Enable support for logging.&lt;br /&gt;&lt;br /&gt;discussion at http&amp;#58;&amp;#47;&amp;#47;facebooksdk.codeplex.com&amp;#47;discussions&amp;#47;248224&lt;br /&gt;Comments: Moved to github&amp;#58; https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;facebook-csharp-sdk&amp;#47;facebook-csharp-sdk&amp;#47;issues&amp;#47;69</description><author>ntotten</author><pubDate>Mon, 06 Feb 2012 20:33:51 GMT</pubDate><guid isPermaLink="false">Closed Feature: Implement an extensible Logging System [5837] 20120206083351P</guid></item></channel></rss>