Any plans to add support for posting questions to Y! Answers via the API? I could understand why not, but I'm curious if it has been considered. Thanks!...
36
rothencharl
Jan 18, 2007 2:25 pm
hello! since yesterday my application isnt working anymore...i get the following javascript-error-message: unterminated string literal "Content" : "does anyone...
37
Karl Roth
rothencharl
Jan 18, 2007 2:26 pm
hello! i get the following javascript-error-message: unterminated string literal "Content" : "Two cars of masses m1 and m2 collide at an intersection. Before...
38
Michael Zhang
mitiper
Feb 14, 2007 9:22 pm
Hi, Does Yahoo Answer limit the number of searchable questions? I tried to use ...
39
Andy (or Bee)
stickercam
Feb 14, 2007 9:23 pm
Hi, I think I'm having similar problems.. except for me it's 90% of the time I get an error, When I enter my query into a browser I sometimes get this server...
40
ckireyev
Feb 14, 2007 9:23 pm
What does this error mean? It worked yesterday, for the same exact query (see below). Does it mean I exceeded my limit? Query: ...
41
Michael Zhang
mitiper
Feb 14, 2007 9:23 pm
the latest msg is Jan 18th. Where is teh group owner? Can we have a new admin if the previous owen has gone or be busy?...
42
deepa.paranjpe
Apr 9, 2007 7:40 am
Hello all, I use the answers api to the question text for a given qid using --> "http://answers.yahooapis.com/AnswersService/V1/getQuestion? However, the...
43
sHABDA rAAJ(dicky)
shabda8
Apr 9, 2007 7:42 am
I have written a Python wrapper over Answers, it can be found at http://code.google.com/p/pynswers/. Documentation can be read at...
44
Jeremy Zawodny
jzawodn
Apr 10, 2007 1:25 am
Not to sound dismissive, but... fix your server? If you know the data is coming back in a given format, your sever needs to be able to handle that. Or am I...
45
Jeremy Zawodny
jzawodn
Apr 10, 2007 6:08 pm
Thanks for letting us know. We'll post a pointer to it on the YDN blog today. Jeremy ... -- Jeremy Zawodny jzawodn@... Yahoo! Developer Network ...
46
pawelmas
Apr 23, 2007 4:36 pm
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...