What i'm looking for is to build a C# component that i can reference
in my projects. I would add the component as a reference to whatever
app i'm building. The C# component for now, could have a single
method.

Here is a suggested method signature.

GetContacts(string socialnetworkname, string username, string
password)
 {
       implement code;
 }

Inside this method, you would use the "socialnetworkname" to determine
which social network site to connect to. you would then user the
"username/password" to authenticate with that service using the
OpenSocial Javascrpt API, and then you would call the appropriate
method to return that persons contacts from that site. The return
object would have a list of "people" objects, with properties for
first name, last name, email, etc, etc...as much info as I could
retrieve using the javascript api.

Welcome Suggestion



On May 16, 9:53 am, "rana das" <[EMAIL PROTECTED]> wrote:
> i did some basic app in orkut...........
> but i want to add this app in my app ......... from where i can get the
> orkut frnd list and there profile and my profile like facebook.
> is it possible .
>
> regards,
> rana
>
> On Thu, May 15, 2008 at 5:41 PM, justin kruger <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > how so?  silverlight?
>
> > On Thu, May 15, 2008 at 5:14 AM, Shubhajyoti Ghosh
> > <[EMAIL PROTECTED]> wrote:
>
> > >  Hi All,
>
> > >                 I want to implement OpenSocial Application using
> > >  Dot .Net. How much it is possible. If any one give me suggestion on
> > >  that, always welcome.
>
> > >                Waiting for positive reply.
>
> > >  Thanks & Regards,
>
> > >  Shubhajyoti Ghosh
>
> > --
> > --
> > Justin Kruger
> >http://jDavid.net
> > [EMAIL PROTECTED]
>
> > "If you are successful, it is because somewhere, sometime, someone
> > gave you a life or an idea that started you in the right direction.
> > Remember also that you are indebted to life until you help some less
> > fortunate person, just as you were helped." --Melinda Gates
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to