developers program  

Welcome, Guest Help
Login Login | Register
 

eBay Developer Forums > Tech Soup
RSS | NNTP Reader | FAQ | Usage Policies | Advanced Search | Print

in current forum  
in all Developer Forums

Replies: 2 - Pages: 1     Last Post: Nov 4, 2009 9:13 PM by: helios825 »



Posts: 8
Member Since: 11/28/07



Newbie needs help! What is the api callURL for GetPopularKeywords function?
Posted: Nov 2, 2009 1:16 PM
  Click to reply to this thread Reply

My app needs to get send HTTP requests and then process the results as XML. For example, I can use the following.

http://open.api.ebay.com/shopping?callname=FindItemsAdvanced&responseencoding=XML&appid=*myappid*&siteid=0&version=635&Categoryid=6723&IncludeSelector=Details&MaxEntries=100

What would be the working url for the GetPopularKeywords function? I can't find any examples on the dev site.

Thanks, EV




Posts: 8
Member Since: 11/28/07



Re: Newbie needs help! What is the api callURL for GetPopularKeywords function?
Posted: Nov 3, 2009 5:56 AM
  Click to reply to this thread Reply

^ bump :)





Posts: 354
Member Since: 1/2/08



Re: Newbie needs help! What is the api callURL for GetPopularKeywords function?
Posted: Nov 4, 2009 9:13 PM
  Click to reply to this thread Reply

chevy19lt,

GetPopularKeywords is a Trading API call, and can't be called via a simple HTTP URL like calls within the Shopping API. For Trading API calls you need to POST your parameters to a service endpoint to get the requested XML response.

Have no fear... The Shoping API has an equivalent API call that can be called via a URL. Check out FindPopularSearches. It has the same calling format as the example you gave above.

-h



thread.rss_message