I am trying to build a simple on-site and/or off-site application that displays a Realtime Stream using C#.
Obviously, none of these are exposed in the latest (June) myspaceid-csharp-sdk, however i was able to find a python off-site app that uses a modified sdk (http://code.google.com/p/ms-flood/).
So, being new at this and only being able to create a simple on-site and off-site app displaying user data using the SDK, can someone provide the necessary steps on creating an app
-
Realtime Stream
-
either on-site using an iframe
-
or off-site displaying realtime streams
-
either public or subscribed?
-
using C# and javascript(ajax)
I have read all the docs and wiki's on this site and all of it is still very confusing for me. Thanks.