In the docs (http://csharpsdk.org/docs/web/getting-started), the Configuring the Facebook C# SDK, mentions to change site URL under website settings. I've been looking for this setting and cannot find it. I'm using VS 2010.
The project runs but the handler does not work. Had to upload to our host and it works fine there. I would like to do all of my testing locally, I've been uploading to test, takes debugging out of picture. I did everything like the doc says except the above.
Hmmm, since facebook asks for url of app, do I need to fake it using host file to point to local machine ie 127.0.0.1 myapp.com?
Thanks
Rick