<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>FacebookToolkit Forum Rss Feed</title><link>http://www.codeplex.com/FacebookToolkit/Thread/List.aspx</link><description>FacebookToolkit Forum Rss Description</description><item><title>New Post: Getting connectSession.IsConnected() always false, was working before...</title><link>http://facebooktoolkit.codeplex.com/discussions/379120</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I found that the API support for previous API providers is also down.&lt;/p&gt;
&lt;p&gt;I have replaced the API with new API from computerBeacon.net http://computerbeacon.net/ Now Facebook integration to my app is working fine.&lt;/p&gt;&lt;/div&gt;</description><author>akole_vaibhav</author><pubDate>Fri, 27 Jul 2012 15:15:19 GMT</pubDate><guid isPermaLink="false">New Post: Getting connectSession.IsConnected() always false, was working before... 20120727031519P</guid></item><item><title>New Post: Getting connectSession.IsConnected() always false, was working before...</title><link>http://facebooktoolkit.codeplex.com/discussions/379120</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am also facing same issue&lt;/p&gt;
&lt;p&gt;My code &lt;strong&gt;connectSession.IsConnected() &lt;/strong&gt;was working 10 days back ,now i am unable to login using facebook&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After tracing issue , i get to know that&amp;nbsp; , we are unable to get facebook cookies to get validate&lt;/p&gt;
&lt;p&gt;HttpContext.Current.Request.Cookies[fullCookie] is always null&lt;/p&gt;
&lt;p&gt;private static string GetFacebookCookie(string cookieName)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string retString = null;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string fullCookie = ApiKey + "_" + cookieName;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (HttpContext.Current.Request.Cookies[fullCookie] != null)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; retString = HttpContext.Current.Request.Cookies[fullCookie].Value;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return retString;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;
&lt;p&gt;Please let me know some one get better solution&lt;/p&gt;
&lt;p&gt;Actually i want to send private message notification to facebook friend with this code and if some one have better solution please let me know&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>rameshfresh</author><pubDate>Fri, 27 Jul 2012 12:34:44 GMT</pubDate><guid isPermaLink="false">New Post: Getting connectSession.IsConnected() always false, was working before... 20120727123444P</guid></item><item><title>New Post: Getting connectSession.IsConnected() always false, was working before...</title><link>http://facebooktoolkit.codeplex.com/discussions/379120</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Same issue here.&lt;/p&gt;
&lt;p&gt;Did Facebook changed anything?&lt;/p&gt;
&lt;p&gt;If somethings do not work anymore with facebook, my rule is: just wait for one week and if it still does not work, then start worrying.&lt;/p&gt;
&lt;p&gt;Unfortunately, this issues now is aout 5 days and I'm starting to get worried.&lt;/p&gt;
&lt;p&gt;Hope someone can help us out of this misery. &lt;br /&gt;Don't have the time to convert my running project to the C# SDK. :-/&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>sitepoint</author><pubDate>Sat, 21 Jul 2012 15:51:41 GMT</pubDate><guid isPermaLink="false">New Post: Getting connectSession.IsConnected() always false, was working before... 20120721035141P</guid></item><item><title>New Post: Getting connectSession.IsConnected() always false, was working before...</title><link>http://facebooktoolkit.codeplex.com/discussions/379120</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;strong&gt;My app is on production server and stopped unexpectedly...&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;connectSession.IsConnected() is always returning false.&lt;br&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The code snippet is as follow,&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;aspx page:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&amp;nbsp;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php&amp;quot;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&amp;lt;/script&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;lt;fb:login-button perms=&amp;quot;publish_stream, email&amp;quot; onlogin='window.location=&amp;quot;FacebookSocialMediaInterPage.aspx&amp;quot;'&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&amp;lt;/fb:login-button&amp;gt;&lt;br&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="white-space:pre"&gt; FB.init('&amp;lt;%=ConfigurationManager.AppSettings[&amp;quot;FacebookAPI&amp;quot;] %&amp;gt;', &amp;quot;xd_receiver.htm&amp;quot;, { &amp;quot;ifUserConnected&amp;quot;: &amp;quot;&lt;/span&gt;AfterFBLogin&lt;span style="white-space:pre"&gt;.aspx&amp;quot; });&amp;nbsp; &amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="white-space:pre"&gt;AfterFBLogin&lt;/span&gt;.aspx.cs&amp;nbsp;Page:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;protected void Page_Load(object sender, EventArgs e)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;{&lt;strong&gt;&lt;br&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;Facebook.Session.ConnectSession connectSession&lt;/span&gt;&amp;nbsp;connectSession = new Facebook.Session.ConnectSession(&amp;lt;FacebookAppKey&amp;gt;,&lt;span style="white-space:pre"&gt;
&lt;/span&gt;&amp;lt;FacebookAppSecret&amp;gt;);&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&amp;nbsp;&lt;/span&gt;connectSession.Login();&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&amp;nbsp;&lt;/span&gt;if (connectSession.IsConnected()) &amp;nbsp;&lt;strong&gt;//THIS ALWAYS RETURNING FALSE&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;//My business logic is here...&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;}&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thanks in advance.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Vaibh&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>akole_vaibhav</author><pubDate>Fri, 20 Jul 2012 12:07:45 GMT</pubDate><guid isPermaLink="false">New Post: Getting connectSession.IsConnected() always false, was working before... 20120720120745P</guid></item><item><title>New Post: Logout in desktop application</title><link>http://facebooktoolkit.codeplex.com/discussions/361329</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'am developing desktop application in Windows Forms using this toolkit. I need to add simple functionality which allow various users to login to Facebook services.&lt;/p&gt;
&lt;p&gt;I tried to use Facebook.Winforms.Components.FacebookService.LogOff() and also Facebook.Winforms.Components.FacebookService.Application.Session.Logout() but neither of this methods does not work. Disposing FacebookService component does not work too. Calling
 ConnectToFacebook method second time does not display login window as I was expecting.&lt;/p&gt;
