Search Wiki:
Project Description
"SmugMug on Facebook" is a Facebook application that allows you to feature photographs from your SmugMug account on your Facebook profile. It was originally built as an excuse to learn Orcas, LINQ, the SmugMug API and the Facebook API. But it actually turned out to be a moderately useful application.

A note on Facebook
The live Facebook application is located at http://apps.facebook.com/smugmug_on_facebook/. The API secret has been removed from the source code. For testing purposes, you will need to create your own Facebook application and modify API key on the following pages:
  • \refresh\update\default.aspx

A note on SQL
This application connects to a SQL or SQL Express database. The script to create the tables and stored procedures is included. You will need to modify the Connection String to point to your own SQL database.
  • \App_Data\schema.sql
  • \ConnectionStrings.config
Last edited Sep 2 2007 at 11:51 PM  by willsllc, version 4
Comments
rajatg wrote  Dec 18 2007 at 12:03 PM  
Hi,
I download the tutorial application that mention in the facebook by default and I configure in my Application directory & it can run easily by the url http://apps.facebook.com/tut_test/ but it give error in my localhost domain
It generate the authtoken but many times can occur.Please tell me what is the actually problem that can occur
http://letstieup.com/tiachd9/facebook/t … 165b7f....
PLease tell me the solution.

Updating...