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
-1
votes
1 answer

Why does this Yahoo weather API query not work?

This query to get the forecast from Ottawa does not work: SELECT * FROM weather.forecast WHERE woeid IN (SELECT woeid FROM geo.places WHERE text="Ottawa, Canada" limit 1) Result: "query": { "count": 1, "created": "2015-07-02T13:06:45Z", …
user923487
  • 301
  • 3
  • 11
-1
votes
2 answers

Best way to read yahoo IMAP emails using with C#

What is the best way to read yahoo IMAP emails using with C#? I searched many places for that, but as you know yahoo changes it's web site every minute and finding a non deprecated library is difficult. Also found non-free Lib here. Would…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
-1
votes
1 answer

hello.js Yahoo API Integration

I am trying to do a Yahoo oAuth using hello.js. Please find my code that I have written: window.onload = function() { hello.init( { // "yahoo" : "M0FZ5t7i" "yahoo" :…
Siddharth
  • 545
  • 2
  • 7
  • 24
-1
votes
1 answer

kontx media player to play embed videos

I have been working on Yahoo connected TV application development. The primary goal of the app is to play embedded videos from various sources like YouTube and Dailymotion. I'm using the Yahoo Widgets framework which provides media player…
-1
votes
1 answer

YQL | why I'm getting a syntax error?

I'm trying to query a simple Google search using YQL but apparently it seems not working. Here's my exact…
Switch
  • 14,783
  • 21
  • 69
  • 110
-1
votes
1 answer

Parsing Yahoo Rss Feeds for android

Can someone help me for parsing the Yahoo RSS Feeds, from the URL Yahoo Feed I am able to call and fetch URL. I have the response in string. I would like to parse it and show the feeds in list. Please help?
Rider
  • 1
-1
votes
2 answers

Regex match everything after n-th of decimalin yahoo pipes?

Hello Im using yahoo pipes and I need some help. Im trying to match everything after the second digit of a random number. Example: 25.6444841218545 I need to match "44841218545", so the ouput will be "25.64" or 544.012 I need to match "2", the…
Oswaldo C.
  • 99
  • 7
-1
votes
1 answer

Java Array Index Size Conflict

I found a java application on google code that I downloaded and it has worked great, but I have found an instance where it breaks. I'm new to Java and am trying to reconcile it myself, but I've quickly found myself out of my league. Here is a link…
-1
votes
1 answer

How come using mailto link with escaped characters is not recognized by yahoo mail?

I created an html page that has a mailto link. The body of the email has escaped characters (\', \", \n, \r) none of which seem to be recognized by Yahoo Mail (when yahoo mail is set to my default email). The mailto link parses the copy in the body…
-1
votes
1 answer

yahoo emails, forwarding to spam folder

This example of mail sender works well Send Email Multiple Upload Form & Attachment File but, problem is what every email sending ONLY to yahoo emails, forwarding to spam folder. Why? How to prevent sending mail to spam folder?
Adam
  • 51
  • 1
  • 6
-1
votes
1 answer

YUI Datatable to JS object

I have a problem. I have YUI DataTable and i need convert it to JS object. But I'm not found standart ways for this. If anyone know, how to solve this problem - please answer. Thank you.
VladislavLysov
  • 651
  • 1
  • 11
  • 25
-2
votes
1 answer

Using Node js, how to get weather feeds for multiple cities in single request using yahoo weather api

I'm using yahoo weather api for get weather feed of single city, now I want to get weather feed for multiple cities in single request, how can I do using yahoo api. I also want to know, is ther any api yahoo provides to get the list of city of any…
Abhishek
  • 583
  • 5
  • 16
-2
votes
1 answer

I want to know why I cannot use this function?

yahoo<-function(sym,current = TRUE, a=0,b=1,c=2000,d,e,f,g="d") { if(current){ f<-as.numeric(substr(as.character(Sys.time()),start = 1,stop = 4)) d<-as.numeric(substr(as.character(Sys.time()),start = 6,stop = 7))-1 …
-2
votes
4 answers

Pandas: 52 week high from yahoo or google finance

Does anyone know if you can get the 52 week high in pandas from either yahoo or google finance? Thanks.
Chuck
  • 135
  • 1
  • 3
  • 9
-2
votes
1 answer

jQuery+jQueryUI Vs Yahoo UI..Which is the best one for web applications?

jQuery+jQueryUI vs Yahoo UI..Which is the best UI to use in asp.net web applications?
Ayyappan Anbalagan
  • 11,022
  • 17
  • 64
  • 94
1 2 3
70
71