How to Retrieve User Data from Facebook Connect in ASP.NET
In this article, we will bridge the gap between Facebook Connect and retrieving user data using the Facebook Developer toolkit. A useful class is included for download that simplifies the process and reduces the work to just five lines of code!
2/28/2009
Facebook Connect
ASP.NET
JavaScript
135
comment(s)
How to Integrate with Facebook Connect
This article demonstrates how to integrate Facebook Connect into your existing site in just a few simple steps. It teaches the basics of integration with full sample code included for download.
2/9/2009
Facebook
Facebook Connect
JavaScript
92
comment(s)
How to Style an Application Like Facebook
In this article we will explore how we can style our Facebook application to look and feel like an extension of the Facebook platform. We will examine colors, fonts, dimensions and a few common design patterns utlized by the Facebook platform in our quest to fit in with the crowd.
11/10/2008
ASP.NET
Facebook
107
comment(s)
How to Use the Facebook Developer Toolkit 2.0
The Facebook Developer Toolkit project has just released version 2.0 of their ASP.NET API into the wild, so let's go over the basics. In this article, we focus on creating an absolutely bare bones FBML application that leverages the API. Enjoy!
11/7/2008
ASP.NET
Facebook
137
comment(s)
Allowing HTML Formatted User Input in ASP.NET
ASP.NET forms automatically reject input containing HTML tags. However, there are times when we need to allow a user to format their input - such as in comment forms. For this, we use the HtmlEncode utility method. Read on for this quick fix.
11/3/2008
42
comment(s)
How to Add Suggestion Text to Your Input Fields
Want to add an extra bit of professionalism to your web forms? This snippet allows you to provide default values for the input fields in your web form that disappear when the user focuses on that field. Add functionality while saving space!
10/26/2008
JavaScript
9
comment(s)


