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
7
votes
6 answers

Yahoo transforms height into min-height

I have just stumbled across the fact that Yahoo mail is transforming all height attributes into min-height. Is there a workaround for this?
user pic
Lucia Ivascu
  • 130
  • 1
  • 5
7
votes
2 answers

did yahoo finance api stock returning stock option data?

i'm using the yahoo finance api for stock and stock option data. this used to work: http://quote.yahoo.com/d/quotes.csv?s=VCR.X&f=l1c1n that's once of the options for Visa. this doesn't work anymore, and when i go to yahoo finance their option…
aspm
  • 99
  • 1
  • 3
7
votes
5 answers

How to get Yahoo's woeid by location?

// Get woeid by lati/long HttpGet hg = new HttpGet( "http://where.yahooapis.com/geocode?location=" + latlon + "&flags=J&gflags=R)"); HttpClient hc = new DefaultHttpClient(); HttpResponse…
herbertD
  • 10,657
  • 13
  • 50
  • 77
7
votes
2 answers

I am not able to send Yahoo Mail from Java Mail Api

I am using following code for sending Email On Yahoo :-- Properties props1 = new Properties(); EmailAuthenticator authenticator = new EmailAuthenticator(account); props1.setProperty("mail.transport.protocol", "smtps"); …
user1921139
  • 111
  • 1
  • 8
6
votes
2 answers

phpmailer, php, header, email goes to spam

I am running into a problem while sending out emails from the system and the problem is that the email gets delivered to the spam box in gmail/yahoo/hotmail. I am posting here, after doing my bit of homework, and have already validated and checked…
sniper
  • 2,905
  • 6
  • 21
  • 27
6
votes
2 answers

Looking for Oauth Yahoo sample C#

I know threre a lot of libraries dotnetopenauth,oauthbase, etc. But i need sample of using with yahoo. Samples,which i find did not work for me.Maybe you have example.Please share :-) I find bug OauthBase work fine for me :-)
John
  • 864
  • 1
  • 11
  • 26
6
votes
1 answer

Parsing JSON Results with PHP - Yahoo Search API

I am able to retrieve results from yahoo with my API key, using the instructions found on the yahoo developers website. http://developer.yahoo.com/boss/search/boss_api_guide/codeexamples.html# Code: if ($_POST['query']) { $newline="
"; $query =…
Tom
  • 561
  • 8
  • 16
5
votes
1 answer

How to fetch private data with YQL on Yahoo PHP5 Sdk yos-social-php5

I am using Yahoo PHP5 SDK and use it to fetch user contacts from table social.contacts which is a private data. On the example, from Delicious, it only shown fetching public data from YQL. May I know what parameter should I use to fetch private data…
davidlee
  • 5,611
  • 17
  • 56
  • 82
5
votes
2 answers

cannot read yahoo xml feed in php

i am trying to read the yahoo rss (http://news.yahoo.com/rss/us) in php using the xml function this is myvery simple code: $xml = simplexml_load_file('xml.xml'); var_dump($xml['channel']); but i shows NULL: adam@cka: php test.php NULL is my XML…
Adam
  • 1,205
  • 10
  • 20
5
votes
3 answers

yfinance not working - receiving json.decoder.JSONDecodeError

I am scraping stock market data from yfinance. My code worked perfectly during the last weeks. For some reason, now I am receiving the following error: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) when executing: import…
5
votes
1 answer

YQL Losing HTML Element Attributes?

YQL Console Link Query: select * from html where url='http://www.cbs.com/shows/big_brother/video/' and xpath='//div[@id="cbs-video-metadata-wrapper"]/div[@class="cbs-video-share"]/a' Returns:
Nuri Hodges
  • 868
  • 6
  • 13
5
votes
1 answer

Is there an official MRSS xsd?

I am trying to validate mrss feeds against an official mrss xsd, maybe from yahoo, but couldn't find one. I have been using one from http://yarfraw.sourceforge.net/xsd/extension/mrss.xsd but I am not sure how reliable this is. the…
mrss
  • 51
  • 3
5
votes
1 answer

Any javascript adapter / wrapper library for web maps such as Google Maps and Yahoo Maps and Bing Maps?

Is there any available javascript adapter/wrapper library which can be used instead of programming directly to a specific API such as Google's API ? I am just about to learn how to use web mapping services, and now want to figure out which mapping…
user743436
  • 324
  • 2
  • 14
5
votes
1 answer

Are email addresses returned by the Google or Yahoo OpenID providers verified addresses?

I'm implementing OpenID authentication for a website and I want to get the email address of the user. All email addresses from our users are veryfied through the usual hash link mail. Now, generally email addresses returned by OpenID providers…
hupf
  • 604
  • 1
  • 6
  • 10
5
votes
2 answers

Where can I find my Yahoo Developer API key(s)?

I just registered for a yahoo developer API key. They did not e-mail me a link to it or information. It has been approved, but I can't figure out where to view the resulting API. All links with google seem to point to the application page,…
cwd
  • 53,018
  • 53
  • 161
  • 198