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

how to get all the Currency names which yahoo Finance Currency Converter Supports

How can i get all the Currency names or codes which Yahoo finance currency converter supports. i tried using the yahoo Query Language(YQL) with different Select statements but i didnt get. is there any Yahoo query or is there any other way to get…
chipmunk
  • 213
  • 6
  • 23
0
votes
1 answer

Cant retrieve all contacts from yahoo

I followed this tutorial to retrieve contacts from yahoo. It works ok but the problem is that it doesnt not retrieve contacts that I have imported into yahoo, just the ones that I added manually. Does anyone know if you can import the imported…
Borut Flis
  • 15,715
  • 30
  • 92
  • 119
0
votes
1 answer

Regulate image sizes in Yahoo Pipes output

When combining multiple blog feeds into one using Yahoo Pipes, is it possible to control the image sizes in the output? I've seen the existing operators and filters offered, but there doesn't seem to be an option that e.g. rejects a post from my…
strangerpixel
  • 798
  • 1
  • 11
  • 27
0
votes
1 answer

How to get all the results from a YQL query?

How do you get all the results from a YQL query? I've already tried setting the limit to 0. it doesn't output any result. If I set it to say 50 I'm getting 50. I'm using this for collecting questions from yahoo answers.
Akash
  • 119
  • 1
  • 8
0
votes
1 answer

Yahoo PHP SDK getContacts not working

I am trying to get the contacts of a user from Yahoo, I'm using the PHP SDK. But I keep getting an empty result: { ["query"]=> object(stdClass)#14 (4) { ["count"]=> int(0) ["created"]=> string(20) "2012-11-06T18:05:30Z" ["lang"]=> string(5) "en-US"…
André Figueira
  • 6,048
  • 14
  • 48
  • 62
0
votes
1 answer

sreg Yahoo problems

May you please look at the issue: You may test Yahoo sreg at "https://test-id.org/OP/Sreg.aspx" ID : "https://me.yahoo.com/" username: goughev@yahoo.com password: paranoid Now the problem This code work with Google but not with Yahoo sreg, becase…
Vitaly
0
votes
3 answers

How can I send email from my local host using yahoo mail account?

I am developing an ASP.NET website using Visual studio 2010 ultimate. I want to send mail for confirmation to the clients using my yahoo mail account. How can I do so ? what settings should I change or add ?
Md. Arafat Al Mahmud
  • 3,124
  • 5
  • 35
  • 66
0
votes
1 answer

SEO Sitemap for Subdomain

Basically i have a site call (e.g. domain.com), and i allow my customers to host their site on my domain (e.g. theirsite.domain.com) I have a sitemap for domain.com, but have no linkage to theirsite.domain.com, as a result, these subdomain(s) cannot…
Clinton
  • 310
  • 1
  • 2
  • 11
0
votes
1 answer

IMAP - retrieve mail by Yahoo X-YMailISG

Appears for all incoming Yahoo mail, X-YMailISG is an incoming message ID mail can be retrieved by. I'm wondering if this is possible in IMAP or if this field is used for something else entirely?
djechlin
  • 59,258
  • 35
  • 162
  • 290
0
votes
1 answer

PHP stdClass - Yahoo OAuth

I am trying to fetch the contact details using Yahoo OAuth in my code. The OAuth is working correctly and I am getting the following stdClass from Yahoo: stdClass Object ( [profile] => stdClass Object ( [guid] =>…
Himanshu Joshi
  • 79
  • 1
  • 1
  • 9
0
votes
1 answer

Python Scrapy: Yahoo Fantasy spider returning nothing, no errors

I'm working on a project to scrape statistics from Fantasy Football leagues across various services, and Yahoo is the one I'm stuck at currently. I want my spider to crawl the Draft Results page of a public Yahoo league. When I run the spider, it…
ckz
  • 5
  • 2
0
votes
1 answer

How to get contact list from yahoo in rails using OAuth

I can successfully get the contacts from google using OAuth gem in rails. my gmail configuration is : :google=>{ :key=>"***", :secret=>"***", :expose => true, :scope=>"https://www.google.com/m8/feeds/" } now i want to get…
Anand Soni
  • 5,070
  • 11
  • 50
  • 101
0
votes
2 answers

Yahoo! Pipes - update all sub-items?

I have tried for hours and found no solution for this problem. There is a Pipe I'm designing that pulls data from different RSS feeds. URLs for these feeds are located in a CSV file, so I'm able to parametrize this Pipe in the future. Everything…
Zathrus Writer
  • 4,311
  • 5
  • 27
  • 50
0
votes
2 answers

Yahoo Weather API: Get data from another day

Is it possible to get the weather data for a city for the next seven days? I only found the solution to get temperatures for today... Thanks
htw
  • 179
  • 6
  • 17
0
votes
0 answers

Yahoo Boss API query

I am using C# to call Yahoo Boss API and to retrieve metadata e.g. open graph information from url. Before thinking about any metatags I am simply querying a word within a url: var uri = new…
doorman
  • 15,707
  • 22
  • 80
  • 145