Tagged Questions
1
vote
2answers
545 views
Can google app engine site be blacklisted for exceeding twitter api rate limit?
Hi I have a website that uses twitter api. The thing is that site becomes blank once the api limit is reached(I THINK) and then after a while it starts displaying the results.
I am running on GAE ...
1
vote
1answer
220 views
What's the difference between BOSS and the Yahoo Web Search API?
If I'm building a commercial search engine to display results from Yahoo! search, should I use BOSS or the Yahoo Web Search API?
What's the difference?
1
vote
1answer
201 views
how to get better suggestion(spelling) on yahoo boss?
I have been using Yahoo BOSS for little time .It is an easy API for search but spelling suggestion support is really not that robust .Do folks around here have any idea of getting better spelling ...
0
votes
1answer
53 views
how to get lastpage of totalresult in yahoo boss
i have a json like this from my query.
{"bossresponse":{"responsecode":"200","web":{"start":"0","count":"10","totalresults":"1050000000","results":[{"date": ...
0
votes
0answers
75 views
Does Yahoo BOSS use Bing under the hood?
Does anyone know if Yahoo's BOSS API uses Bing for it's search results or not?
If not, it would beg the question of how BOSS will continue as Yahoo increasingly switch off their search engines as ...
0
votes
1answer
104 views
No AJAX response text
I think the code is right, but I don't get any response in my second alert. When I go to the website given in the first alert, I get the text I want. Why doesn't it work?
<script ...
0
votes
1answer
151 views
Creating a search engine for my site (should I use Yahoo BOSS?)
I'd like to create a search engine for my photo sharing website. The search engine would just need to return results based on "tag" words. Photos would be sorted by popularity, newness, or a ...
0
votes
2answers
730 views
Yahoo BOSS Python Library, ExpatError
I tried to install the Yahoo BOSS mashup framework, but am having trouble running the examples provided. Examples 1, 2, 5, and 6 work, but 3 & 4 give Expat errors. Here is the output from ex3.py:
...