What I would like to do is upload a photo to the fb user's wall. I have the photo in memory as a byte[] array. The posting is not too much of a problem, but getting the user to log in first is where I am having the difficulty. The documentation for the SDK in the web context is missing whole pages, and has 'TODO' all through the pages that do have content.
There is an SL4 sample, but my IDE (VWDE), does not support unit-test folders. Searching though all the unit tests by hand, I still could not find one for logging the user in. I have a facebook app already, no problem there.
There are a few gotchas that I have turned up: Silverlight in-browser does not support the control. Also the Cassini web-server is not supported by the SDK.
If someone could post an example for this particular scenario, or a link to a sample, using the most recent version of the SDK, then I would be extremely grateful.