im trying to develop a silverlight application that uses facebook sdk, after some research i found an example here (source code and samples). i studied the CSSilverlightInBrowser project and i understand how it works a little, but when i try to run the project i get this error in the facebook window "An error occurred with ----. Please try again later". I already replaced the application id and the app secret in the application. i would really appreciate any help, thanks.
edit : after a couple of tries i figured out that when i call FacebookOAuthClient.GetLoginUrl(...) if i give null instead of this redirect url @"http://localhost:18201/slfbinbrowserlogin.aspx" i get a blank page that says "Success", so i believe this where it goes wrong(redirect url), (i thaught maybe facebook would'nt find the redirect url i gave since it's on my local machine so i tried google.com and it still did not work) please any help is appreciated, thanks in advance.