&lt;p&gt;I found lot of posts discussing this issue here, but not single one was usefull.&lt;/p&gt;
&lt;/div&gt;</description><author>ondrej</author><pubDate>Thu, 28 Jun 2012 20:47:10 GMT</pubDate><guid isPermaLink="false">New Post: Logout in desktop application 20120628084710P</guid></item><item><title>New Post: How to send Notifications to the face book users  ?</title><link>http://facebooktoolkit.codeplex.com/discussions/258760</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Looking for the same thing. Please share if anyone can figure it out.&lt;/p&gt;&lt;/div&gt;</description><author>turbowars</author><pubDate>Wed, 20 Jun 2012 10:56:24 GMT</pubDate><guid isPermaLink="false">New Post: How to send Notifications to the face book users  ? 20120620105624A</guid></item><item><title>New Post: Facebook Developer Toolkit :: facebook does not exist in the current context</title><link>http://facebooktoolkit.codeplex.com/discussions/356102</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;I am using facebook developer toolkit. I have added reference to facebook.dll and facebook.winforms.dll. Also added Facebook.winforms.dll to toolbox. Please see the code below.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;pre&gt; private void btnLogin_Click(object sender, EventArgs e)
        {
            facebookService1.ConnectToFacebook();

try
{
facebookService1.GetExtendedPermission(facebook.Types.Enums.  Extended_Permissions.status_update);
}
catch (Exception exception)
{
MessageBox.Show(this, exception.Message, &amp;quot;Error&amp;quot;);
}

        }

private void btnShare_Click(object sender, EventArgs e)
        {
            String status = txtStatus.Text;
Boolean updated = facebookService1.API.users.setStatus(status);
if (updated)
{
txtStatus.Text = &amp;quot;&amp;quot;;
}
        }
    }&lt;/pre&gt;
