yahoo-api Questions
1
Trying to make a query in YQL console. This one works fine:
select * from weather.forecast where woeid=1989965
But I want to get values in metric system (celsius), so I use this query:
select *...
4
Solved
I ran into a problem with Yahoo Weather API because it wasn't giving me any data. After visiting YDN website I've found out that all requests should be updated to OAuth 1 starting from March 15th (...
2
Solved
I am currently using the following code:
<?php
/* Pre-requisite: Download the required PHP OAuth class from http://oauth.googlecode.com/svn/code/php/OAuth.php. This is used below */
require("OA...
3
I started using Yahoo's free weather API to get the weather data I need, but it seems each time I request a city weather data there is a chance that either I get updated data or old data from back ...
Guadiana asked 13/11, 2015 at 22:49
1
Solved
I am currently learning how to query data via YQL, and wondering whether the tables : yahoo.finance.quotes && yahoo.finance.historicaldata nowadays work.
As a matter of fact, simple querie...
Norwood asked 23/6, 2015 at 21:51
1
I am using Yahoo Social API for Contacts using OAuth2 via Javascript (as given here https://developer.yahoo.com/oauth2/guide/#implicit-grant-flow-for-client-side-apps)
However, after success...
Ovate asked 4/2, 2015 at 11:22
4
Solved
I've listed here Yahoo Integration steps which I've followed.
Step 1. I went to http://developer.yahoo.com/social/sdk/objectivec/
Step 2. Downloaded entire framework from here - http://github.com...
Godsey asked 3/1, 2014 at 10:21
2
I'm downloading stock data directly from Yahoo! Finance.
I compare "Adj Closed" for two dates to get the growth rate. For example, on 7/20/1987 KO (Coca-Cola) had an adjusted closing value of 1.71...
Namedropper asked 26/7, 2013 at 17:5
1
I am following this link: https://github.com/yahoo/yos-social-objc for retrieving yahoo contacts.
After providing all the credentials (i.e secret key, consumer key, app id) it is going to Safari ...
2
Solved
I am working on an app where I have to use Yahoo account to login.
I had gone through this link and followed the procedure as it was there.But I am unable to get back to my app after authentication...
Agitprop asked 30/9, 2013 at 9:25
2
I am trying to get the sample code from the Yahoo Social SDK for PHP page to work, With no luck.
This is the code snippet from the site:
<?php
require("Yahoo.inc");
// Your Consumer Key ...
8
Solved
I have been working on a Ruby on Rails application recently. We were using Yahoo Web Player to play our audio and video files. It worked really nice, especially for tablets and smartphones which do...
Panhellenic asked 2/7, 2013 at 15:25
2
Script Error: Unable to modify the parent container element before the child element is closed. What should I do? I click Yes, and my web page isn't displayed.
At the beginning of my Product page ...
Ambages asked 5/12, 2012 at 20:34
2
does anybody know if the standard yahoo geo/where-api is has been closed?
The api was accessible (untili yesterday) on where.yahooapis.com?
Regards
1
Solved
I am trying to get yahoo! screen video's image thumbs to embed on my website like we can easily do in other websites ( Get img thumbnails from Vimeo?, How do I get a YouTube video thumbnail from th...
Epirogeny asked 29/11, 2012 at 15:52
2
I'm trying to integrate Yahoo into my application.
I want users to login using their Yahoo accounts but whenever I request for a token, I receive the following errors:
getRequestToken() Exceptio...
1
I want to sync my app with yahoo calendar such that the events added in the app are directly added in the user's yahoo calendar. is there any api available?
I have tried http://developer.yahoo.com...
1
Solved
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...
Pirogue asked 20/1, 2012 at 12:35
© 2022 - 2024 — McMap. All rights reserved.