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
5
votes
2 answers

Importing contacts from gmail, yahoo, hotmail facebook and twitter

I need to import the contacts from gmail, yahoo hotmail and facebook and many more, I am aware of the google api's. Is there any libraries which allows me to import all the contacts or should dirt my hands writing the codes using all the api's. And…
Jeevan Dongre
  • 4,627
  • 13
  • 67
  • 129
5
votes
2 answers

Get Logged in user's email id yahoo oauth php

I have created an application which allows users to log in using their Yahoo credentials, I am able to retrieve some info like nick name and guid, but I am not able to retrieve email id of the logged in user. I have given permission to Read…
Sandhurst
  • 1,180
  • 5
  • 26
  • 40
5
votes
4 answers

401 Unauthorized using Yahoo OAuth

My below code returns a 401 Unauthorized error each time at the this point: HttpWebRequest request =…
Nicholas
  • 91
  • 1
  • 4
5
votes
3 answers

Yeti problem - can't find module 'jade'

I've just installed Yeti from Yahoo, but when I go to http://localhost:8000/ I get this: Error: Cannot find module 'jade' at loadModule (node.js:289:15) at require (node.js:420:14) at ServerResponse.render…
Uffo
  • 9,628
  • 24
  • 90
  • 154
5
votes
0 answers

Yahoo Finance API returns yesterday's data until after market closes

I've been using Yahoo Finance queries for a few years now, and over the past weeks (or few months) I noticed that each query I try no longer returns 15-minute delayed data. Instead, while the market is open, it returns the prior market day's data…
Drac
  • 51
  • 4
5
votes
1 answer

Rolling Mean of Rolling Correlation dataframe in Python?

Python beginner here. What I've done so far: Imported price data from Yahoo Finance from a list of stocks. Between the stocks (every combination), computed the 20 day rolling correlation into a dataframe. I would like to: 1) Calculate the 200 day…
Nick Mueller
  • 121
  • 2
  • 12
5
votes
1 answer

Integrate yahoo smush.it in maven build for image compression

I want to integrate Yahoo smush.it in maven build to automate the image compression in build itself. Can anyone help me to do so? I'm open to other libraries as well. [Back-end is Java.]
SHANK
  • 2,978
  • 23
  • 31
5
votes
1 answer

Filter an RSS feed to show only more popular links

I have an RSS feed that outputs around 100 articles per day. I wish to filter it to include only the more popular links, perhaps filter it to 50 or less. Back in the day, I believe you could use "postrank" to do this, but is now defunct after Google…
iamse7en
  • 609
  • 8
  • 21
5
votes
4 answers

denied due to lack of policy file permissions

I can't get my Yahoo! Application Platform to run I keep getting denied access even though their policy file accepts requests from any domain. OK: Policy file accepted: http://social.yahooapis.com/crossdomain.xml Error: Request for resource at…
lemon
  • 9,155
  • 7
  • 39
  • 47
5
votes
8 answers

Yahoo Media Player aka Yahoo Web Player Script Not Found

I have been working on a Ruby on Rails application recently. We were using Yahoo Web Player to play our audio and video files. It worked really nice, especially for tablets and smartphones which do not allow the use of Flash. However to my horror…
5
votes
3 answers

What is the Yahoo openid discovery endpoint

It used to be http://yahoo.com, but it is failing for me with DiscoveryFailure in python OpenID library (since today, I wasn't testing this earlier). Also this fails if you try to use the SO login with a yahoo button, so I am thinking it probably…
agiliq
  • 7,518
  • 14
  • 54
  • 74
5
votes
5 answers

Java Mail: Unable to send email via Yahoo

Please have a look at the following code. package email; import java.awt.*; import java.awt.event.*; import javax.mail.*; import javax.mail.internet.*; import java.util.Properties; public class SendEmail { private String to, from, bcc, cc,…
PeakGen
  • 21,894
  • 86
  • 261
  • 463
5
votes
2 answers

How can I avoid encoding errors using Net::OpenID::Consumer with Yahoo OpenIDs?

I've written a Dancer web app that utilizes Net::OpenID::Consumer to consume OpenIDs for authentication. It works well with Google and MyOpenID, but not Yahoo. When a user tries to authenticate using their Yahoo account, HTML::Parser…
kbosak
  • 2,132
  • 1
  • 13
  • 16
5
votes
1 answer

Databases for natural language query processing

I just wanted to know know what all databases do Google, Yahoo or Bing use for natural language query processing. I mean they can take in so complex queries in natural language. Do they programmatically do the processing of our query and break down…
Sushant Gupta
  • 8,980
  • 5
  • 43
  • 48
5
votes
5 answers

Loading multiple CSS files with single http request

When I view the source code of yahoo mail, I see multiple css files in a link tag using an & symbol as shown below: …
M Ram Kumar
  • 189
  • 1
  • 7