Tagged Questions
An American multinational internet corporation headquartered in Sunnyvale, California, United States
15
votes
5answers
16k views
PHP APIs for Hotmail, Gmail and Yahoo?
I am a PHP developer who is kind of in a pickle. I'm trying to locate and/or build an API capable of speaking to Hotmail, Yahoo and GMAIL in order to retrieve contact lists (with the user's consent, ...
14
votes
6answers
597 views
how do Google and Yahoo replace the URL in the browser status bar?
On the Google and Yahoo search pages, the URLs of the 10 search result links actually point to google.com or yahoo.com. The URLs have extra arguments that allow google.com or yahoo.com to redirect to ...
13
votes
6answers
8k views
Yahoo! Finance CSV file will not return Dow Jones (^DJI)
I am trying to retrieve market data from Yahoo! finance and the script has worked fine for years, but recently, it stopped showing The Dow Jones data. Here is the URL:
...
11
votes
6answers
18k views
Yahoo Finance API
I want to implement the Yahoo Finance API into my web web-application but when I searched for the API, I didn't get the link to the API, rather I found the rss feeds that Yahoo provides for finance ...
11
votes
9answers
21k views
fetch stock quotes from google finance, yahoo finance or the exchange itself
I am building a web based trading system where buy and sell signals would be generated by reading quotes from either Yahoo finance, google finance or the exchange(NSE of India) itself.My first ...
9
votes
2answers
12k views
Yahoo Weather API WOEID retrieval
I'm creating an app (PHP) that takes yahoo weather data from the free RSS feed and correlates it with a colour hex based on data retrieved from the RSS feed. The issue I'm having is finding a way to ...
9
votes
11answers
6k views
Janrain's PHP-OpenID and Google/Yahoo
I'm using Janrain's PHP-OpenID 2.1.3, and I've managed to get it working with all the providers I have tried except for Google and Yahoo. The major difference here seems to be that Google and Yahoo, ...
8
votes
15answers
2k views
To YUI or not to YUI?
I'm currently using the Yahoo YUI javascript library in a couple of my projects.
However, I'm a little concerned about three things. First, they laid off 10% of their employees. Second, their ...
7
votes
1answer
392 views
Integrate Google, Yahoo and OpenID in android application?
I want to integrate Google, Yahoo and OpenID in my android application. I have successfully done with facebook, twitter. I had used facebook android sdk for facebook integration and ...
7
votes
3answers
1k views
DotNetOpenAuth: Message signature was incorrect
I'm getting a "Message signature was incorrect" exception when trying to authenticate with MyOpenID and Yahoo.
I'm using pretty much the ASP.NET MVC sample code that came with DotNetOpenAuth 3.4.2
...
7
votes
5answers
7k views
Taking contact list from hotmail gmail yahoo in java?
most of social networks does this. when you register one of them for example twitter it says why dont you invite your friends from hotmail or yahoo or gmail. and expect us to give our credentials and ...
7
votes
14answers
4k views
Does a YUI Compressor GUI App Exist?
I recently discovered Yahoo's YUI Compressor software and started using it on my website.
What I'm disappointed about with the software is its lack of a GUI, as well as a lack of a way to combine ...
6
votes
1answer
893 views
Yahoo (YUI) vs Google (Closure) framework for testing on browsers and node.js
It seems that YUI is very focused on providing all the same code for both browsers and node.js.
That's very powerful because now I can use the same tests on both ends and don't have to ...
6
votes
1answer
1k views
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 ...
5
votes
2answers
38 views
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 ...
5
votes
4answers
829 views
Need an API to find a full company name given a ticker symbol
I need a way from within client-side Javascript to find a full company name given a ticker symbol. I am aware of Yahoo Finance's interface at:
http://finance.yahoo.com/d/quotes.csv?s=TKR&f=n
and ...
5
votes
2answers
74 views
Should I delete the record of my site with WWW in it?
I currently have both urls of my site listed in google and yahoo siteexplorer etc, there is some difference in the pages that are indexed.
Do I need both, or can I delete the one with the www at the ...
5
votes
1answer
1k views
php-openID doesn't work with Yahoo!
i am trying to use php-openid library for implementing openID in my site.
the basic consumer example inside its package doesn't work for Google and Yahoo.
i found the Google solution here:
...
5
votes
1answer
185 views
Why is Yahoo Indexing Bot considered as “evil”?
After reading and commenting on this question PHP Library for Keeping your site index by Google, Bing, etc, I was curious to look at StackOverFlow's sitemap. This returned a 404 error which I am ...
5
votes
2answers
778 views
sending IMAP commands using php
I'm trying to access yahoo mail IMAP server with a php script. I read that yahoo requires a specific IMAP command “ID ("GUID" "1")”. How do I send this command ?
5
votes
4answers
3k views
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: ...
5
votes
3answers
408 views
Avoid hanging when closing a Yahoo map with lots of markers
I have a Yahoo map with lots of markers (~500). The map performs well enough until I close the page, at which point it pauses (in Firefox) and brings up a "Stop running this script?" dialog (in IE7). ...
4
votes
4answers
105 views
Unicode in PHP?
I heard PHP has very poor Unicode support.
So what does it take to make a PHP 5 built application Unicode supported under PHP 5.3+?
Would mbstring be the only option here?
How has Facebook or Yahoo ...
4
votes
1answer
163 views
delphi : Connect to yahoo web messenger with idhttp
i use delphi xe2 and write a simple code to connect to yahoo web messenger
but i get this message
If you are seeing this page, your browser settings prevent you from
automatically redirecting to ...
4
votes
0answers
373 views
Yahoo! OAuth login screen for mobile devices
This is a kind of re-post of my question on Yahoo! forums. It is just that I refer to StackOverflow more frequently...
My problem is as following: while Yahoo! OAuth http://developer.yahoo.com/oauth/ ...
4
votes
2answers
739 views
Check if YQL limits have been reached?
Is there any way (other than having to add custom code) to check if my application has exceeded the YQL limits that are allowed? (Not sure if per application limit or the per IP limit applies in my ...
4
votes
11answers
10k views
Receive a WOEID by Lat, Long with Yahoos API
i searched a while but found nothing, thats simular to my problem.
i'm trying to use the YAHOO Weather API, for example: http://weather.yahooapis.com/forecastrss?w=4097
i don't know the WOEID in my ...
4
votes
1answer
975 views
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 ...
4
votes
2answers
2k views
Python: OAuth Library
Is there a full flegged python library for oauth? I haven't found any that handle reissuing of oauth tokens once they expire (Step 5 on the Yahoo OAuth flow).
So what is the most complete? I tried ...
4
votes
3answers
4k views
Yahoo Movies API Documentation
I'm trying to use the new unpublished Yahoo Movies API, but can't find any documentation, official or unofficial, about it.
Does anyone know if any documentation exists for this?
sample API call:
...
3
votes
1answer
22 views
How can i import from live server
How can i import contacts from Yahoo or live mail using their API? Like import contact from live server.
3
votes
6answers
462 views
Yahoo BOSS V2 authorization troubles
I'm having an awfully hard time with Yahoo's authentication/authorization. I've enabled BOSS in my account, set up a payment method, and now I'm trying to run a search using some python code:
import ...
3
votes
2answers
1k views
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 ...
3
votes
1answer
184 views
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 ...
3
votes
1answer
278 views
Yahoo PHP SDK - consumer key rejected error
I am trying to use the PHP SDK provided by Yahoo on my website.
I have not requested any extra private data (special permissions).
However, I keep getting the error ...
3
votes
2answers
2k views
How to get a complete list of ticker symbols from Yahoo Finance?
I've googled endlessly for a method of getting a complete (and daily updated) list of all Yahoo ticker symbols available through http://finance.yahoo.com
Yahoo has information for stocks, futures etc ...
3
votes
1answer
2k views
Add events to google calendar,yahoo calendar, outlook and ical
The users of my Javascript based site often need to create an event where the post event name, event description, start time and the end time of the event along with the date. Now they would like to ...
3
votes
2answers
3k views
Yahoo Finance All Currencies quote API Documentation
I've being using this feed for a long time, I believe Apple does it as well in one of the mac widgets. but what is really curious is that I simply can't find any documentation for it, I've tried ...
3
votes
5answers
3k views
C# SMTP email sending code fails for Yahoo Mail but works fine for other servers, can anyone help?
I am using this code to send an SMTP email via the yahoo SMTP server, it is for a personal project I am writing.
using System.Net.Mail;
using System.Net;
SmtpClient theClient = new ...
3
votes
2answers
461 views
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 ...
3
votes
1answer
655 views
Using Ruby OAuth to connect to Yahoo Contacts API
I've been trying to work with the Yahoo Contacts API using the latest
version of Ruby OAuth, but I'm not sure if I'm getting hung up with
the last stage of the authorization process, or something in ...
3
votes
3answers
2k views
Geocoding Services - limits - Google vs Yahoo vs others?
Is Yahoo the best option?
http://developer.yahoo.com/geo/placefinder/
It says 50,000 requests per day. Does this mean you can geocode 50k addresses a day?
compared to Google at only 2,500?
...
3
votes
2answers
234 views
How to set up development environment for yql and open table development? How to test it locally? (best practice)
I develop -- from time to time -- yahoo open tables to access different resources on the web. Currently I am using a JavaScript editor and -- when I want to test if my open table works -- I upload the ...
3
votes
2answers
1k views
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
...
3
votes
3answers
2k views
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 ...
3
votes
4answers
515 views
google search engine architecture- how do so many concurrent users do a search on it
With millions of users searching for so many things on google, yahoo and so on.
How can the server handle so many concurrent searches?
I have no clue as to how they made it so scalable.
Any insight ...
3
votes
3answers
6k views
Free API for Friends Invite from Gmail,Yahoo,AOL,Hotmail PHP Ajax [closed]
I need any opensource api for implementing address book imports for friend invites from Gmail, Yahoo, Hotmail, Aol etc..., it may be written in ajax, php or javascript.
openinvite.com is there but I ...
3
votes
2answers
386 views
Yahoo OAuth implementation has no way to work offline
I need to download my Delicious bookmarks to a non-web application without constant user interaction. I'm using Delicious's V2 API (using oAuth) but the problem is it seems their access tokens expire ...
3
votes
4answers
1k views
OAuth java implementation, oauth_callback missing
My problem is I get error while trying to get request token from Yahoo. The error says Im missing oauth_callback parameter and yes I miss it because I dont need it. Ive read I need to set it to "oob" ...
3
votes
2answers
450 views
Yahoo openid website compatibility
I am using Dope-openid library in my website but while logging in with a yahoo account users get a message above Click "Agree" to sign into www.mywebsitename.com using your Yahoo! ID.
Warning: This ...