&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;br&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I am getting 3 compilation errors.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The name facebook does not exist in the current context. &lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;2.Facebook.Winforms.Components.FaceBookService does not contain a definition for GetExtendedPermission.&lt;/p&gt;
&lt;p&gt;3.Facebook.Winforms.Components.FaceBookService does not contain a definition for API.&lt;/p&gt;
&lt;p&gt;Why this happens?..No clue about it..Any ideas? Thanks&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>harinarayananvp</author><pubDate>Thu, 17 May 2012 04:01:34 GMT</pubDate><guid isPermaLink="false">New Post: Facebook Developer Toolkit :: facebook does not exist in the current context 20120517040134A</guid></item><item><title>New Post: Problem with facebook connect login</title><link>http://facebooktoolkit.codeplex.com/discussions/236060</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Where you set the document.domain? i too&amp;nbsp;have the same problem.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Davide&lt;/p&gt;&lt;/div&gt;</description><author>figoso90</author><pubDate>Fri, 27 Apr 2012 07:28:49 GMT</pubDate><guid isPermaLink="false">New Post: Problem with facebook connect login 20120427072849A</guid></item><item><title>New Post: How to run this code on my facebook dll version 5.0.25.0</title><link>http://facebooktoolkit.codeplex.com/discussions/281535</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Right click project name, Add References&amp;gt;Browse&amp;gt; choose facebook.dll...&lt;/p&gt;&lt;/div&gt;</description><author>dqmdung</author><pubDate>Tue, 10 Apr 2012 05:32:17 GMT</pubDate><guid isPermaLink="false">New Post: How to run this code on my facebook dll version 5.0.25.0 20120410053217A</guid></item><item><title>New Post: download tagged photos</title><link>http://facebooktoolkit.codeplex.com/discussions/285430</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;i am working on desktop application , i want to download tagged photos form facebook , is there any facebook Api available as i am working in c# , please help me waiting for the reply&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;salmaan&lt;/p&gt;
&lt;/div&gt;</description><author>sallu_3in</author><pubDate>Mon, 09 Jan 2012 09:33:07 GMT</pubDate><guid isPermaLink="false">New Post: download tagged photos 20120109093307A</guid></item><item><title>New Post: How to run this code on my facebook dll version 5.0.25.0</title><link>http://facebooktoolkit.codeplex.com/discussions/281535</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How can i run this code in my classes using facebook.dll version 5.0.25.0:&lt;/p&gt;
&lt;p&gt;facebook.Components.FacebookService fs = new facebook.Components.FacebookService();&lt;br&gt;
fs.ApplicationKey = ConfigurationManager.AppSettings[&amp;quot;APIKey&amp;quot;];&lt;br&gt;
fs.Secret = ConfigurationManager.AppSettings[&amp;quot;Secret&amp;quot;];&lt;br&gt;
string sessionKey = dict[&amp;quot;facebook_session_key&amp;quot;];&lt;br&gt;
fs.SessionKey = sessionKey;&lt;br&gt;
fs.uid = long.Parse(member.FacebookId);&lt;br&gt;
fs.notifications.send(member.FacebookId, &amp;quot;notification message&amp;quot;);&lt;/p&gt;
&lt;p&gt;Thread url:&amp;nbsp;&lt;a href="http://facebooktoolkit.codeplex.com/discussions/49876?ProjectName=facebooktoolkit"&gt;http://facebooktoolkit.codeplex.com/discussions/49876?ProjectName=facebooktoolkit&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I don't have Facebook.Components namespace in my dll ? is it a web service i need to call ?&lt;/p&gt;
&lt;p&gt;Any help is appreciated.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>marafacs</author><pubDate>Thu, 01 Dec 2011 21:55:58 GMT</pubDate><guid isPermaLink="false">New Post: How to run this code on my facebook dll version 5.0.25.0 20111201095558P</guid></item><item><title>New Post: How to send Notifications to the face book users  ?</title><link>http://facebooktoolkit.codeplex.com/discussions/258760</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hey There,&lt;/p&gt;
&lt;p&gt;I've been looking around for the same thing. Please share here if you've found any help/solution. Thanks !&lt;/p&gt;&lt;/div&gt;</description><author>alpa</author><pubDate>Wed, 31 Aug 2011 15:26:05 GMT</pubDate><guid isPermaLink="false">New Post: How to send Notifications to the face book users  ? 20110831032605P</guid></item><item><title>New Post: Sending Facebook message with latest toolkit</title><link>http://facebooktoolkit.codeplex.com/discussions/271027</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've been lurking around everywhere to find a good tutorial on sending facebook message but with no avail. Can anyone point me to the right direction to head my search? Some forum posts says that its possible using REST API and others are saying that FB
 is not allowing messaging anymore to prevent spamming. Also, a note on FB says that REST is about to deprecate. Any help would be greatly appreciated.&lt;br&gt;
Thanks in advance !&lt;/p&gt;
&lt;/div&gt;</description><author>alpa</author><pubDate>Wed, 31 Aug 2011 15:24:19 GMT</pubDate><guid isPermaLink="false">New Post: Sending Facebook message with latest toolkit 20110831032419P</guid></item><item><title>New Post: missing files?</title><link>http://facebooktoolkit.codeplex.com/discussions/268917</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Just downloaded version 3.01 of the Facebook Developer Toolkit and I'm working through this article&amp;nbsp;&lt;a title="how-to-retrieve-user-data-from-facebook-connect-in-aspnet" href="http://www.devtacular.com/articles/bkonrad/how-to-retrieve-user-data-from-facebook-connect-in-aspnet/"&gt;
 http://www.devtacular.com/articles/bkonrad/how-to-retrieve-user-data-from-facebook-connect-in-aspnet/&lt;/a&gt;&amp;nbsp; however, I seem to be missing a file.&amp;nbsp; I'm getting the compiler error: Type or namespace API cannot be found..&lt;/p&gt;
