Questions tagged [yahoo-api]

covers open webservices and APIs provided by Yahoo!

This tag covers questions related to the public Web Services and APIs offered by the Yahoo Developer Network to make it easy for developers to build applications and mashups.

References

784 questions
4
votes
1 answer

Yahoo YQL yahoo.finance.historicaldata returning empty results

I have developed and tested with the this API last week. Today I am noticing I am not receiving any results even from the sample query.…
Camilla
  • 160
  • 9
4
votes
0 answers

YQL weather result is null in half the time

Yahoo data sometimes fails to get data, "query.results is null or not an object" . This is happening to me to on Chrome 55.0.2883.87 and fierfox 50.1.0. This is the YQL i'm Using: http://query.yahooapis.com/v1/public/yql?q=select *…
Me hdi
  • 1,832
  • 6
  • 24
  • 35
4
votes
1 answer

Yahoo Weather API Key Usage?

I am planning to develop an iOS weather application that is non-commercial which retrieves JSON feed from Yahoo's Weather API. Documentation: https://developer.yahoo.com/weather/ However, I don't understand the purpose of needing an API-Key? I am…
Miket25
  • 1,895
  • 3
  • 15
  • 29
4
votes
1 answer

Error after adding YahooSDK

I am using this YahooSDK to develop a project. The demo app within this project works fine. But whenever I try to add YahooSDK folder into my project I get errors. No type or protocol named 'UIWebViewDelegate', Unknown type name 'UIWebView', Unknown…
Rishab
  • 1,901
  • 2
  • 18
  • 34
4
votes
1 answer

Is there any way to access Yahoo IMAP with Oauth2 for new applications?

I'm looking for a way to allow Yahoo application to read user's emails over IMAP. It works well for old applications (that were created before Yahoo Mail API has deprecated), but trying to access IMAP for new applications gives me an…
elgris
  • 516
  • 4
  • 13
4
votes
1 answer

YQL yahoo.finance.xchange returns Column Mismatch when run via Rest Query, works from console

The following query works from console: env 'store://datatables.org/alltableswithkeys'; select * from yahoo.finance.xchange where pair in ("USDSGD") However, the rest…
wizgot
  • 338
  • 3
  • 11
4
votes
2 answers

Retrieve access token for Yahoo API using OAuth 2.0 and Python requests

I am trying to retrieve the access token for the Yahoo API, using the explicit grant flow as described in this document: https://developer.yahoo.com/oauth2/guide/flows_authcode Everything is fine until Step 4: Exchange authorization code for Access…
Thomas S.
  • 47
  • 1
  • 4
4
votes
1 answer

OAuth2 INTRIDEA gem and HTTP basic authentication header

Using INTRIDEA's OAuth2 Ruby gem, is there a recommended way to add the HTTP basic authentication header using the password strategy? This approach is recommended by IETF RFC 6749 and required by the Yahoo and RingCentral OAuth 2.0…
Grokify
  • 15,092
  • 6
  • 60
  • 81
4
votes
1 answer

Yahoo OAuth 2.0 invalid_grant when issuing an access token

I tried to implement Yahoo OAuth 2.0 with following guide: https://developer.yahoo.com/oauth2/guide/ I was able to authorize and I received Authorization Code but I sucked at step 4. When my code tries to exchange Authorization Code for Access Token…
4
votes
3 answers

Stock Quotes from Yahoo finance for Indian NSE, BSE

Following is my query using YQL, data is fetched using Yahoo finance, I am using the symbols for the stocks traded on the Indian NSE, BSE http://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.quotes where symbol in…
Mrinal Kamboj
  • 11,300
  • 5
  • 40
  • 74
4
votes
1 answer

Use Oauth to call yahoo api in android

I want to use the Yahoo API to get login user's email in Android. I already have got access token and user GUID, but the next step to get user email is not working. I got the following response message: {oauth=WWW-Authenticate: OAuth…
Wendell
  • 121
  • 1
  • 8
4
votes
1 answer

MaasOne yahoo-finance-managed returning zero results for AlphabeticIDIndexResult

I am trying to use http://code.google.com/p/yahoo-finance-managed/ to retrieve a list of all stock ids with the following code: using MaasOne.Base; using MaasOne.Finance.YahooFinance; using System; using System.Collections.Generic; using…
Trevor Daniel
  • 3,785
  • 12
  • 53
  • 89
4
votes
1 answer

PHP session expire after the Yahoo API call?

In my Website, I am building the Yahoo API application. When ever we access the Yahoo API from our application, The Yahoo returns the success response to our domain.But my custom session values has expired. I don't know the reason. Any help my…
VijayS91
  • 1,535
  • 23
  • 38
4
votes
2 answers

Convert zip code to latitude/longitude coordinates using Google Maps API?

I've been looking through the docs and all over the web for an example of this and I can't find an example of this use-case. Given a zip code, I need a rough approximation of the user's location in the form of lat/long coordinates. All I have is…
RobVious
  • 12,685
  • 25
  • 99
  • 181
4
votes
4 answers

Why is foreach over a results object not working?

I realize there are quite a few questions of this nature, but I have not been able to solve my issue using the other posts, so I was hoping someone here may be able to help me out. I have an object I'm getting back from Yahoo local search API. I…
Kirk B
  • 551
  • 6
  • 23