yahoo-api

Oauth HMAC-SHA1 authentication to get contacts from Yahoo! Contacts API [duplicate]

谁说胖子不能爱 提交于 2019-12-13 04:26:40
问题 This question already has answers here : Closed 6 years ago . Possible Duplicate: Get contacts using Yahoo Contacts API I am developing a sysyem to get Yahoo contacts from users. I have completed all steps from http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html and I already got access token and token secret. I am having problem to sign using HMAC-SHA1 algorithm, I have followed the steps from http://developer.yahoo.com/oauth/guide/oauth-signing.html to generate signing key but when

How to use the Yahoo! JAPAN Japanese Language Processing API

风流意气都作罢 提交于 2019-12-13 02:27:24
问题 This is an example output of the Furigana https://jlp.yahooapis.jp/FuriganaService/V1/furigana?grade=7&appid=xxxxxxxxxx&sentence=%E6%BC%A2%E5%AD%97%E3%81%8B%E3%81%AA%E4%BA%A4%E3%81%98%E3%82%8A%E6%96%87%E3%81%AB%E3%81%B5%E3%82%8A%E3%81%8C%E3%81%AA%E3%82%92%E6%8C%AF%E3%82%8B%E3%81%93%E3%81%A8%E3%80%82%E3%81%AE%E3%83%AA%E3%82%AF%E3%82%A8%E3%82%B9%E3%83%88%E3%81%AB%E5%AF%BE%E3%81%99%E3%82%8B%E3%83%AC%E3%82%B9%E3%83%9D%E3%83%B3 { "xmlns": "urn:yahoo:jp:jlp:FuriganaService", "xmlns:xsi": "http:/

How to use yahoo contact api in android application?

ⅰ亾dé卋堺 提交于 2019-12-12 11:11:25
问题 I want to fetch all email id and name from yahoo contact api here. I have read a documentation for yahoo contact api,by login by my account I have created api key and consumer key, I am able to see json response online,now my problem is that how to integrate such thing in android,(i.e how to get such json response in android),there is a lack of documentation for android regarding this api. I have also read this, but it making me more confuse,can any one guide me on a proper way that how to

Is YQL / datatables.org down as of May 17-18, 2017?

那年仲夏 提交于 2019-12-12 08:49:29
问题 During the past 1-2 days, the http query that I used to download historical stock prices from Yahoo Finance has not been working. The link I have been using is the first one below but I have also tried out the other three (since I saw other people using them): http://real-chart.finance.yahoo.com/table.csv?s=TRQ&d=6&e=3&f=2016&g=d&a=5&b=25&c=2016&ignore=.csv https://real-chart.finance.yahoo.com/table.csv?s=TRQ&d=6&e=3&f=2016&g=d&a=5&b=25&c=2016&ignore=.csv http://ichart.finance.yahoo.com/table

Yahoo forecastjson gives XML error

江枫思渺然 提交于 2019-12-12 07:03:40
问题 After browsing through this site, I found that you can get Yahoo weather in a JSON format using forecastjson. When I run: $.getJSON("http://weather.yahooapis.com/forecastjson?w=2112762724", function(data){ ... }); I get the following error: XMLHttpRequest cannot load http://weather.yahooapis.com/forecastjson?w=2112762724. Origin null is not allowed by Access-Control-Allow-Origin. I've gotten this error before but its normally because I'm trying to load XML cross domain but this is clearly

YQL request returning Connection refused

痞子三分冷 提交于 2019-12-12 03:32:21
问题 The following PHP code (on Laravel) has been working for months until today, where I am now receiving a 502 error indicating connection refused: $url = "https://query.yahooapis.com/v1/public/yql?q=select+%2A+from+yahoo.finance.quotes+where+symbol+in+%28%27YHOO%27%29&format=json&env=%20store%3A%2F%2Fdatatables.org%2Falltableswithkeys&callback="; $data = file_get_contents($url); dd($data); When I login to the Yahoo Developer Console to test, I'm able to query the public datatables just fine.

getElementsByTagName() on a non-object

百般思念 提交于 2019-12-11 19:26:54
问题 I have a PHP error: Fatal error: Call to a member function getElementsByTagName () on a non-object in /weather /classes/BxWeatherModule.php on line 37 Here's the code: function serviceWeatherIndexPage() { include("geoipcity.inc"); include("geoipregionvars.php"); $ip = $_SERVER['REMOTE_ADDR']; $weather_feed = ""; $pathr= BX_DOL_URL_ROOT; $gi = geoip_open("../GeoLiteCity.dat",GEOIP_STANDARD); $record = geoip_record_by_addr($gi,$ip); geoip_close($gi); $city = $record->city; if ($city == "")

Unable to execute activity in android for weatherlib

走远了吗. 提交于 2019-12-11 16:16:41
问题 I have following code to use weatherlib to get weather condition in android using android studio. My activity: import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.widget.Toast; import com.survivingwithandroid.weather.lib.WeatherClient; import com.survivingwithandroid.weather.lib.WeatherClientDefault; import com.survivingwithandroid.weather.lib.WeatherConfig; import com

Unable to connect to the remote server in a http request

谁说胖子不能爱 提交于 2019-12-11 12:17:59
问题 I am using this article to fetch yahoo contacts.It is OK and gives me a guid.Then I create a request to http://social.yahooapis.com/v1/user/ with the given guid.But when I want to read the response from the http request I receive an error that says: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:8555 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot,

Yahoo Social SDK PHP setup help?

六眼飞鱼酱① 提交于 2019-12-11 04:35:28
问题 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: session_start() [function.session-start]: open(/tmp//sess_a564d1951e80e64d87a4645f2a18c8b6, O_RDWR) failed: Permission denied (13) in /Users/User Name/Sites/examples/common.inc.php on line 55 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent