|
Project Information
Featured
|
TouchLeagueSharpThis API (wrapper really) access the TouchLeauge.com competition API. You can use the API to create social turn based games for mobile platforms (or full games if you would like). The following API calls are implemented: BrowseMyGames BrowseLadder ChallengeNonUser GetTurnState GetUserProfile RemoveRequest RequestMatch SetTurnState This Project Requires Json.Net which can be downloaded here: http://www.codeplex.com/Json You will need the following in your .config file: <appSettings>
<add key="TLServiceURL" value="http://www.touchleague.com/Service/" />
<add key="TLWebURL" value="http://www.touchleague.com" />
<add key="AppGuid" value="Your API Key" />
</appSettings>API keys can be requested by contacting TouchLeague.com: http://www.touchleague.com |