<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Atlas Bay - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-4686961c" type="application/json"/><link>http://atlasbay.disqus.com/</link><description>None</description><atom:link href="http://atlasbay.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 21 Mar 2011 01:38:27 -0000</lastBuildDate><item><title>Re: Build or Buy: CRM Software</title><link>http://www.atlasbay.com/2009/05/16/build-or-buy-crm-software/#comment-168887660</link><description>This really is this kind of an interesting story as it gives in-depth information about poker to the reader also. Great factor you've this shared. &lt;br&gt;Nice content material, I trust this is a nice blog about it. Wish to see fresh content next time. Thanks for sharing this post with us. Keep it up. &lt;br&gt;&lt;a href="http://www.Management-CRM.Com" rel="nofollow"&gt; microsoft contact management software&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jevon Avell</dc:creator><pubDate>Mon, 21 Mar 2011 01:38:27 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-168428090</link><description>I am a newbie to Facebook APIs. I have a question. If I add FB connect in my website and allow people to login using it along with a normal login, how I will synchronize the users? Means I have a login credential for the site and I also have Facebook account. I want to use both of them according to user's choice. What can be the besy way around? Can I grab the email address of the user who is using FB connect?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Niladri Sarkar</dc:creator><pubDate>Sat, 19 Mar 2011 23:03:15 -0000</pubDate></item><item><title>Re: Google Apps Account Renaming Tool</title><link>http://www.atlasbay.com/2009/08/12/google-apps-account-renaming-tool/#comment-148745227</link><description>Wow, I was trying to do this all wrong - thanks!  I got it working now thanks to this article, you're my hero!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Wed, 16 Feb 2011 11:35:41 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-143997049</link><description>how can i coding in c# with asp .net to connect facebook from my website??</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Parishukla</dc:creator><pubDate>Thu, 10 Feb 2011 05:14:24 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-143996811</link><description>i like this</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shefali</dc:creator><pubDate>Thu, 10 Feb 2011 05:12:59 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-76901797</link><description>I built a great base sample C# &lt;a href="http://asp.net" rel="nofollow"&gt;asp.net&lt;/a&gt; project that allows you to register and then creates strongly typed Facebook objects such as a person object with first name last name.   It is very simple &lt;br&gt;&lt;br&gt;Here is the link&lt;br&gt;&lt;br&gt;&lt;a href="http://forwardvisibility.com/index.php/2010/09/simple-facebook-graph-api-example-in-asp-net-c/" rel="nofollow"&gt;http://forwardvisibility.com/i...&lt;/a&gt;&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex</dc:creator><pubDate>Sat, 11 Sep 2010 09:11:30 -0000</pubDate></item><item><title>Re: Product Review: DropBox</title><link>http://www.atlasbay.com/2009/04/07/product-review-dropbox/#comment-67197455</link><description>You might want to try synctoy made by microsoft. It will sync on a local network.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven</dc:creator><pubDate>Sun, 08 Aug 2010 12:06:21 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-61676613</link><description>Alright, I think I got it... &lt;br&gt;In case anybody else has the same problem: I create a new ConnectSession and Api instance (using the Toolkit), then populate it with the SessionKey and UserId from Nathan's ConnectService class:&lt;br&gt;&lt;br&gt;var connectSession = new Facebook.Session.ConnectSession(API_KEY, APP_SECRET);&lt;br&gt;&lt;br&gt;var api = new Facebook.Rest.Api(_connectSession);&lt;br&gt;api.Session.SessionKey = ConnectService.SessionKey;&lt;br&gt;api.Session.UserId = (long)ConnectService.UserId;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikael</dc:creator><pubDate>Mon, 12 Jul 2010 04:30:35 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-61286067</link><description>Hey Nathan. Thanks for sharing, this is exactly what I've been looking for!&lt;br&gt;&lt;br&gt;I've been implementing the FacebookDevelopmentToolkit for logging in, offline publishing etc., and obviously switching to the new SDK was a major show stoppper.&lt;br&gt;&lt;br&gt;One question, though: I am able to login just fine, leaving me with the SessionKey and UserId of the logged in user. But how do I get from there to making API requests using the Toolkit? &lt;br&gt;The Facebook.Rest.Api constructor takes a FacebookSession object as an argument, and I'm not quite sure how to get there.&lt;br&gt;I'm sure I'm missing something obvious, but if you could point me in the right direction that'd be swell.&lt;br&gt;Thanks in advance!&lt;br&gt;/Mikael</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikael</dc:creator><pubDate>Fri, 09 Jul 2010 10:27:22 -0000</pubDate></item><item><title>Re: Magento on Rackspace Cloud Sites</title><link>http://www.atlasbay.com/2010/04/06/magento-on-rackspace-cloud-sites/#comment-51938084</link><description>Magento and Rackspace have there issues. I don't know if the 1.4 update helped or not but you should check out this post: &lt;a href="http://blog.delorumcommerce.com/" rel="nofollow"&gt;http://blog.delorumcommerce.co...&lt;/a&gt;&lt;br&gt;&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt</dc:creator><pubDate>Tue, 25 May 2010 11:24:15 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-50539793</link><description>I have posted the beginnings of my Facebook Graph Toolkit on Codeplex. This toolkit contains a sample &lt;a href="http://asp.net" rel="nofollow"&gt;asp.net&lt;/a&gt; mvc website that should help you solve this issue. See: &lt;a href="http://facebookgraphtoolkit.codeplex.com/" rel="nofollow"&gt;http://facebookgraphtoolkit.co...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nathan Totten</dc:creator><pubDate>Sat, 15 May 2010 19:11:43 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-50539782</link><description>I have posted the beginnings of my Facebook Graph Toolkit on Codeplex. This toolkit contains a sample &lt;a href="http://asp.net" rel="nofollow"&gt;asp.net&lt;/a&gt; mvc website that should help you solve this issue. See: &lt;a href="http://facebookgraphtoolkit.codeplex.com/" rel="nofollow"&gt;http://facebookgraphtoolkit.co...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nathan Totten</dc:creator><pubDate>Sat, 15 May 2010 19:11:27 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-50539762</link><description>This will work somewhat with the old facebook toolkit. You can't use the old toolkit for login with the new cookie format from Facebook, but you can use this new authentication approach and once you have the session for the user you can use the toolkit to make api requests using the old Facebook Toolkit.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nathan Totten</dc:creator><pubDate>Sat, 15 May 2010 19:11:11 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-50539700</link><description>The IConnectService is just an interface I have for dependency injection. It is not needed to make the sample work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nathan Totten</dc:creator><pubDate>Sat, 15 May 2010 19:09:59 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-50539666</link><description>I have posted the beginnings of my Facebook Graph Toolkit on Codeplex. This toolkit contains a sample &lt;a href="http://asp.net" rel="nofollow"&gt;asp.net&lt;/a&gt; mvc website that should help you solve this issue. See: &lt;a href="http://facebookgraphtoolkit.codeplex.com/" rel="nofollow"&gt;http://facebookgraphtoolkit.co...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nathan Totten</dc:creator><pubDate>Sat, 15 May 2010 19:09:22 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-50352537</link><description>Awesome, thanks so much for adding this, I would have never got it sorted all by myself.&lt;br&gt;&lt;br&gt;Here is a basic example of how I am using:&lt;br&gt;&lt;br&gt;Homepage:&lt;br&gt;&lt;br&gt;&lt;br&gt;        &amp;lt;script src="http://connect.facebook.net/en_US/all.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;        &amp;lt;script&amp;gt;&lt;br&gt;            FB.init({&lt;br&gt;                appId: 'YOUR APP ID',&lt;br&gt;                status: true, // check login status&lt;br&gt;                cookie: true, // enable cookies to allow the server to access the session&lt;br&gt;                xfbml: true  // parse XFBML&lt;br&gt;            });&lt;br&gt;            FB.Event.subscribe('auth.sessionChange', function(response) {&lt;br&gt;                if (response.session) {&lt;br&gt;                    // A user has logged in, and a new cookie has been saved&lt;br&gt;                    window.location = "FbAutoLogin.aspx"&lt;br&gt;&lt;br&gt;                } else {&lt;br&gt;                // The user has logged out, and the cookie has been cleared&lt;br&gt;&lt;br&gt;                window.location = "Fail.aspx"&lt;br&gt;&lt;br&gt;                }&lt;br&gt;            });&lt;br&gt;&lt;br&gt;        &amp;lt;/script&amp;gt;&lt;br&gt;         &amp;lt;fb:login-button&amp;gt;Login with Facebook&amp;lt;/fb:login-button&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Then code behind for FbAutoLogin.aspx&lt;br&gt;&lt;br&gt;   ConnectService connectService = new ConnectService();&lt;br&gt;&lt;br&gt;        if (connectService.IsConnected())&lt;br&gt;        {&lt;br&gt;&lt;br&gt;            Response.Write("Connected");&lt;br&gt;&lt;br&gt;        }&lt;br&gt;        else {&lt;br&gt;            Response.Write("Not Connected");&lt;br&gt;        &lt;br&gt;        &lt;br&gt;        }&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnny High Grade</dc:creator><pubDate>Fri, 14 May 2010 11:26:21 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-50056335</link><description>Great job. Can you provide us with a sample we application? Btw, you've used IConnectService, but you didn't mentioned anything about it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tudor</dc:creator><pubDate>Thu, 13 May 2010 03:38:12 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-49473347</link><description>hi, thanks for your sharing..there is something that trouble me...I have done the facebook login new version with the facebook toolkit...but the user session didn't campatible. From the code above, if i put it in the app_code file, will it run properly and will sync the session for the facebook login and facebook toolkit session???</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lewsuki</dc:creator><pubDate>Tue, 11 May 2010 00:43:33 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-48470256</link><description>Thanks for sharing, this is great work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Wawrusch</dc:creator><pubDate>Wed, 05 May 2010 05:27:45 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-48215097</link><description>Thanks for the update!  I am having an issue though.  I can see the Cookie using Firebug, it's there.  However, the check for the cookie in the code fails.  I switched back to the "old code" and it works.  The only thing that jumped out was the the old cookies had "Session" under the experiation column, the new cookie has a set date.  Any thoughts?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scott</dc:creator><pubDate>Mon, 03 May 2010 16:19:08 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-46067896</link><description>To get the cookie you use facebook's Javascript SDK. Basically you have to call two things. First, FB.init(..). Then when the use clicks the Facebook Connect button you call FB.login(..). The login call will cause a popup that will ask the user to either login with the fb credentials or connect to your site. The facebook javascript sdk will actually do the work of making the cookie for you. After the user has connected you redirect the user to your 'login" page. The page will then use the above code to read the cookie. Then you will want to also log them in using the standard ASP.NET FormsAuthentication.SetAuthCookie(userName, createPersistentCookie) method. This way you will be able to use standard ASP.NET security tools to restrict access to your pages. Let me know if that makes sense or if you have any other questions.&lt;br&gt;&lt;br&gt;See this page for more information: &lt;a href="http://developers.facebook.com/docs/authentication/" rel="nofollow"&gt;http://developers.facebook.com...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nathan Totten</dc:creator><pubDate>Thu, 22 Apr 2010 13:57:18 -0000</pubDate></item><item><title>Re: New Facebook Connect in C#</title><link>http://www.atlasbay.com/2010/04/21/new-facebook-connect-in-csharp/#comment-46062897</link><description>Thanks for this! Are you using the javascript sdk to get the cookie or something else, i.e.-how are you getting the FB cookie in the first place? Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">neo302</dc:creator><pubDate>Thu, 22 Apr 2010 13:37:25 -0000</pubDate></item><item><title>Re: Radiohead strikes again</title><link>http://www.atlasbay.com/2009/08/06/radiohead-strikes-again/#comment-23824905</link><description>What a coincidence. You write a blog entry about Radiohead and just a couple of months later, you're sitting at the Olin Weekend discussing a case study pertaining to the same thing.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shanell Lightfoot</dc:creator><pubDate>Sun, 22 Nov 2009 13:52:11 -0000</pubDate></item><item><title>Re: Build or Buy: CRM Software</title><link>http://www.atlasbay.com/2009/05/16/build-or-buy-crm-software/#comment-21294270</link><description>First of all, thanks for the interesting article and good advices. I work the software company for several months and I know that they use really good Customer Relationship Management software. The software which they use cost a lot of money but I think that it was reasonable for them. I will talk tomorrow about it more with my friend, just interesting. Thanks for the great post and I will be waiting for other great posts from you. 
&lt;br&gt;
&lt;br&gt;Regards, 
&lt;br&gt;
&lt;br&gt;Michael Hoberton from &lt;a href="http://www.azoft.com/" rel="nofollow"&gt;software development&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kinderis</dc:creator><pubDate>Thu, 29 Oct 2009 17:56:39 -0000</pubDate></item><item><title>Re: Radiohead strikes again</title><link>http://www.atlasbay.com/2009/08/06/radiohead-strikes-again/#comment-17073925</link><description>So how are the children of the parents who work in the CD manufacturing facilities going to go to college if their parents are out of work?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marklar</dc:creator><pubDate>Mon, 21 Sep 2009 22:14:35 -0000</pubDate></item></channel></rss>
