... There is no API available to post content to Answers at the moment, there should be one available in the future. Thanks Tom...
78
thomasfogg
Sep 12, 2008 3:56 pm
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...
77
omartayeb2000
Sep 9, 2008 6:25 pm
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...
76
aditi_shukla_1985
aditi_shukla...
Sep 9, 2008 6:25 pm
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...
75
Victor Zugadi
bittor1974
Aug 25, 2008 9:53 pm
is it possible for an script, to post a question to yahoo! answer programaticaly ?...
74
Maggy Anastasia
h9b41r871
Jun 26, 2008 8:44 pm
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...
73
Sergey Storchay
sergeystorchay
Jun 25, 2008 4:53 pm
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...
72
exparthelp64
May 13, 2008 6:15 pm
Get programing and project help in few minuts with expert view from http://expert.freshbloger.com/...
71
Frank Cort
cortfr
Apr 15, 2008 3:54 pm
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!...
70
klaus_anton
Feb 21, 2008 8:22 pm
Can someone explain to me Why does this: http://br.answers.yahoo.com/search/ search_result;_ylv=3?p=papeis+parede = gives 85 results And this:...
Hi test_mirror, try this one instead, http://answers.yahooapis.com/AnswersService/V1/questionSearch?appid=YahooDemo&query=step%20machine regards Maggy...
66
test_mirror
Oct 22, 2007 5:42 am
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...
65
edynas131
Oct 22, 2007 5:42 am
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...
64
Chirag Shah
chirag_iit
Oct 3, 2007 4:50 pm
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...
63
h9b41r871
Oct 3, 2007 4:48 pm
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+=...
62
Jeremy Zawodny
jzawodn
Oct 2, 2007 2:08 am
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...
61
Jeremy Zawodny
jzawodn
Oct 1, 2007 8:58 pm
Did you try just putting in "term1 or term2" as the search? It worked when I did it: ...
60
Jeremy Zawodny
jzawodn
Oct 1, 2007 8:58 pm
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...
59
Chirag Shah
chirag_iit
Oct 1, 2007 8:04 pm
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...
58
Ori Anavim
orianavim
Oct 1, 2007 8:04 pm
I'm not sure I know how to do such a thing. I just used it for the get category function (and took it as a block) ... From: "mansimumbai1985"...
57
mansimumbai1985
Oct 1, 2007 8:03 pm
can somebody please answer my question?...
56
h9b41r871
Oct 1, 2007 8:03 pm
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...
55
orianavim
Sep 11, 2007 4:01 am
did you figured out a solution for this issue?...
54
orianavim
Sep 11, 2007 3:59 am
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...
53
mansimumbai1985
Sep 11, 2007 3:59 am
can u tel me how to construct a query on answers api having multiple search terms which need to be ORed................
52
h9b41r871
Sep 11, 2007 3:59 am
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,...
51
jah_canal_alarm
Aug 20, 2007 6:01 pm
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...
50
h9b41r871
Aug 20, 2007 5:56 pm
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...