Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-answers · Yahoo! Answers Developer Community

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 360
  • Category: Other
  • Founded: Jul 12, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 35 - 64 of 179   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#35 From: "Greg Gershman" <greggersh@...>
Date: Mon Jan 15, 2007 3:20 am
Subject: Posting questions via the API
greggersh
Send Email Send Email
 
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 From: "rothencharl" <rothencharl@...>
Date: Thu Jan 18, 2007 11:53 am
Subject: problems with json-content in YAHOO!Clever-application
rothencharl
Send Email Send Email
 
hello!
since yesterday my application isnt working anymore...i get the
following javascript-error-message:

unterminated string literal

"Content" : "does anyone know how to recruit EVERYONE (all 108 stars)...

but this is basically the data i receive from yahoo by sending the
following request:

http://answers.yahooapis.com/AnswersService/V1/questionSearch?appid=YahooDemo&qu\
ery=stars&output=json&callback=showResults

does anybody know what to do?

have a nice day.

#37 From: "Karl Roth" <rothencharl@...>
Date: Thu Jan 18, 2007 12:45 pm
Subject: errror message concerning json-content
rothencharl
Send Email Send Email
 
hello!

i get the following javascript-error-message:

unterminated string literal
        "Content" : "Two cars of masses m1 and m2 collide at an intersection.
Before ...


i send this request:

http://answers.yahooapis.com/AnswersService/V1/questionSearch?appid=YahooDemo&qu\
ery=cars&output=json&callback=showResults

i dont have a clue what to do, because i dont have any influence to the data
i receive from yahoo, of course...

_________________________________________________________________
Haben Spinnen Ohren? Finden Sie es heraus – mit dem MSN Suche Superquiz via
http://www.msn-superquiz.de  Jetzt mitmachen und gewinnen!

#38 From: "Michael Zhang" <juntask@...>
Date: Thu Feb 8, 2007 8:49 pm
Subject: The "<Message>Invalid start</Message>" error
mitiper
Send Email Send Email
 
Hi,
Does Yahoo Answer limit the number of searchable questions?

I tried to use
http://answers.yahooapis.com/AnswersService/V1/getByCategory?appid=YahooDemo&cat\
egory_id=396545664&start=2000

and it give me the "invalid start" error. There are more than 20,000
questions in the category so 2,000 should not be a problem.

BTW, how can I use multiple countries? using something like
"region=us,ca,uk"?

#39 From: "Andy (or Bee)" <stickercam@...>
Date: Wed Feb 14, 2007 9:12 pm
Subject: Re: results, no results...
stickercam
Send Email Send Email
 
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 response:

HTTP Error 408 / 409 - Not acceptable / Resource conflict
Internet Explorer

it used to work ok (not played much with the answers api lately so
would have been late December last year) The same query will work
eventually and return the correct result set.

  -Andy


--- In ydn-answers@yahoogroups.com, "david.marr" <david.marr@...> wrote:
>
> --- In ydn-answers@yahoogroups.com, "chris_draycott" <draycott@> wrote:
> >
> > --- In ydn-answers@yahoogroups.com, "samafutt" <samafutt@> wrote:
> > >
> > > I got an error with 'service temporary unavailable'. And it happens
> > > 10%...
> > >
> > Thanks for the information. We will investigate.
> >
> any updates on this issue? still seeing requests coming back with
> empty result sets a small % of the time.
>

#40 From: "ckireyev" <kirill.kireyev@...>
Date: Fri Feb 9, 2007 5:23 pm
Subject: ERROR 403: Forbidden
ckireyev
Send Email Send Email
 
What does this error mean? It worked yesterday, for the same exact
query (see below). Does it mean I exceeded my limit?

Query:

"http://answers.yahooapis.com/AnswersService/V1/getByUser?appid=<...>
&user_id=1ccf4408a6862b6272c7872e63b19c51aa
&type=resolved
&filter=question&results=50
&start=0"

Thanks,
Kirill

