Click here to Skip to main content
15,886,720 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i wanted to consume the yahoo! answers api in my application(C#) but i dont have any idea..how to consume it and i dont even know about Web related languages(i.e, XAML,PHP etc.)
it might be strange or irrelevant...sorry to bother..thanks in advance
Posted

1 solution

Take a look at YQL (Yahoo Query Language), which returns an XML or JSON dataset using a SQL like query string. You can easily call YQL from any language. Here's[^] an example of using YQL to get the current weather for a zip code.

/ravi
 
Share this answer
 
v2
Comments
HAr021 20-Dec-12 16:23pm    
Ravi..the link is good enough regarding YQL in addition what exactly my point is..do i need to add service reference (like in WCF we make service & add reference in our app to consume) in my project?
if YES! then what exactly the way? and vice versa..
thanks for your concern..:)
Ravi Bhavnani 20-Dec-12 17:16pm    
No service reference needed - simply make an HTTP request and parse the XML result!
HAr021 21-Dec-12 2:45am    
Thanks alot Ravi..got the point now:-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900