How to Communicate between minifb and a GAE-Hosted Silverlight Client

Posted by Nick Gotch on Stack Overflow See other posts from Stack Overflow or by Nick Gotch
Published on 2010-03-18T23:38:50Z Indexed on 2010/03/18 23:41 UTC
Read the original article Hit count: 255

I have a minifb app (technically gminifb) running on Google App Engine with a bunch of handlers for processing all kinds of requests from a Silverlight client. What's the recommended approach for adding the FB GET variables, such as fb_sig, to the HTTP requests?

I believe I can technically pass the session key and uid directly and get things to work but it seems there's probably a much better way to do this. I was reading about FBJS AJAX and I'm trying to figure out how I can use it to proxy the HTTP requests from the Silverlight client through it. Is this a good way to do it? And if so, how would I go about doing so?

Any other recommendations would be appreciated too. Thanks,

© Stack Overflow or respective owner

Related posts about facebook

Related posts about best-practices