&lt;p&gt;on this line:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;                API api = new API();

                api.ApplicationKey = connectFB.ApiKey;
                api.SessionKey = connectFB.SessionKey;
                api.Secret = connectFB.SecretKey;
                api.uid = connectFB.UserID;
&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I've got refs to facebook.dll, and facebook.web.dll as well as using statements to those.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any ideas??&lt;/p&gt;
&lt;/div&gt;</description><author>alex_brambila</author><pubDate>Fri, 12 Aug 2011 22:00:53 GMT</pubDate><guid isPermaLink="false">New Post: missing files? 20110812100053P</guid></item><item><title>New Post: How to get birthdate</title><link>http://facebooktoolkit.codeplex.com/discussions/229035</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;i have the same problem...and &amp;nbsp;facebookService1.Users.GetInfo().birthday gives me nothing&lt;/p&gt;&lt;/div&gt;</description><author>disablealex</author><pubDate>Wed, 06 Jul 2011 11:41:16 GMT</pubDate><guid isPermaLink="false">New Post: How to get birthdate 20110706114116A</guid></item><item><title>New Post: Publish link on group from code</title><link>http://facebooktoolkit.codeplex.com/discussions/260548</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi. I bought your library. I need a question. What do I publish post or link in my group company for example from code without open popup? Thanky you&lt;/p&gt;
&lt;/div&gt;</description><author>erossinits</author><pubDate>Tue, 07 Jun 2011 22:36:30 GMT</pubDate><guid isPermaLink="false">New Post: Publish link on group from code 20110607103630P</guid></item><item><title>New Post: Object reference not set to an instance of an object.</title><link>http://facebooktoolkit.codeplex.com/discussions/260463</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;   &lt;br&gt;Hi.&lt;br&gt;&lt;br&gt;I have two facebook ids. i m able to connect with one id which is old one and have read/publish stream permission, &lt;br&gt;but with second id, i m getting the following error. even i m not getting facebook permissions at the time of login, &lt;br&gt;anybody please suggest me how can i solve this problem.&lt;br&gt;&lt;br&gt;Thanks in advance&lt;br&gt;&lt;br&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/p&gt;
&lt;h1 style="font-family:Verdana; font-weight:normal; font-size:18pt; color:red"&gt;Server Error in '/' Application.
&lt;hr size="1"&gt;
&lt;/h1&gt;
&lt;h2 style="font-family:Verdana; font-weight:normal; font-size:14pt; color:maroon"&gt;
&lt;em&gt;Object reference not set to an instance of an object.&lt;/em&gt;&lt;/h2&gt;
&lt;/span&gt;&lt;span style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"&gt;&lt;strong style="font-family:Verdana; font-weight:bold; color:black; margin-top:-5px"&gt;Description:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;An unhandled exception occurred during the execution
 of the current web request. Please review the stack trace for more information about the error and where it originated in the code.&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;strong style="font-family:Verdana; font-weight:bold; color:black; margin-top:-5px"&gt;Exception Details:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;System.NullReferenceException: Object reference not set to an instance of an object.&lt;br&gt;
