This tag covers questions related to the public Yahoo! webservices (APIs). Refer to the Yahoo! Developer Network for documentation and examples.
3
votes
1answer
27 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
1answer
439 views
Does Yahoo and MS support Oauth 2.0? and few questions about oAuth 2.0
i have several questions...
Does yahoo and microsoft api support
oAuth 2.0?
If yes then what are the main
security measures those should be
taken care of while shifting from
oAuth 1.0 to oAuth 2.0.
...
3
votes
2answers
492 views
can't make window.location.reload() inside the ajax call
Problem
I am not able to refresh the page with window.location.reload() which is used inside the success call made to yahoo.
Any hints how it can be fixed.
The whole of the code is working fine it ...
2
votes
2answers
50 views
JavaScript selectAll\deselectAll checkboxes function doesn't work on IE8
I have a Webscript (.js file) developed for an Alfresco application. It handles a button that displays a form aimed at selecting members which have subscribed to an Alfresco space, in order to send ...
2
votes
1answer
648 views
Origin http://XXXXX.com is not allowed by Access-Control-Allow-Origin
I am trying to make a request to the yahoo wheather forcast like this
function parseXml(woeid)
{
$.ajax({
type: "GET",
url: "http://weather.yahooapis.com/forecastrss?w="+woeid,
dataType: ...
2
votes
0answers
118 views
Yahoo Mail Api with Java - Can't authorize
I try to authorize to yahoo api by example on http://developer.yahoo.com/mail/code/ for JAX-WS. I get an exception:
Exception in thread "main" ...
2
votes
2answers
186 views
Yahoo API Integration?
I have to integrate yahoo api in my app. Can anyone provide me with the steps for that?
As we have integrated yahoo we gets a tokenkey from yahoo and after entering the key we gets in to ...
2
votes
2answers
416 views
How to use the Yahoo! API with the oauth-php library?
I'm currently trying to use the Yahoo API directly with php. I already use the oauth-php library with some Google API and it works like a charm.
But the yahoo API don't like authorization headers ...
2
votes
2answers
189 views
How to sort a structured list of stock data for later access in Python?
I am very new to Python and want to build a black box stock trading program that finds various correlations between stock's rates of return and gives me a response such as buy, sell, hold, etc. I ...
2
votes
1answer
252 views
Inbound Links API replacement
Hello
As the inminent sunset of the "yahoo Site Explorer Inbound Links API" and the same situation on "yahoo BOSSv1".
And as yahoo! has no replacement for this APIs
do you know some good replacement ...
1
vote
2answers
47 views
Export yahoo calendar
I want to export Yahoo calendar (the events) via c#. For google calendar there are a lot of examples and code in the web and I succeed to export google events, but I didn't find almost nothing about ...
1
vote
2answers
110 views
Yahoo news search API
I want to display yahoo news based on search term I provided and for that I have searched yahoo API provides me news content.
But API or RSS feed only give me 10 or something results each time but I ...
1
vote
1answer
42 views
Link to a random page on Yahoo Answers?
I want to link to a random question within the "resolved questions" section of Yahoo Answers.
I've found some js techniques which involve assigning numbers to each URL so the clicked link chooses ...
1
vote
2answers
187 views
Import contacts from yahoo in python
Is there are official way to import contacts from user address book from yahoo?
For google it's really simple as:
import gdata
contacts_service = gdata.contacts.service.ContactsService()
...
1
vote
1answer
87 views
500 error when querying yahoo placefinder with a particular character?
I am using the Yahoo Placefinder service to find some latitude/longitude positions for a list of addresses I have in a csv file.
I am using the following code:
String reqURL = ...
1
vote
1answer
230 views
Refresh Yahoo Oauth Access Token using grails-oauth plugin based on sign-post api
I am using grails oauth plugin. Which is providing me yahoo's access_token successfully. But the problem is -- this token (from yahoo) has validity of 1 hr only. And after that we need to refresh it. ...
1
vote
1answer
169 views
Importing contacts from yahoo using API
I'm trying to find any tutorial or resources to import contacts from Yahoo and/or live mail using their API (not using cURL). For example, you are asked to authenticate via Yahoo and then you can ...
1
vote
1answer
309 views
search.web not working on YQL anymore?! - any alternatives?
I always get the error
No definition found for Table search.web
in my YQL statements. Even when using SELECT url FROM search.web(0,10) WHERE query="stackoverflow" for example.
So I am assuming ...
1
vote
0answers
53 views
How to get Yahoo Authentication token in ASP.net 4
Here is link for Yahoo Authentication service...
http://upcoming.yahoo.com/services/api/token_auth.php
I am confused how to do it in .net where to start by using .net authentication to get token ...
1
vote
1answer
286 views
Yahoo Boss API (version 1) shut down for good?
It looks like the Yahoo Boss API terms of service has recently changed to an exclusive pay as you go model and that the "Key Terms ? Query Suggestions" has been discontinued altogether according to ...
1
vote
1answer
228 views
Yahoo!Finance CSV file, error in price=5.05544704E8 (or similar numbers) and date=1/1/1970?
someone experiment the same error while downloading CSV quotes from Yahoo!Finance web service ?
Trying to download by my APP but also by URL in a web browser I obtain this error:
in the l1 tag (last ...
1
vote
1answer
271 views
YAHOO! Place Finder API
Is there a way to get all of the POI (Points of Interest) and AOI (Areas of Interest) lets say for a specific state.
I would like to be able to auto-complete while someone is typing if it contains ...
1
vote
1answer
135 views
Yahoo Social SDK PHP setup help?
I'm trying to connect with Yahoo using YQL and PHP and I've downloaded the newer YOSocial SDK for PHP5. When trying to run the YQL Delicious example I'm getting the following error:
Warning: ...
1
vote
2answers
1k views
yahoo finance stock quote api
Is there any way to get historical stock prices from the yahoo api in the json format? I'd like to use REST because it's more lightweight.
0
votes
2answers
26 views
Weather forecast from WOEID (using YQL or rss) in javascript?
Is there any way of getting the weather forecast from woeid in javascript?
I tried using rss feed of yahoo, but couldn't get it to work. here is my code
var url = ...
0
votes
2answers
34 views
c# java deserialization issue
I'm trying to loop through a json file and retrieve the title of each record from a yahoo api. Can someone please give me some pointers as to how I need to do this. My code is as follows:
...
0
votes
2answers
29 views
Interacting w/ Yahoo Placemaker in Ruby
I'm trying to use net/http to interact w/ the Yahoo Placemaker API but I can't seem to get it to work. Here is what I have so far:
host = 'wherein.yahooapis.com'
payload = {
'documentContent' ...
0
votes
3answers
130 views
Using the Yahoo Weather API with JSON and the script tag
I'm trying to get the Yahoo Weather with javascript. I originally made a proxy, but found that clumsy.
So can get the JSON response from http://weather.yahooapis.com/forecastjson?w=9807, and I know ...
0
votes
1answer
25 views
Why do I get HTTP 401 Unauthorized from my call the to Yahoo contacts API?
This is driving me crackers. I'm implementing a friend invite scheme on a website and need access to the user's Yahoo contacts list. To do this, I'm using OAuth and the yahoo REST api. Here's a ...
0
votes
1answer
20 views
How to fetch private data with YQL on Yahoo PHP5 Sdk yos-social-php5
I am using yahoo php5 sdk https://github.com/yahoo/yos-social-php5 and use it to fetch user contacts from table social.contacts which is a private data. On the example, from delicious, it only shown ...
0
votes
1answer
78 views
jQuery Autocomplete and Yahoo Finance
I'm trying to make jQuery Autocomplete, Yahoo Finance and Zend Framework work together.
What I want is to create a form field in which I can autocomplete tickers symbols through Yahoo API.
I've ...
0
votes
1answer
17 views
Must I keep my Yahoo! application id secret?
I have created a Yahoo! application id so I can use the Yahoo! GeoPlanetâ„¢ API. Must I keep this application id secret, or may I just use it in client-side JavaScript and binaries? I couldn't find this ...
0
votes
0answers
37 views
iOS SDK - Yahoo OAuth
I want to login my application through Yahoo.
I have been following this tutorial: http://developer.yahoo.com/social/sdk/objectivec/
but it seems outdated.
In the following line doesn't even exist ...
0
votes
1answer
124 views
how to add files to yahoo web player after page load?
I'm trying to use Yahoo web player for playing .mp3 files. The player automatically recognizes tracks when page is initially loaded. Is there a way to add more tracks through api calls later on ?
...
0
votes
1answer
88 views
How do I get started with oauth for YQL for historical stock data?
in my search for a market data feed, I've been led to YQL for yahoo finance. It looks great, and very simple for the public use/ queries, but the daily limit for the public version is too small for my ...
0
votes
1answer
55 views
How to get yahoo contacts in android
I want to integrate yahoo in my android application to get yahoo contacts. I used yahoo contacts API which opens a WebView to login. When i am importing contacts from yahoo using ouath procedure wtih ...
0
votes
1answer
44 views
Getting Total Miles In Each State Passed
I would like to know if it is possible to get the total miles traveled (via road/interstate) in each state instead of the total miles only.
For example: From Chicago, IL to Atlanta, GA the total ...
0
votes
0answers
48 views
Import Yahoo! Contacts api
I'm trying to import yahoo! contacts to my website,
i use their api but it's not that clear and easy.
That's the first page:
...
0
votes
1answer
64 views
File not found while giving URI request to get request token in Oauth authorization flow (to access Yahoo API)
I am following oauth authorization flow(http://developer.yahoo.com/oauth/guide/oauth-requesttoken.html) for accessing Yahoo's Contact API . I am able to get consumer key and consumer secret for my ...
0
votes
1answer
61 views
Error : Invalid auth/bad request (got a 401, expected HTTP/1.1 20X or a redirect)
Why i got this error when i use following code?
$customer_key = 'my_key';
$customer_securet = 'customer_securet';
$a = new Oauth($customer_key, $customer_securet, ...
0
votes
0answers
38 views
Json Rpc ListMessages on yahoo services
How can I List messages on yahoo mail using Json RPC, I have used the code provided by yahoo
http://developer.yahoo.com/mail/docs/user_guide/CredentialTheUser.html
here's the code
To retrieve the ...
0
votes
1answer
72 views
Yahoo Placefinder API and cURL/wget
I'm trying to make requests to the Yahoo Placefinder API using a script I wrote, and I'd like it to return JSON. However, all the requests send back XML. That being said, when I run the same script in ...
0
votes
1answer
26 views
How do i retrieve users playlists from Yahoo Music API (ASP.NET - VB)
I have researched quite a lot on how to retrieve user information from Yahoo Music API, i have read Open Social as well and looked at Yahoo documentation but can't find what i am looking for. Any help ...
0
votes
2answers
59 views
fail to use web service with php
I am using this site as a guide to my webservice..
http://developer.yahoo.com/answers/V1/questionSearch.html
and I use this code:
$client=new ...
0
votes
0answers
79 views
When exporting Yahoo contacts through API, I can't see my imported Facebook contacts. Any way around it?
I have successfully managed to export Yahoo contacts through the API using PHP SDK, but the contacts I imported from Facebook (manually using the Yahoo UI) do not show up in there!
Any idea why? Is ...
0
votes
1answer
63 views
Does Yahoo's PlaceFinder API always return 0 or 1 result for a reverse (lat/lng) lookup?
I'm familiar with the geonames API, whose findNearbyPlaceName resource takes an optional radius parameter and can return multiple places for a given lat/lng pair.
When doing a similar lookup in YDN ...
0
votes
0answers
46 views
How to retrieve contacts picture on Yahoo contacts API? [closed]
I am using the Yahoo Contacts API but I can't seem to find how to pull contacts picture.
0
votes
1answer
45 views
Yahoo! Finance stock feed moving averages
I would like to get averages values from Yahoo!'s stock feed.
In my example, I used:
http://finance.yahoo.com/d/quotes.csv?s=ANZ.AX&f=spm3m4
As of writing, the m3 (50SMA) is 20.8167, and m4 ...
0
votes
1answer
147 views
Using OAuth in Yahoo! API Requests (Python)
I'm trying to integrate an application with a Yahoo! api that requires oauth authentication to access protected data.
I'm using python-oauth2 and following along with the steps listed in Yahoo's ...
0
votes
1answer
72 views
Retrieve Yahoo's User Profile
This code I have tried this code
Implementing Yahoo! Contact Reader Using ASP.NET it is working fine but this code is for Read Contact. But I want to code to retrieve users's profile. In user's ...