Project Description
XiaoneiNet is an implementation of the API of Xiaonei open platform, Xiaonei is a facebook like Chinese site.


Please view the Releases tab to download the latest buid.

usage:

var client = new Xiaonei.API.APIClient(api_key, secret, encodedSessionKey);
var allFriends= client.FriendsGetFriends();
foreach(var friend in allFriends){
Response.Write(friend.name);
}

DISCUSSIONS

Please go to the group xCube of Developers at xiaonei: http://group.xiaonei.com/GetThread.do?id=327105250&parentpage=0&curpage=0&label=702063&tribeId=237768885#nogo

TEST APP
Here is the online test app embedded in the xiaonei platform: http://apps.xiaonei.com/apitestnet/

CONTACT
Any message or comment is welcome.
you can visit my blog http://shinyzhu.cnblogs.com to leave me your words.
Last edited Aug 24 at 3:19 PM by shinyzhu, version 7
Comments
No comments yet.

Updating...