Project Description
This project provides you with all you need for developing Affiliate Marketing Solutions in .NET based on zanox Web Services for the zanox Application Store.

zanox Web Services Client Library for .NET
  • Based on API Version 2009-07-01
  • Supports zanox Connect
  • Supports zanox Application Store

// c# zanox Connect Example - getprofile
string authToken = context.Request[PublisherAPI.AUTHTOKEN_NAME]; 
PublisherAPI zanox = new PublisherAPI(null); 
string publicKey = System.Configuration.ConfigurationManager.AppSettings["ZANOX.PublicKey"]; 
string secretKey = System.Configuration.ConfigurationManager.AppSettings["ZANOX.SecretKey"]; 
sessionType zanoxConnectSession = zanox.GetSession(publicKey, secretKey, authToken); 
profileItem profile = publisherAPI.GetProfile(zanoxConnectSession); 


Additional information:
Projects using the zanox Web Services Client Library
Last edited Nov 3 at 9:14 PM by zx_daniel, version 9

 

Want to leave feedback?
Please use Reviews instead.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987