Welcome Developers!

in

Welcome!

in

Creating a Realtime Stream Page; Suscription with C#

Last post 10-05-2010 11:58 AM by Joel. 7 replies.
Page 1 of 1 (8 items)
Sort Posts: Previous Next
  • 02-07-2010 9:13 AM

    • Bob
    • Not Ranked
    • Joined on 02-03-2010
    • Posts 4

    Creating a Realtime Stream Page; Suscription with C#

    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.

  • 02-08-2010 5:00 PM In reply to

    Re: Creating a Realtime Stream Page; Suscription with C#

    Bob,

    You can set up a stream subscription by reading the docs here:

    http://wiki.developer.myspace.com/index.php?title=Category:Real_Time_Stream

    This subscription will make it so we push the stream to your endpoint based on the filtering criteria you established.  You would then need to take this stream data and put it in your app somehow. I am afraid I don't have documents or examples for the specific functionality you are requesting.

     If you're encountering a specific error or problem then feel free to post here.

     

    thanks,

    Joel

  • 04-02-2010 4:15 AM In reply to

    • Laxman
    • Not Ranked
    • Joined on 03-27-2010
    • Posts 3

    Re: Creating a Realtime Stream Page; Suscription with C#

    Bob . I need the same. do you have any code regarding this?
  • 04-02-2010 4:21 AM In reply to

    • Laxman
    • Not Ranked
    • Joined on 03-27-2010
    • Posts 3

    Re: Creating a Realtime Stream Page; Suscription with C#

    any code availble in asp.net  for Real time updates between my asp.net website and myspace?

  • 04-05-2010 1:00 PM In reply to

    Re: Creating a Realtime Stream Page; Suscription with C#

    You can read about it here:

    http://wiki.developer.myspace.com/index.php?title=Category:Real_Time_Stream

    There is no code/SDK available for this. You simply create the subscription through the api request and then you must have your endpoint set up to handle the stream.

     

    thanks,

    Joel

  • 10-04-2010 11:12 PM In reply to

    Re: Creating a Realtime Stream Page; Suscription with C#

    Hi, can u give an example code... I am not clear with the parameters that needs to be passed in the  'Query' and 'metadata'... 

  • 10-05-2010 10:00 AM In reply to

    Re: Creating a Realtime Stream Page; Suscription with C#

    These links should help

     

     http://wiki.developer.myspace.com/index.php?title=Stream_Subscription_API

    http://wiki.developer.myspace.com/index.php?title=Stream_Subscription_Spec

    http://wiki.developer.myspace.com/index.php?title=Stream_Subscription_Sample_json

    http://wiki.developer.myspace.com/index.php?title=Stream_Subscription_Sample_xml

     

  • 10-05-2010 11:58 AM In reply to

    Re: Creating a Realtime Stream Page; Suscription with C#

     Thanks,

    Joel

Page 1 of 1 (8 items)