CnS Social to the desktop
Posted: Sun Dec 23, 2012 12:10 pm
So-cns
The social feature of the site is still a work in progress and hope to get it finished early in the new year and as part of it I thought I would get started on a proper API for the site so we can integrate some site features into our projects and maybe get some Apple, Android and indeed Windows 8 apps made because I know a lot of people have been wanting those for a while.
As a starting point I decided to try create an API for the social feature of the site that would allow us to retrieve and update our social status list to/from the site and that is what I am currently working on rite now.
Here is a screenshot of my project showing a list of status messages retrieved using the API
Messages are outputted/received from the API in encoded format and decoded on the client side then using a custom panel a picturebox displays the avatar and a webbrowser control (with its functions disabled to make it static) displays the message itself.
Now I need to work on sending/updating messages lol
Working good so far cooll;
The social feature of the site is still a work in progress and hope to get it finished early in the new year and as part of it I thought I would get started on a proper API for the site so we can integrate some site features into our projects and maybe get some Apple, Android and indeed Windows 8 apps made because I know a lot of people have been wanting those for a while.
As a starting point I decided to try create an API for the social feature of the site that would allow us to retrieve and update our social status list to/from the site and that is what I am currently working on rite now.
Here is a screenshot of my project showing a list of status messages retrieved using the API

Messages are outputted/received from the API in encoded format and decoded on the client side then using a custom panel a picturebox displays the avatar and a webbrowser control (with its functions disabled to make it static) displays the message itself.
Now I need to work on sending/updating messages lol
Working good so far cooll;