From c2b16bb834cc13a8f42d556aa040944f989b7965 Mon Sep 17 00:00:00 2001 From: Mike Vernal Date: Tue, 23 Nov 2010 06:37:23 -0800 Subject: [PATCH] Adding note about plist --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 21f3d2fb5e..2b420e8e81 100644 --- a/README.mdown +++ b/README.mdown @@ -34,7 +34,7 @@ To build and run the sample application with Xcode (3.2): * Create a Facebook App ID (see http://www.facebook.com/developers/createapp.php) -* Specify your Facebook AppId in DemoAppViewController.m +* Specify your Facebook AppId in DemoAppViewController.m and DemoApp-Info.plist (under URL types > Item 0 > URL Schemes > Item 0) * Finally, select _Build_->_Build and Run_. This should compile the application and launch it.