I'm making a simple application with Silverlight to run on Facebook.
I already understand that to invite friends to the appliation I have to call a fb:request-form
, or use the Simpler Requests.
How do I call one of these methods from Silverlight In-Browser?
You can put some javascript code (for using Simpler Requests) into your webpage and call this javascript from Silverlight app. See "CSSilverlightInBrowser" sample in Facebook C# SDK package, method LoginToFbViaJs in MainPage.xaml.cs in this sample makes login request via javascript.