yahoo

Get thumbnail image for Yahoo video? (python)

Hi The question has a similar intent as this question: http://stackoverflow.com/questions/1361149/get-img-thumbnails-from-vimeo but that one was for vimeo. So, I have a url for the yahoo video, is there any way I could get the standard thumbnail using the url? Thanks ...

How to get the tag "<yweather:condition>" from Yahoo Weather RSS in PHP??

Guys, i have this script: <?php $doc = new DOMDocument(); $doc->load('http://weather.yahooapis.com/forecastrss?p=VEXX0024&amp;u=c'); $channel = $doc->getElementsByTagName("channel"); foreach($channel as $chnl) { $item = $chnl->getElementsByTagName("item"); foreach($item as $itemgotten) { $describe = $itemgotten->getElementsByTagName("de...

Yahoo Smtp mailsetting configuration

Does anyone know what the smtp mail configuration settings are that is needed in the web.config file to send outgoing mail through a form in ASP? Thanks. ...

recongnize and replace links in yahoo pipes with regex

would there be a formula to recognize any link out of rss feeds and replace them with a fix value with regex in yahoo pipes? ...

Yahoo Web Analytics Upgrade

Yahoo is forcing an upgrade to their current version of Yahoo Web Analytics tracking code (from version 4 to version 5). The deadline for upgrading is the end of this month. Here is the message within the interface: In 2009, we migrated all of our client accounts to a new Data Center in order to improving the overall security an...

FireEagle - Retrieving current location

Hello there, I've just found about yahoo's fire eagle and it seems to be a great tool for location services But I'm struggling to find is it's indeed possible to retrieve users location without any input just like one of the apps listed on their gallery which is the http://mapme.at/ app where you can see the "We think you are here:" wor...

How to fetch facebook friends email adress

I tried hard, but I think isn't possible but yahoo is capable to import all'your contact information. How that works? ...

YUI 2: Storage Utility - Why aren't key/vals persisted from page to page

Trying to use the YUI 2 Storage Utility and followed the example which worked (on the same page); but when I create a second page (say page2.html) and try to access the key I get null back for the value. So on page1 one I call: localStorageEngine.setItem('testText', 'this is a triumph (local storage engine)'); and if I use getItem on...

yahoo review api ( YDN / Yahoo! Local Web Services) getting all reviews

Hi All, How to get all the reviews from yahoo review api (Local Search Web Services - http://developer.yahoo.com/search/local/V3/localSearch.html). Currently it gives the latest review and click link that points to web page containing the other review. How to get all the review together with one or two go and in json or xml format. Tha...

Yahoo OAuth library in java?

Hi, Anybody knows any good yahoo oauth library in java?. Using that library, i should fetch yahoo mails using oauth authentication. Thanks Aravind S ...

OpenID : fail Yadis discovery on Yahoo.com with Janrain

Hello all, I have the latest version of Janrain's library (v2.2.2) for OpenID. The following endpoints will work : https:// me.yahoo. com/user http:// www.google .com/accounts/o8/id http:// user.myopenid. com But if I only use "yahoo.com", it will fail. The example given with the library also fails. Does anyone have the same issue...

get data into sqlite from yahoo finance.

I trying to get yahoo prices into sqlite... I have the code below, but cant get the data into ipull [] then into sqlite... from urllib import urlopen import win32com.client as win32 import sqlite3 RANGE = range(3, 8) COLS = ('TICKER', 'PRICE', 'Vol') URL = 'http://quote.yahoo.com/d/quotes.csv?s=%s&amp;f=sl1v' TICKS = ('GGP',...

Google and Yahoo OpenID Endpoint

Are https://www.google.com/accounts/o8/id and https://me.yahoo.com are Google's and Yahoo's OpenID Endpoint or the URL's to which I must send the discovery request, which in response will have the OpenID Endpoints? ...

How does Yahoo create it's background gradient on yahoo.com ?

On Yahoo.com, I really like the light gray body gradient background. (Just the gray fade) However, I can't find the image they use to great this effect. Does anyone know what image/code Yahoo uses to create this background effect? ...

Help creating a YQL Query to search companies

How can I create a YQL Query that will return me companies from Yahoo Finance? select * from yahoo.finance.quotes where name like "apple" Doesn't work. ...

Multiple Problems with Django SocialAuth - logging in with facebook, yahoo, google

hello, I am having some problems with the app django socialauth. I am receiving the following errors: no such table: openid_consumer_association I got the above error whenever I click on the google or Yahoo icon for logging in. may I know how do i fix this problem? Another error I am receiving is related to facebook connect. Whenev...

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 (/usr/local/lib/node/.npm/yeti/0.1.0/dependencies/express/view.js:258:46) at Object.<anonymous> (/usr/local/lib/node/.npm/yeti/0.1.0...

iPhone Native Stocks Application

Anyone know how apple uses yahoo finance api to get the historical data for stocks at different times of the dat. Also, how to get the quote price for a given stock at different times of the day for today instead of just the current quote? It seems that the yahoo finance api can be used to get the current price, and the iChart.yahoo.. c...

Requesting Yahoo Profile Details for a User ID

Hi, I am implementing yahoo chat client and I need to get profile details for my chat list contacts. I found to request avatar I could use following request. http://img.msg.yahoo.com/avatar.php?yids=[YAHOO_ID]&amp;format=png But is there any similar url or url format to request profile details from Yahoo, without using their APIs th...

How can I get Yahoo OAuth to work when I develop locally when my local domain is not registered with Yahoo?

I'm working on an app that uses Yahoo OAuth. The OAuth had been working fine but I just registered my domain with Yahoo and now it will not let me use the OAuth when I develop locally because "Custom port is not allowed or the host is not registered with this consumer key." The issue is because my call back URL is to a domain that is ...