var KnownGadgets = new System.Collections.Generic.Dictionary<string,
Gadget>();
KnownGadgets.Add("hi5.com", new Gadget // TODO: Doesn't
need signing
{
ConsumerSecret = "a42023_d997fd603527c088d0957",
OutgoingConsumerKey = "http://www.hi5.com/friend/
apps/developer/app/get/xml/42023",
Container = OpenSocialProvider.HI5_SANDBOX
});
OpenSocialClient c = new OpenSocialClient
(OpenSocialProvider.HI5.ToString());
var b = new org.opensocial.data.OpenSocialObject();
b = c.fetchFriends("69581060");
Now this is my code which i've written in asp.net but does not work..?
anybody help please..?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Implementing OpenSocial Containers" 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-container?hl=en
-~----------~----~----~----~------~----~------~--~---