&lt;br&gt;
&lt;strong style="font-family:Verdana; font-weight:bold; color:black; margin-top:-5px"&gt;Source Error:&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;table width="100%" bgcolor="#ffffcc"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre style="font-family:'Lucida Console'; font-size:0.9em"&gt;Line 530:            string xmlResponse;
Line 531:
&lt;span style="color:red"&gt;Line 532:            using (System.IO.StreamReader streamReader = new StreamReader(webResponse.GetResponseStream()))
&lt;/span&gt;Line 533:            {
Line 534:                xmlResponse = streamReader.ReadToEnd();&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"&gt;&lt;br&gt;
&lt;strong style="font-family:Verdana; font-weight:bold; color:black; margin-top:-5px"&gt;Source File:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;E:\Dev\FacebookSource\Facebook\Rest\RestBase.cs&lt;strong style="font-family:Verdana; font-weight:bold; color:black; margin-top:-5px"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;nbsp;&amp;nbsp;
 Line:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;532&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;strong style="font-family:Verdana; font-weight:bold; color:black; margin-top:-5px"&gt;Stack Trace:&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;table width="100%" bgcolor="#ffffcc"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre style="font-family:'Lucida Console'; font-size:0.9em"&gt;[NullReferenceException: Object reference not set to an instance of an object.]
   Facebook.Rest.RestBase.processResponse(WebResponse webResponse, Boolean useJson) in E:\Dev\FacebookSource\Facebook\Rest\RestBase.cs:532
   Facebook.Rest.RestBase.SendRequestSynchronous(IDictionary`2 parameterDictionary, Boolean useSession, Boolean useJson) in E:\Dev\FacebookSource\Facebook\Rest\RestBase.cs:975
   Facebook.Rest.RestBase.SendRequest(IDictionary`2 parameterDictionary, Boolean useSession, Boolean useJson) in E:\Dev\FacebookSource\Facebook\Rest\RestBase.cs:150
   Facebook.Rest.RestBase.SendRequest(IDictionary`2 parameterDictionary, Boolean useSession) in E:\Dev\FacebookSource\Facebook\Rest\RestBase.cs:138
   Facebook.Rest.Stream.Get(Int64 viewer_id, List`1 source_ids, Nullable`1 start_time, Nullable`1 end_time, Nullable`1 limit, String filter_key, Boolean isAsync, GetCallback callback, Object state) in E:\Dev\FacebookSource\Facebook\Rest\Stream.cs:900
   Facebook.Rest.Stream.Get(Int64 viewerId, List`1 sourceIds, Nullable`1 startTime, Nullable`1 endTime, Nullable`1 limit, String filter_key) in E:\Dev\FacebookSource\Facebook\Rest\Stream.cs:140
   Facebook.Rest.Stream.Get(List`1 sourceIds, Nullable`1 startTime, Nullable`1 endTime, Nullable`1 limit) in E:\Dev\FacebookSource\Facebook\Rest\Stream.cs:119
   SocialMedia.Fbook._Default.Page_Load(Object sender, EventArgs e) in d:\SciGladsSourceCode\Dev\i3classWAP\SciGlads.Main\SciGlads.UI\SocialMedia\i3FBook\Default.aspx.cs:219
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) &amp;#43;14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) &amp;#43;35
   System.Web.UI.Control.OnLoad(EventArgs e) &amp;#43;91
   System.Web.UI.Control.LoadRecursive() &amp;#43;74
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) &amp;#43;2207
&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"&gt;&lt;br&gt;
&lt;/p&gt;
&lt;hr size="1"&gt;
&lt;strong style="font-family:Verdana; font-weight:bold; color:black; margin-top:-5px"&gt;Version Information:&lt;/strong&gt;&amp;nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>connect2iddu</author><pubDate>Tue, 07 Jun 2011 12:24:23 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance of an object. 20110607122423P</guid></item><item><title>New Post: How to send Notifications to the face book users  ?</title><link>http://facebooktoolkit.codeplex.com/discussions/258760</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;br&gt;
Any one please tell me &lt;br&gt;
How to send the Notifications to the Facebook Users in web based facebook applications Using c#. not with the legacy APIs. Is there any solution for sending the notifications. If sourcecode is available plz post to this thread&lt;/p&gt;
&lt;/div&gt;</description><author>mchandu123</author><pubDate>Tue, 24 May 2011 08:40:38 GMT</pubDate><guid isPermaLink="false">New Post: How to send Notifications to the face book users  ? 20110524084038A</guid></item><item><title>New Post: Email Address has a FB account?</title><link>http://facebooktoolkit.codeplex.com/discussions/258432</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is Possible Search if an email address has a valid Facebook Account?, i want to make a FB verification for my employees.&lt;/p&gt;
&lt;/div&gt;</description><author>brianpaul74</author><pubDate>Fri, 20 May 2011 19:10:37 GMT</pubDate><guid isPermaLink="false">New Post: Email Address has a FB account? 20110520071037P</guid></item><item><title>New Post: (JsonObject)facebook.Api("me")  ERROR</title><link>http://facebooktoolkit.codeplex.com/discussions/257883</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;anyone else having issues creating &lt;strong&gt;user&lt;/strong&gt; with path&lt;strong&gt; &amp;quot;me&amp;quot; ?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;JsonObject user = (JsonObject)facebook.Api(&amp;quot;me&amp;quot;)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If so, how did you solve it?&lt;/p&gt;
&lt;p&gt;Sometimes it works and other times it crashes and says you should have used AccesToken (which doesnt work).&lt;/p&gt;
&lt;/div&gt;</description><author>eagleag</author><pubDate>Tue, 17 May 2011 08:29:43 GMT</pubDate><guid isPermaLink="false">New Post: (JsonObject)facebook.Api("me")  ERROR 20110517082943A</guid></item></channel></rss>