Questions tagged [yahoo]

DO NOT USE THIS TAG. You are probably looking for [yahoo-api] or another Yahoo-related tag.

Yahoo offers free and paid access to its collection of web services through Yahoo Developer Network: developer.yahoo.com

WARNING! This tag is ambiguous and should not be used.

You are probably looking for or another related Yahoo tag.

1062 questions
-2
votes
1 answer

yahoo pipes: regex not working at all

All I want is to have large images on my CNN feed instead of the small thumbnails. This should be pretty straight forward. From CNN you get this ending in RSS feeds (small thumb): top-tease.jpg And this in the full article:…
user3379220
  • 11
  • 1
  • 4
-2
votes
2 answers

Issue on using Yahoo! Web Services and APIs(YQL)

I am using Yahoo Api and Web Services.. For example: http://query.yahooapis.com/v1/public/yql?q=select symbol,DaysLow,DaysHigh,PreviousClose from yahoo.finance.quotes where symbol in…
Surya
  • 439
  • 3
  • 9
  • 31
-3
votes
1 answer

yahoo answers API

I want to make use of the Yahoo answers API to extract the answers, I have got my consumer key which I guess is ncessary to get an access to the answers posted on the website. Can anybody guide me as to how can I make use of this API from my…
AAB
  • 87
  • 1
  • 2
  • 6
-3
votes
1 answer

mail is not sending yahoo small business

I am trying to send email using Laravel via yahoo small business but I am getting This error please help me. This is what I am getting an error(Image link) My .env…
dan89farhan
  • 51
  • 1
  • 1
  • 6
-3
votes
1 answer

Java Stock Viewer Application Issue

For the past few hours, I've been trying to figure out my problem with this stock viewer application. I had it working perfectly fine yesterday, did some edits today, then attempted to revert it back to its original form. Now, instead of printing…
-3
votes
1 answer

Using Java to pull data from web

I was wondering if there is a way to pull specific data from a website using java (eclipse). For example, stock information from Yahoo Finances or from Bloomberg. I've looked around and have found some resources, but I haven't been able to get them…
user3682779
  • 11
  • 1
  • 3
-3
votes
1 answer

Why jQuery getJSON works ie. with http://picasaweb.google.com/data/feed/api/user/ or 'http://query.yahooapis.com/v1/public/

Why jQuery getJSON or similar calls work with picasweb or yahoo APIs and they do not work with any other url outside the the my page domain?
-4
votes
0 answers

i need to click on check box recaptcha on yahoo login page using python selenium

I'm working on getting a login in Yahoo webmail using Python and Selenium. I created a code and testing on the Google recaptcha demo and it works, but when trying on Yahoo Mail I get an error. import zipfile from selenium import webdriver from…
admin jokmark
  • 15
  • 1
  • 3
-4
votes
1 answer

Using python and yahoo finance (so something else) how can I get data for the price of an an asset throughout a trading day for X number of days

I don't really have sample code other than the library that I should be using is probably pandas? I am pretty new to both python and yahoo.
-4
votes
2 answers

Launch Yahoo Mail from another app

The code below is used to launch Facebook: Intent intent = new Intent("android.intent.category.LAUNCHER"); intent.setClassName("com.facebook.katana", "com.facebook.katana.LoginActivity"); startActivity(intent); I trying to accomplish the same for…
Richard
  • 91
  • 1
  • 6
-4
votes
1 answer

Find 3 numbers from two arrays equal to a given number M

This is a question from yahoo. Find 3 numbers from two arrays A and B . Input : unsorted arrays A and B. Output: The sets of three numbers which sums to M. There are many kinds of results to meet the demand. Request: one number from A, the other…
-5
votes
1 answer

SimpleXML not working with Yahoo Answers

$bot = file_get_contents("http://answers.yahooapis.com/AnswersService/V1/questionSearch?appid=API_KEY&query=".$q1.""); echo $bot->Question[0]->ChosenAnswer; For some reason, the script isn't returning anything.
1 2 3
70
71