yahoo-api

Getting 400 volley server error which is working from Rest client successfully

只愿长相守 提交于 2019-12-11 03:28:52
问题 Am getting 400 server error for volley get request for below url http://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.xchange where pair in ('AEDALL')&format=json&env=store://datatables.org/alltableswithkeys&callback= when i hit the same url from rest client its giving json response Here is my code for volley request private void convertCurrenctVolleyTask(String from, final String to, final String amount) { String url_yahoo = "http://query.yahooapis.com/v1/public/yql?q

Get Yahoo Contact List in C# application

痞子三分冷 提交于 2019-12-11 03:18:56
问题 As guidance on https://developer.yahoo.com/oauth/guide/oauth-requesttoken.html, Below are what I did with OAuth to get Yahoo contact list: Make a GET request to https://api.login.yahoo.com/oauth/v2/get_request_token to get oauth_token and oauth_token_secret, I successfully get them. Example url: OAuthBase oath = new OAuthBase(); string url = "https://api.login.yahoo.com/oauth/v2/get_request_token?" + "oauth_nonce=" + oath.GenerateNonce() + "&oauth_timestamp=" + oath.GenerateTimeStamp() + "

Yahoo YQL query with gFlags returns nothing

自闭症网瘾萝莉.ら 提交于 2019-12-10 17:46:28
问题 Using Yahoo YQL when I try to query using gFlags nothing returns. https://developer.yahoo.com/yql/console/?debug=true#h=select+*+from+geo.placefinder+where+text%3D%2237.416275%2C-122.025092%22+and+gflags%3D'R' Response: <?xml version="1.0" encoding="UTF-8"?> <query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" yahoo:count="0" yahoo:created="2016-01-20T16:07:28Z" yahoo:lang="en-US"> <diagnostics> <publiclyCallable>true</publiclyCallable> <url execution-start-time="16" execution-stop-time=

Configuration for Yahoo API for localhost development

爱⌒轻易说出口 提交于 2019-12-10 14:39:30
问题 What should I enter for Home Page URL and Callback Domain if I want to develop a web application that uses the Yahoo API locally. I can't get a secret and publishable key without this. I'm not sure if asking this question is appropriate here, but any advice, guidance, etc. would be really appreciated. I'm fairly new to the web application development world. 回答1: I ran into issues with the Yahoo API using OAuth on my local development environment. I wanted to use http://localhost in the 'Home

How to fetch private data with YQL on Yahoo PHP5 Sdk yos-social-php5

邮差的信 提交于 2019-12-10 13:44:55
问题 I am using Yahoo PHP5 SDK and use it to fetch user contacts from table social.contacts which is a private data. On the example, from Delicious, it only shown fetching public data from YQL. May I know what parameter should I use to fetch private data with the class YahooYQLQuery and Execute()? I have tried to follow the example but following error message appear: YQL query failed with error: "Authentication Error. The table social.contacts requires a higher security level than is provided, you

Are the yahoo.finance related data api's change (YQL Console)?

泄露秘密 提交于 2019-12-10 13:11:59
问题 I am trying to use yql for yahoo financial data. I checked the Show Community Table on the YQL console to see the database under the Yahoo tag. I can see the tables under it but i am not getting results here it is as follows::: select * from yahoo.finance.analystestimate where symbol in ('YHOO') { "query": { "count": 1, "created": "2016-03-28T10:25:01Z", "lang": "en-US", "diagnostics": { "url": [ { "execution-start-time": "1", "execution-stop-time": "767", "execution-time": "766", "content":

How to use getReturns with the Yahoo finance API

与世无争的帅哥 提交于 2019-12-09 07:01:38
问题 I have problems with R package getReturns . I have encountered this error since 17th May: Warning in file(file, "rt") : cannot open URL 'http://ichart.finance.yahoo.com/table.csv?s=AAPL&a=4&b=28&c=2014&d=4&e=27&f=2017&g=w&ignore=.csv': HTTP status was '404 Not Found' It looks like that ichart API did not run anymore. Can anyone help me with this issue? Does someone know how to fix it? I have encountered the same issue with the quantmod R package. 回答1: You can follow my an earlier post, which

Yahoo Answers API not working

牧云@^-^@ 提交于 2019-12-08 07:00:30
问题 I found a PHP API example that I would like to implement and it does not seem to be working. <?php /** * @package Yahoo Answer * @author The HungryCoder * @link http://hungrycoder.xenexbd.com/?p=953 * @version 1.0 * @license GPL, This class does not come with any expressed or implied warranties! Use at your own risks! */ class yahooAnswer{ var $appID; var $searchQuestionURL = 'http://answers.yahooapis.com/AnswersService/V1/questionSearch?'; var $getQuestionURL = 'http://answers.yahooapis.com

does a Yahoogroups api exist?

不羁岁月 提交于 2019-12-08 02:46:34
问题 Do we have a yahoogroups api? I have a yahoo group and I want that whenever my RSS feeds are updated, a message should be automatically posted to the group with the link to the post. Is that possible? 回答1: No, there is no public API for Yahoo! Groups. If such an API is ever opened up, the Yahoo Developer Network (developer.yahoo.com) will have all the details. Disclaimer: I work at Yahoo in the YDN group. 回答2: I had a conversation with someone from Yahoo a few months ago - he said they were