I have a problem with inviting friends to my application. I tried with Stack Overflow question Application generated apprequests failing in Silverlight, but it works only when the user already has that application. If not, I get an exception:
(OAuthException) (#200) All users in param ids must have accepted TOS.
So I want to inivite a friend directly through the C# SDK in Silverlight application by user ID, not Facebook dialog box. Is it possible to do this? I'm googling for two days...