Moving question from CodePlex to Stackoverflow where this really belongs.
I see that facebook generates an AppId and an AppSecret. In the sample provided, AppId is baked into the code however there is no mention of using AppSecret. Shouldn't it be specified some where in the code to sign requests? What am I missing?
Thanks,
WP7Noob
Response from DevTheo
The way we are getting the Access Token gets around needing the secret. Once you have an access token, you can pretty much do everything you need to do. You can, of course, add it to the creation of the FacebookApp (but I'm pretty sure with the way we are doing things you don't need the secret).
Jay