#41 From: "Michael Zhang" <juntask@...>
Date: Fri Feb 9, 2007 4:28 pm
Subject: Is this group dead?
mitiper
Send Email Send Email
 
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 From: "deepa.paranjpe" <deepa.paranjpe@...>
Date: Tue Mar 6, 2007 12:58 am
Subject: Results returned from the answers api.
deepa.paranjpe
Send Email Send Email
 
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 results contain the encoded character set for specical
characters --> (' for a single quote and so on)
Due to this, my server cannot read anything after & and the text input
is broken.

Now I am trying to use French characters and it is going to be
horrible for that.

What's the easiest way to handle this?

Thanks,
Deepa

#43 From: "sHABDA rAAJ(dicky)" <shabda8@...>
Date: Sat Mar 31, 2007 5:04 pm
Subject: Python answers API
shabda8
Send Email Send Email
 
I have written a Python wrapper over Answers, it can be found at
http://code.google.com/p/pynswers/.
Documentation can be read at http://code.google.com/p/pynswers/wiki/
UsageInstructions

Hope you find it useful.

#44 From: Jeremy Zawodny <jzawodn@...>
Date: Tue Apr 10, 2007 1:14 am
Subject: Re: Results returned from the answers api.
jzawodn
Send Email Send Email
 
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 missing something?

Jeremy

deepa.paranjpe wrote:
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 results contain the encoded character set for specical
characters --> (&#39; for a single quote and so on)
Due to this, my server cannot read anything after & and the text input
is broken.
Now I am trying to use French characters and it is going to be
horrible for that.
What's the easiest way to handle this?
Thanks,
Deepa
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ydn-answers/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ydn-answers/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:ydn-answers-digest@yahoogroups.com mailto:ydn-answers-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
ydn-answers-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

-- Jeremy Zawodny
jzawodn@...
Yahoo! Developer Network
http://developer.yahoo.com/

#45 From: Jeremy Zawodny <jzawodn@...>
Date: Tue Apr 10, 2007 5:58 pm
Subject: Re: Python answers API
jzawodn
Send Email Send Email
 
Thanks for letting us know.  We'll post a pointer to it on the YDN blog today.

Jeremy

sHABDA rAAJ(dicky) wrote:
I have written a Python wrapper over Answers, it can be found at http://code.google.com/p/pynswers/.
Documentation can be read at http://code.google.com/p/pynswers/wiki/
UsageInstructions
Hope you find it useful.
-- Jeremy Zawodny
jzawodn@...
Yahoo! Developer Network
http://developer.yahoo.com/

#46 From: "pawelmas" <pawelmas@...>
Date: Wed Apr 11, 2007 3:21 pm
Subject: URLs returned by API do not work in Firefox
pawelmas
Send Email Send Email
 
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 IE.

Example:
<Link>
http://answers.yahoo.com/question/?qid=20070410224242AAu4B1u
</Link>

#47 From: Jeremy Zawodny <jzawodn@...>
Date: Mon Apr 23, 2007 6:07 pm
Subject: Re: URLs returned by API do not work in Firefox
jzawodn
Send Email Send Email
 
Strange.  That URL works just fine for me in Firefox 2.0.

Can you try again?  It sounds like a transient problem.

Jeremy

pawelmas wrote:
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 IE.
Example:
<Link>
http://answers.yahoo.com/question/?qid=20070410224242AAu4B1u
</Link>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ydn-answers/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ydn-answers/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:ydn-answers-digest@yahoogroups.com mailto:ydn-answers-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
ydn-answers-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

-- Jeremy Zawodny
jzawodn@...
Yahoo! Developer Network
http://developer.yahoo.com/

#48 From: "pawelmas" <pawelmas@...>
Date: Tue Apr 24, 2007 3:25 pm
Subject: Re: URLs returned by API do not work in Firefox
pawelmas
Send Email Send Email
 
You are right. Seems resolved now.
Pawel.

--- In ydn-answers@yahoogroups.com, Jeremy Zawodny <jzawodn@...> wrote:
>
> Strange.  That URL works just fine for me in Firefox 2.0.
>
> Can you try again?  It sounds like a transient problem.
>
> Jeremy
>
> pawelmas wrote:
> > 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 IE.
> >
> > Example:
> > <Link>
> > http://answers.yahoo.com/question/?qid=20070410224242AAu4B1u
> > </Link>
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>
> --
> Jeremy Zawodny
> jzawodn@...
> Yahoo! Developer Network
> http://developer.yahoo.com/
>

#49 From: "icomotionltd" <johan.terpstra@...>
Date: Fri Apr 27, 2007 1:39 pm
Subject: Empty XML ResultSet on non-English multiword questionSearch queries
icomotionltd
Send Email Send Email
 
(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 Yahoo (Answers) API has an issue with
multi-word search phrases in non-English regions. I came across this
by searching for questions and answers in region e1, En Espanyol.

Example:

If you enter "consultoria" in a questionSearch with Region set to En
Espanyol, I get this XML API document:

http://answers.yahooapis.com/AnswersService/V1/questionSearch?appid=YahooDemo&qu\
ery=CONSULTORIA®ion=e1

Plenty of results. At the top I see "una empresa de consultoria que
ayude a contactar proveedores para una empresa de comercio informall?"

Taking a phrase instead of one word from that snippet we would expect
the same result again. However:

http://answers.yahooapis.com/AnswersService/V1/questionSearch?appid=YahooDemo&qu\
ery=consultoria%20que%20ayude®ion=e1

It returns an empty result set. I tried this on all individual Spanish
regions and all seem to get that.

Now let's try that in English:

http://answers.yahooapis.com/AnswersService/V1/questionSearch?appid=YahooDemo&qu\
ery=ubuntu

Pick a phrase out of the first result:

http://answers.yahooapis.com/AnswersService/V1/questionSearch?appid=YahooDemo&qu\
ery=safe%20to%20install%20ubuntu


Bingo, results.

At first I thought maybe it's to do with character sets and escaping but
even the plainest of non-english phrases fail to return results.

Another example, now German:

http://answers.yahooapis.com/AnswersService/V1/questionSearch?appid=YahooDemo&qu\
ery=karlsruhe®ion=de

Take a multi-word phrase from the first result:

http://answers.yahooapis.com/AnswersService/V1/questionSearch?appid=YahooDemo&qu\
ery=hochschul%20internes%20Auswahlverfahren®ion=de

No results!

But note how the actual German Yahoo! Answers does find it:
http://de.answers.yahoo.com/search/search_result;_ylt=Ak8P0gwBIeQpIRsiSLMsgNXuCQ\
x.?p=hochschul+internes+Auswahlverfahren


I hope it's clear what I mean.

Plus signs instead of ascii encoded spaces makes no difference.

Please advise whether this is a Yahoo API bug - if so whether there's
a work-around or fix coming - or whether I'm doing something wrong here.

PS Would love to see "a phrase", [direct] and -negative matching!

--
Regards,

Johan Terpstra
*IT Director*

*iComotion Limited*
"Ideas on the move..."

#50 From: "h9b41r871" <maggymaggymaggy@...>
Date: Fri Aug 10, 2007 9:22 am
Subject: can I obtain voting information (no of thumbs down and thumbs up) by YahooAPI
h9b41r871
Send Email Send Email
 
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 From: "jah_canal_alarm" <jah_canal_alarm@...>
Date: Mon Aug 13, 2007 2:17 pm
Subject: Failed application id session.
jah_canal_alarm
Send Email Send Email
 
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 the site's root folder. Having done so I have
successfully verified via the registration site file check. When I
continue I receive a page containing the following:

--------------------------------------------------
Congratulations, jah_canal_alarm, your application is now registered!
Yeah!

     * Your application id is

To view your current application ids, click here.

You may want to print this page for your records.

Here's what to do next.
---------------------------------------------------

The input data which generated this message was:

---------------------------------------------------
*Yahoo ID: jah_canal_alarm
*Developer/Company Name: Canal Alarm
*Product name: Conduit Monkey
*Web Application URL: 123securityproducts.com
*Contact email: james.herndon@...
  * james.herndon@...

*Description of application:
(250 characters or less): Application for managing store catalog data.
---------------------------------------------------

Assistance in this matter would be deeply appreciated<grin>


Jim

#52 From: "h9b41r871" <maggymaggymaggy@...>
Date: Tue Sep 11, 2007 3:53 am
Subject: http response code: 403
h9b41r871
Send Email Send Email
 
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, however I think I haven't exceeded the daily limit yet.

is this problem is due to daily limet? should I wait to the next day to
continue downloading the data from Yahoo Answers or is there any good
solution to it?

Looking forwardto your reply, I'll highly appreciate it.

regards
maggy

#53 From: "mansimumbai1985" <mansimumbai1985@...>
Date: Wed Sep 5, 2007 2:28 pm
Subject: query having OR ed words
mansimumbai1985
Send Email Send Email
 
can u tel me how to construct a query on answers api having multiple
search terms which need to be ORed.............

#54 From: "orianavim" <orianavim@...>
Date: Fri Aug 24, 2007 9:15 pm
Subject: The remote server returned an error: (403) Forbidden.
orianavim
Send Email Send Email
 
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 returned an error: (403) Forbidden.".

what the reason i'm getting it? i thought that if i'm exceeding my
request limit i should receieve the appropriate XML.

please help!!

thanks.

#55 From: "orianavim" <orianavim@...>
Date: Sat Aug 25, 2007 11:08 pm
Subject: Re: ERROR 403: Forbidden
orianavim
Send Email Send Email
 
did you figured out a solution for this issue?

--- In ydn-answers@yahoogroups.com, "ckireyev" <kirill.kireyev@...>
wrote:
>
> What does this error mean? It worked yesterday, for the same exact
> query (see below). Does it mean I exceeded my limit?
>
> Query:
>
> "http://answers.yahooapis.com/AnswersService/V1/getByUser?appid=<...>
> &user_id=1ccf4408a6862b6272c7872e63b19c51aa
> &type=resolved
> &filter=question&results=50
> &start=0"
>
> Thanks,
> Kirill
>

#56 From: "h9b41r871" <maggymaggymaggy@...>
Date: Wed Sep 12, 2007 8:56 am
Subject: search by category returns no result after 200th request of 50 questions each
h9b41r871
Send Email Send Email
 
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 questions = 50. When I use date_desc option,
the request behaves similarly after less than 100 requests.

these are what I have attempted:
After the 200th request (question 10000), on the subsequent requests,
using Date_asc option:
first request I obtain the questions at Dec 2005
at 200th request I obtain questions dated July 2006

using date_desc option:
first request I obtain Sept 2007
after around 100 requests, I obtain questions dated August 2007

so, I still need questions from july 2006 to july 2007. Anyway to
obtain these questions?

best regards

maggy anastasia

#57 From: "mansimumbai1985" <mansimumbai1985@...>
Date: Wed Sep 19, 2007 12:14 pm
Subject: Re: query having OR ed words
mansimumbai1985
Send Email Send Email
 
can somebody please answer my question?



--- In ydn-answers@yahoogroups.com, "mansimumbai1985"
<mansimumbai1985@...> wrote:
>
> can u tel me how to construct a query on answers api having multiple
> search terms which need to be ORed.............
>

#58 From: "Ori Anavim" <orianavim@...>
Date: Tue Sep 11, 2007 10:38 am
Subject: Re: query having OR ed words
orianavim
Send Email Send Email
 
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)
-----Original Message-----
From: "mansimumbai1985" <mansimumbai1985@...>

Date: Wed, 05 Sep 2007 14:28:32
To:ydn-answers@yahoogroups.com
Subject: [ydn-answers] query having OR ed words


can u tel me how to construct a query on answers api having multiple
  search terms which need to be ORed.............

#59 From: "Chirag Shah" <chirag@...>
Date: Sun Sep 23, 2007 5:44 pm
Subject: Getting questions for a certain date
chirag_iit
Send Email Send Email
 
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 do any good given that you can get only up to 1000
results in  return.

Chirag

#60 From: Jeremy Zawodny <jzawodn@...>
Date: Mon Oct 1, 2007 8:56 pm
Subject: Re: Getting questions for a certain date
jzawodn
Send Email Send Email
 
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 home page:

http://answers.yahoo.com/rss/allq

Of course, that doesn't help for anything in the past.  But for future work it might be useful.

What sort of application do you have in mind?

Jeremy

Chirag Shah wrote:
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 do any good given that you can get only up to 1000
results in return.
Chirag
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ydn-answers/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ydn-answers/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:ydn-answers-digest@yahoogroups.com mailto:ydn-answers-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
ydn-answers-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

#61 From: Jeremy Zawodny <jzawodn@...>
Date: Mon Oct 1, 2007 8:57 pm
Subject: Re: Re: query having OR ed words
jzawodn
Send Email Send Email
 
Did you try just putting in "term1 or term2" as the search?

It worked when I did it:

http://answers.yahooapis.com/AnswersService/V1/questionSearch?appid=YahooDemo&query=cars+or+kitten

Jeremy

mansimumbai1985 wrote:
can somebody please answer my question?
--- In ydn-answers@yahoogroups.com, "mansimumbai1985"
<mansimumbai1985@...> wrote:
can u tel me how to construct a query on answers api having multiple
search terms which need to be ORed.............

Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ydn-answers/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ydn-answers/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:ydn-answers-digest@yahoogroups.com mailto:ydn-answers-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
ydn-answers-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

#62 From: Jeremy Zawodny <jzawodn@...>
Date: Mon Oct 1, 2007 9:00 pm
Subject: Re: search by category returns no result after 200th request of 50 questions each
jzawodn
Send Email Send Email
 
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 remove any ambiguity.

Jeremy

h9b41r871 wrote:
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 questions = 50. When I use date_desc option, the request behaves similarly after less than 100 requests.
these are what I have attempted:
After the 200th request (question 10000), on the subsequent requests, using Date_asc option:
first request I obtain the questions at Dec 2005
at 200th request I obtain questions dated July 2006
using date_desc option:
first request I obtain Sept 2007
after around 100 requests, I obtain questions dated August 2007
so, I still need questions from july 2006 to july 2007. Anyway to obtain these questions?
best regards maggy anastasia Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ydn-answers/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ydn-answers/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:ydn-answers-digest@yahoogroups.com mailto:ydn-answers-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
ydn-answers-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

#63 From: "h9b41r871" <maggymaggymaggy@...>
Date: Wed Oct 3, 2007 8:57 am
Subject: Re: search by category returns no result after 200th request of 50 questions each
h9b41r871
Send Email Send Email
 
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+= incr)
{
     String request = apiByCategory(ap, cid, i, incr);

"http://answers.yahooapis.com/AnswersService/V1/getByCategory?
appid=<appid>&category_id=<cid>&type=resolved&sort=date_asc&start=" +
start + "&results=" + incr;
     ...... here I process the request and store the results returned

}

I only can manage to take the first 10000 questions (200 results,
each containing 50 questions)

I think the problem is not with the API but it seems that we can only
obtain 10000 questions for searchByCategory and 1000 questions for
search by keywords.

I really need to obtain more questions for a category

regards

Maggy

--- In ydn-answers@yahoogroups.com, Jeremy Zawodny <jzawodn@...>
wrote:
>
> 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 remove any ambiguity.
>
> Jeremy
>
> h9b41r871 wrote:
> > 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 questions = 50. When I use date_desc
option,
> > the request behaves similarly after less than 100 requests.
> >
> > these are what I have attempted:
> > After the 200th request (question 10000), on the subsequent
requests,
> > using Date_asc option:
> > first request I obtain the questions at Dec 2005
> > at 200th request I obtain questions dated July 2006
> >
> > using date_desc option:
> > first request I obtain Sept 2007
> > after around 100 requests, I obtain questions dated August 2007
> >
> > so, I still need questions from july 2006 to july 2007. Anyway to
> > obtain these questions?
> >
> > best regards
> >
> > maggy anastasia
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>

#64 From: Chirag Shah <chirag@...>
Date: Tue Oct 2, 2007 1:16 pm
Subject: Comment extraction not working?
chirag_iit
Send Email Send Email
 
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 throw back <comments></comments> part, the
<comment> tag inside that does not contain any comments, even for the
questions for which there are non-zero comments. Anyone else
experiencing this issue? Any way to resolve this?

Thanks.
Chirag

Messages 35 - 64 of 179   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help