yahoo-api

Why `search.web` YQL table doesn't work anymore?

一笑奈何 提交于 2019-12-23 16:26:56
问题 When I'm using search.web YQL table, 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 Yahoo discontinued search.web or BOSS? What are the alternatives? Is there still a similar way to crawl the web? 回答1: We can read in YQL Blog: We’ve removed all search tables that relied on the BOSS v1 API (search.web, search.image, and search.news) as the

Yahoo weather API giving errors for certain US lat/lng locations

丶灬走出姿态 提交于 2019-12-23 05:37:13
问题 I am creating pages about parks. For each park, there is a lat/lng and for most parks, I am able to use the Yahoo weather API But for some reason, some pages return errors like this: Invalid Input /forecastrss?w=2347563 After a call that I make like this to the Yahoo weather API: http://www.geomojo.org/cgi-bin/reversegeocoder.cgi?long=-121.433098&lat=40.509312 Any idea how I can resolve these sorts of errors? Here is my code: $url = 'http://www.geomojo.org/cgi-bin/reversegeocoder.cgi?long='.

Yahoo Movies API Documentation [closed]

一曲冷凌霜 提交于 2019-12-21 17:42:55
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . 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: http://new.api.movies.yahoo.com/v2/listMovies?title=Transformers EDIT: The API can no longer be accessed. I'm not

read.csv(“http://ichart.finance.yahoo.com/table.csv?s=SPY”) Not Working

試著忘記壹切 提交于 2019-12-19 10:16:36
问题 I have been using the following command for a long time without problem: spy <- read.csv("http://ichart.finance.yahoo.com/table.csv?s=SPY") But in the past few days it started to throw the following error: Warning messages: 1: In file(file, "rt") : "internal" method cannot handle https redirection to: 'https://ichart.finance.yahoo.com/table.csv?s=SPY' 2: In file(file, "rt") : "internal" method failed, so trying "libcurl" I've updated my RStudio, R and all packages to the most up-to-date

https://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.xchange where pair in (“ARSARS”)&env=store://datatables.org/alltableswithkeys

Deadly 提交于 2019-12-19 09:07:40
问题 I have been using the following URL for the past 3 years without issue. However, it has stopped returning results. URL: https://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.xchange where pair in ("ARSARS")&env=store://datatables.org/alltableswithkeys Now returns the following: <?xml version="1.0" encoding="UTF-8"?> <query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" yahoo:count="0" yahoo:created="2017-11-02T09:33:25Z" yahoo:lang="en-AU"> <results/> </query><!-- total:

Yahoo Store Order API Access

北慕城南 提交于 2019-12-14 01:57:42
问题 I'm having a heck of a time trying to figure out this Yahoo Store API stuff. I've scoured the internet for examples but have come up with next to nothing. I've created my request: String data = ""; data += "<?xml version=\"1.0\" encoding=\"utf-8\" ?>"; data += "<ystorewsRequest>"; data += "<StoreID>" + storeID + "</StoreID>"; data += "<SecurityHeader>"; data += "<PartnerStoreContractToken>" + token + "</PartnerStoreContractToken>"; data += "</SecurityHeader>"; data += "<Version> 1.0 </Version

How can I get Yahoo Weather Backgrounds from API?

放肆的年华 提交于 2019-12-14 01:44:43
问题 I have a weather widget, and I need dynamic backgrounds. Yahoo has weather APIs, but I'm not able to find the background image tied to a weather type. https://weather.yahoo.com/ Is this possible? var url = 'http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20location%3D%2248907%22&format=json' $.getJSON(url, function (data) { console.log(data) }) 回答1: The API doesn't provide any images, but you can use a lot of the data to provide an image yourselves. Use

How to use the Yahoo! API with the oauth-php library?

喜夏-厌秋 提交于 2019-12-13 13:43:20
问题 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 which oauth-php uses. I see the PECL Oauth has an option to select how the authorization parameter is sent but can't find any equivalent in the almost non-existent documentation of oauth-php. So my question is: is it possible to select this method with oauth-php or should I start working on some

Unable to get Yahoo OAuth 2 authorization

自作多情 提交于 2019-12-13 08:18:20
问题 I am doing a poc project using Apache Oltu to authorize a Yahoo user using OAuth 2 spec. Following is the url that I am redirecting to. I get one of the 2 errors mentioned below. I see that many people come across this issue but I am not able to narrow down to what is causing the error. I have tried multiple trial and error values but it doesnt seem to get through. Can anyone help me with inputs? Appreciate your time. Url: https://api.login.yahoo.com/oauth2/request_auth?response_type=code

Get users yahoo email

拈花ヽ惹草 提交于 2019-12-13 06:22:28
问题 I think this yahoo email of users is little problem with yahoo and twitter. I have searched many days for this but no luck. Im getting user details like that print( $profile->location) ; --------got location print( $profile->gender) ; --------- got gender But when i want to get the email i couldnt . Have tried this print( $profile->emails->handle) ; But i got this error Notice: Trying to get property of non-object in mywebsite/index.php on line 103 Have tried this print( $profile->emails[