Hello, I'm using BOSS API. Today after several queries a began to get this responce form your sever: {"error": {"lang":"en-US","description":"Rate Limit...
4496
Ed H
moonmullins85
Apr 10, 2012 1:47 am
Some questions about the news feed ... 1. Can I add additional news sources of my choosing to the search? 2. If the answer to #1 is yes, do they need to be RSS...
4497
Rahul Hampole
rahul_hampole
Apr 10, 2012 2:57 pm
Hi Christopher, The BOSS API uses oAuth to ensure the security of your key. You can get code examples from here...
4498
Rahul Hampole
rahul_hampole
Apr 10, 2012 3:03 pm
Hello Sorry to hear that. Can you provide more detail on the request you are making? Also such an error occurs when a payment instrument has not been added....
4499
whardigg2002
Apr 10, 2012 6:47 pm
Are there many changes that need to be done. I am not a developer and can't get in contact with the person who created my Boss Search under v2. I am looking...
4500
Rahul Hampole
rahul_hampole
Apr 10, 2012 6:57 pm
Hi, I think you are relating to the Ads service. There is sample code available here http://developer.yahoo.com/search/boss/boss_api_guide/ad_service.html ...
4501
Rahul Hampole
rahul_hampole
Apr 10, 2012 8:36 pm
Hello Ed, Unfortunately we don't add customized RSS feeds to our news index today. The BOSS news service is the same as that provided by Y! News...
4502
Rahul Hampole
rahul_hampole
Apr 10, 2012 10:00 pm
Hello Ed Yes you can blend other news content with any news sources you have chosen. Just make sure to follow the Terms listed...
4503
Ixquick Board
ixquick11
Apr 11, 2012 1:31 am
We are getting irrelevant results for some searches. Like for: +bengal +soap +scissors +cyanide +redundant +nerd +snorkel There are many results that do not...
4504
Rahul Hampole
rahul_hampole
Apr 12, 2012 9:24 pm
Hello Let me first respond to the second query site:foodforbreastcancer.com +pickles (See here for Search...
4505
vava
ajoybabi
Apr 16, 2012 1:42 pm
Hello sir, I have uploaded all your sample codes in to a server then add the keys in sample.php and one another file. Then call sample.php its doesn't works. ...
4506
Glenn
conductor2472
Apr 17, 2012 5:55 pm
Hi Vava, You need to send us more information than "its doesn't works" for us to help you. What are the specific error messages if any, what does the code...
4507
andresm@...
andresm...
Apr 17, 2012 6:04 pm
Maybe is the unexplained "Key has exceeded its configured rate limit" ?...
4508
Rahul Hampole
rahul_hampole
Apr 17, 2012 6:32 pm
If so please check out the explanation in the FAQ (http://developer.yahoo.com/search/boss/boss_api_guide/sb_sponads_faqs.html) Question #14 Regards Rahul From:...
4509
vava
ajoybabi
Apr 18, 2012 1:49 pm
Hello Sir, I get a black page when i call sample.php. I didn't get any error messages. Normally i have get ads when i am adding keys in sample.php and...
4510
Hugo
hugo_zara
Apr 19, 2012 12:43 pm
"totalresults" seems completely broken. I understand SEs cannot provide an accurate account and instead give an approximation, but: "electric car" in Google:...
4511
iain
iaindowns
Apr 19, 2012 1:08 pm
This is something I had trouble with. Search the archives for the details. However, the gist of it is that if you want an accurate (/consistent) count you...
4512
subhankar_ray
Apr 19, 2012 3:58 pm
I am a getting a lot of this today..any one else seeing it?...
4513
vava
ajoybabi
Apr 20, 2012 4:00 am
Hello sir, When I run the sample.php i got this error. Could you please help me to solve this issues. NEWS RESULTS error Thanks and Regards Ajoybaby...
4514
Linda Wainman
linda_aced_it
Apr 20, 2012 7:41 pm
Subject: cancel BOSS account Please tell me how I can cancel my BOSS account as I being charged on my paypal account and I am not using the service Thank you ...
4515
Rahul Hampole
rahul_hampole
Apr 20, 2012 7:43 pm
Hello Ajoybaby, Can you make sure of the following 1. Use the same Partner ID/APP ID combination that you initially signed up for. Any difference will...
4516
Rahul Hampole
rahul_hampole
Apr 20, 2012 7:49 pm
Hello Linda Sorry to hear that you want to leave the service. The BOSS API is a pay as you go service. Hence, you will only be charged if your key is being...
4517
mike012012
Apr 21, 2012 7:50 am
Is it possible to use spaces and quotes in queries against yahoo search BOSS? I just signed up for it and I'm trying it out using Python oauth2 library, using...
4518
Rahul Hampole
rahul_hampole
Apr 21, 2012 7:23 pm
Hello Yes you can definitely use spaces and quotes with the BOSS API. Please make sure that you are encoding them consistent with the rules set here...
4519
mike012012
Apr 23, 2012 4:44 am
Hi - My string encoding is consistent with the rules on that page. Here is the response and content of the API {'status39;: '401', 'transfer-encoding39;:...
4520
marta_tash
Apr 24, 2012 12:38 am
Hi, I'm experiencing problems with queries with apostrophe. I'm trying to search for "author39;s" (exact search) and I don't get any results. In fact any query...
4521
David Hardtke
dhhardtke
Apr 24, 2012 12:55 am
When I had this problem it was due to the behavior of Java URL encoding library. Some url encoding libraries take spaces and turn them into a +. This makes...
4522
William
rambisdude
Apr 25, 2012 5:41 pm
I'm working with a group on a new search based product that would leverage Yahoo Search BOSS. We are looking for a knowledgeable Yahoo Search BOSS developer to...
4523
marta_tash
Apr 26, 2012 4:06 am
Well in our case encoding wan't the issue (we are using Perl, btw). We found a way around the problem: we replace apostrophe with a space and use that query...
4524
mike012012
Apr 26, 2012 7:05 am
Hi Marta - Which Perl module are you using? I think I now have phrase searches working by replacing spaces with + symbols before doing the url encoding....