Hi all, I have tried using API on a few question ids, my question is can I obtain no of voting for each answer for the questions returned? regards maggy...
I have made several attempts to generate an application id. In each case I filled out the provided form, received text to be placed in a file and uploaded to...
Hi all, I attempted to use the api, and received http response 403, forbidden/ unauthorized after 1000<request< 2000 . I understand there is a daily limit,...
Hi, i'm building a new application using yahoo answers API. after i didn't some "over-loading" yesterday i'm start getting this error: "The remote server...
Dear all, how to obtain questions by category from a period of date. I tried to use search by category, with order: date_asc. At each request, I set maximum...
Hello, I was wondering if there is a way for getting all the questions for a certain date. I know there's date range parameter for Answers APIs, but it doesn't...
There is not a documented way to do that via the API,n o. Your best bet might be to pull recent questions via the RSS feed that's pointed to from the Answers...
Can you show us actual code and/or URL examples? It's hard to tell exactly what you're trying based on your description. Seeing the code and/or URLs will...
int start = 0; int end = 20000; //I want to obtain 20000 questions int incr = 50; //I want to have 50 questions for each page for (int i = start; i < end; i+=...
Hello all, I have failed to extract comments for a question using APIs. I realized that while API call for a question tell you how many comments are there and...
Hi, I am just starting with the api's and looking forward to create some mashups. I was just wondering..i see there is a limit in request and I am fine with...
Hello, Any ideas how i can make api call with query for two words together? I searched on answers.yahoo.com for "step machine" (double qouted), and i found...
Hi test_mirror, try this one instead, http://answers.yahooapis.com/AnswersService/V1/questionSearch?appid=YahooDemo&query=step%20machine regards Maggy...
Are there any additional features in the answers api if the user has authenticated through Yahoo BBAuth? e.g. can I get their yahoo answers profile id? thanks!...
Hello. I'm having an issue with yahoo answers. When I search for some question with web-interface I get very many results. But when I query the same search...
when you web query using yahoo answers' search engine, if I am not mistaken, the default is search in: questions and best answers. As in your API it is...
I see that questionsearch provides a list of question IDs and only the "chosen answer" to each id, and getquestion returns all the answers to 1 given question...
Hey everyone, I'm wondering if you could help me, I just wanted some clarification. I am developing a desktop application that uses the Yahoo Answers API. When...
There is currently no API call to get questions + lots of answers in one call. To acheive this you need to to a questionsearch call then a getquestion call for...