Hello to everybody,
I was tring to implement shopping search for my web application... but
I got strange behaviour...
I've got this :
http://it.shopping.yahooapis.com/V2/productSearch?query=volare&sort=default_rank\
ing&start=1&results=20&show_products=1&show_subcategories=1&show_refinements=1&a\
id=APPLICATION_ID×tamp=1223302142
How do I generate the HASH code that the querybuilder generates
automaticly? I've tried to use the
string t2 = test + "&hash=" + Yahoo.Authentication.GetMD5Hash(test);
but I've found nowhere if I've to hash the whole string (including
timestamp) or what... any working link?
Thanks in advance
Paolo