The URLs returned in the API do not work correctly in Firefox (returning "There was a problem performing that action, please try again later"). Work well in...
47
Jeremy Zawodny
jzawodn
Apr 23, 2007 6:12 pm
Strange. That URL works just fine for me in Firefox 2.0. Can you try again? It sounds like a transient problem. Jeremy ... -- Jeremy Zawodny ...
48
pawelmas
Apr 30, 2007 7:52 pm
You are right. Seems resolved now. Pawel....
49
icomotionltd
Apr 30, 2007 7:52 pm
(Apologies for posting this in the wrong section a few weeks back... - http://tech.groups.yahoo.com/group/ydn-php/message/193) Hi List, It seems to me like the...
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...
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...
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,...
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................
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...
55
orianavim
Sep 11, 2007 4:01 am
did you figured out a solution for this issue?...
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...
57
mansimumbai1985
Oct 1, 2007 8:03 pm
can somebody please answer my question?...
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"...
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...
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...
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: ...
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...
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+=...
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...
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...
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...
67
Maggy Anastasia
h9b41r871
Oct 29, 2007 6:21 pm
Hi test_mirror, try this one instead, http://answers.yahooapis.com/AnswersService/V1/questionSearch?appid=YahooDemo&query=step%20machine regards Maggy...
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:...
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!...
72
exparthelp64
May 13, 2008 6:15 pm
Get programing and project help in few minuts with expert view from http://expert.freshbloger.com/...
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...
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...
75
Victor Zugadi
bittor1974
Aug 25, 2008 9:53 pm
is it possible for an script, to post a question to yahoo! answer programaticaly ?...