covers open webservices and APIs provided by Yahoo!
0
votes
0answers
19 views
Sorry! there is an error with the request
I am trying to fetch yahoo contacts of user who visits my site, to invite them, for that i tried to implement the yahoo official PHP SDK to fetch contacts, but when i implemented it and tried to run ...
-2
votes
1answer
45 views
is there a way to use yahoo finance API in php [closed]
I want to show actually a change of stock exchanges from yahoo, like in left top of the page, Dow 0.62% Nasdaq 0.54% in the below mentioned url
http://finance.yahoo.com/q?s=API
I want to collect ...
0
votes
1answer
16 views
PHP Echo Order Behaviour
I have a PHP script that requires the Yahoo SDK. When I include the following I get no echo output until the script completes:
require("/root/yahoosdk/ysdk/examples/common.inc.php");
I can comment ...
2
votes
2answers
41 views
How to do xmlparsing in Android?
I'm implementing a yahoo integration in android for retrieving all
contacts in my application.I got xml format url but i dont know how
to do xml parsing in Android . Please can anyone help me.Here is ...
-6
votes
0answers
40 views
Retrieve yahoo contact in Android [closed]
I'm developing get all yahoo contact with xmlparsing in android.But I'm getting this warning, I got in my Logcat :
05-04 15:50:22.403: W/DefaultRequestDirector(697): Authentication
error: Unable ...
0
votes
0answers
17 views
How to get yahoo user profile in Android application ?
I'm developing demo for getting all yahoo user profile in my android application.I got url in XML format so that I'm using XMLParser for retrieving data.When i run the application first i have to ...
0
votes
1answer
39 views
How to retrieve yahoo contact in Android?
I'm new in android. I'm implementing app for retrieving yahoo contacts
in my application.But when I run the application successfully login
and click on agree to share the info but I face these ...
0
votes
0answers
22 views
Yahoo fantasy sports api and objective C - anyone using this api?
From the looks of things, this yahoo API is not very popular among the iPhone app community. I'm working with the API and its Oauth AuthZ&AuthA model. I get authenticated fine but the first ...
0
votes
1answer
44 views
Yahoo! messenger API & PHP
So i have the API documentation, i have it working as far as logging me in. When i try to send an error the class just has return true so that does not help much. The IM is not being sent so i changed ...
0
votes
0answers
43 views
Yahoo Finance API data does not always load?
When I use this link:
http://ichart.yahoo.com/table.csv?s=AGII&a=0&b=1&c=1970&d=3&e=22&f=2013&g=d&ignore=.csv
I sometimes get
Sorry, the page you requested was ...
0
votes
0answers
16 views
replace maps.yahoo.ajax with google maps api
Sometime ago I was using Yahoo web services like this:
<script type="text/javascript" src='http://api.maps.yahoo.com/ajaxymap?v=3.0&appid=abcdefg4321'></script>
Yahoo is no longer ...
1
vote
1answer
31 views
Cann't give localhot as domain name in 'Home Page URL' field during project creation
I want to retrieve Yahoo contacts, so for this I'm try to create project for getting app key in Yahoo Contact API page.
but facing following problem.
Cannot give localhost as domain name in 'Home ...
0
votes
0answers
45 views
Cant download attachments with Yahoo using C# with OAuth
i have used json endpoint to download the email messages using oauth without any problems.
If i use json-endpoint to download attachments, i end up getting 500 error.
Using http get gives me the 404 ...
0
votes
0answers
91 views
0
votes
0answers
15 views
is xml.overture still fully functionnal?
An existing application im maintaining uses the following URL :
http://xml.fr.overture.com/d/search/p/standard/eu/xml/rlb/?Keywords=...
This URL returns search results in XML format, however im ...
0
votes
0answers
30 views
Execute Yahoo YQL in hybridauth
Im using hybridauth to get Yahoo contacts. Hybridauth uses OAuth rest API to do the calls.
The Problem is that with rest API i dont get all contacts. If i use YQL in ...
0
votes
1answer
29 views
crate contact importer for my web site from yahoo for now
i try to create contact importer for my website
i read this page: http://developer.yahoo.com/oauth/guide/oauth-requesttoken.html
i create code like this:
<?php
$time = time();
$key =
...
0
votes
1answer
222 views
Yahoo placefinder api stopped working
Yahoo placefinder api has stopped working.
I know that this is a deprecated version, and have been discontinued by Yahoo.
Below is my url.
...
0
votes
0answers
180 views
How to use yahoo finance api java? [closed]
I want to use yahoo finance api in my project, but i`m not getting how to use the data, and specially i want to use it for indian stock market. Please tell me the proper procedure, after importing the ...
5
votes
2answers
285 views
Yahoo API: is geo API closed? (formerly where.yahooapis.com)
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
vote
1answer
487 views
Yahoo Placefinder Geocoding randomly stopped working… Are they not supporting it now?
I have a web app that uses Yahoo Geocoding Placefinder API and it was working perfectly until earlier today. It just randomly quit working. Are they not supporting it anymore? I have looked all over ...
0
votes
1answer
35 views
Yahoo Store Order API Access
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 = "";
...
0
votes
0answers
45 views
multiple Yahoo Finance Autocomplete features on different inputs
I am using javascript to set a field with id = ac-input such that this field displays results from the Yahoo Finance stock database. This uses the YUI yahoo API.
Unfortunately this code was freely ...
0
votes
0answers
34 views
I have to use Yahoo-api in java to get ad details in the form of reports
I have authentication credentials to use yahoo ad services to download advertiser details in the form of reports but i cant find any Java code for this api to make REST calls to webservice.Please ...
3
votes
4answers
89 views
Why is foreach over a results object not working?
I realize there are quite a few questions of this nature, but I have not been able to solve my issue using the other posts, so I was hoping someone here may be able to help me out.
I have an object ...
0
votes
1answer
86 views
Yahoo GeoPlanet - find places in specified country or woeid
I'm trying to make sure the result from text search is only UK or Ireland. My places REST request looks like this:
...
0
votes
1answer
126 views
How to find out Yahoo email address using Yahoo API PHP
so heres my predicament.
Currently using Yahoo API with PHP in order to use a 'Login with Yahoo' Function on my site.
I have managed to retrieve my entire profile. Trouble is, I can't directly ...
1
vote
1answer
64 views
Yahoo Boss API Pagination
I am getting this json output from yahoo boss api. It goes on for 50 results, but, I have pasted only the first two...
(
[bossresponse] => stdClass Object
(
...
1
vote
2answers
59 views
Yahoo OAuth: Not Found on Accelerator
I have been trying to get contacts via Yahoo OAUTH for over 4 hours now.. finally in the last stage.Have been following this very closely and am successfully getting the request token too.But when i ...
2
votes
0answers
134 views
Yahoo Authorization OAUTH:oauth_problem=“timestamp_refused”
I have been following Yahoo OAUTH guide closely and successfully established a connection and was able to retrieve the access token along with other objects which i get in response URI.But, now when i ...
2
votes
0answers
50 views
Yahoo Answers API: Why is there is a maximum limit to the 'start' parameter? [closed]
According to this Yahoo Answer's API, the 'start' parameter, which determines how far back in the Yahoo Answers database your query can reach, is limited to 1000. This means, at maximum, you can get ...
0
votes
1answer
97 views
Retrieving all “Yahoo Answers” Questions that contain a certain word . Issue with rate limiting
So, I'm trying to compile a database of all the questions in Yahoo Answers that contain a certain word. I am currently doing this with the following script I wrote, using Pynswers wrapper class for ...
0
votes
2answers
53 views
Is it possible to filter the descendant elements returned from an XPath query?
At the moment, I'm trying to scrape forms from some sites using the following query:
select * from html
where url="http://somedomain.com"
and xpath="//form[@action]"
This returns a result like ...
0
votes
1answer
61 views
what is Authorization: < Standard OAuth credentials >
what is Authorization: < Standard OAuth credentials > ? and how can I send it by a post method in C# ?
I do have the OAuth access token which is a string as such
...
0
votes
4answers
107 views
Translating this to a HTTP POST in C#
I am currently experimenting with the HTTP request. I have successfully managed to do get requests and I have read on doing post request with HTTP request.
Now I am trying to work with the yahoo API ...
0
votes
1answer
53 views
Is this the correct way to obtain the access token
I managed to get the request token but I cant get the access token. Is my way of getting the access token correct. Any suggestions ?
//Step : 1 (Returns Request Token)
string consumer_key = ...
0
votes
0answers
61 views
Obtaining the OAuth access token
I read that authentication requires two steps .
In the first step you send a get request by sending a get request at https://login.yahoo.com/WSLogin/V1/get_auth_token? and you get request token as ...
0
votes
0answers
35 views
Yahoo social sdk php error
I am using yahoo / yos-social-php for login to my site i tried simple code but it resulted following error
Strict Standards: Non-static method YahooSession::requireSession() should not be called ...
2
votes
1answer
199 views
Is Yahoo! PlaceFinder an appropriate use case for OAuth?
<context> I got frustrated yesterday and posted a flame question which was quickly (and appropriately) closed and deleted by my fellow SO cohorts. Yahoo! turned off its standard PlaceFinder API ...
1
vote
0answers
55 views
Login by Yahoo! account
I'm using Zend Framework 1.x to developer my Web Application. I want to create "Login by Yahoo! account" function. These options below are what I tried:
Using Yahoo! Socical API Client, but with PHP ...
0
votes
1answer
104 views
Yahoo Contacts export PHP SDK
Hi I am using the yahoo php sdk for exporting the contacts.
As mentioned in the documentation I am changing all the api related details in common.inc.php
But when i go to any example it just gives a ...
0
votes
0answers
27 views
Unable to read emails and names from repeating elements of xml document?
<?xml version="1.0" encoding="utf-8" ?>
<contacts>
<contact>
<isConnection>false</isConnection>
<id>18</id>
<fields>
...
-1
votes
1answer
93 views
Yahoo OAuth Usage in C# Dotnet [closed]
I am developing desktop application and i need to use OAuth for yahoo and Gmail. Please tell me how to use it in desktop application. I have registered my application in develper.yahoo.com and me got ...
0
votes
0answers
48 views
unable to read contacts from yahoo?
string sig = oauth.GenerateSignature(uri, ConsumerKey, ConsumerSecret, OauthToken, OauthTokenSecret, "GET", timeStamp, nonce, OAuthBase.SignatureTypes.HMACSHA1, out normalizedUrl, out ...
0
votes
0answers
49 views
Reading Yahoo address book using OAuth giving exception?
string authorizationUrl = string.Empty;
OAuthBase oauth = new OAuthBase();
Uri uri = new Uri("https://api.login.yahoo.com/oauth/v2/get_request_token");
string nonce = ...
0
votes
0answers
123 views
Open yahoo login page in specific locale
I am integrating yahoo login with my application to retrieve contact list from my yahoo account. Everything is working fine.
But could some one help me on how to display the login page in a specific ...
0
votes
0answers
117 views
Yahoo media player need to use play twice to play a first item
I am using the Yahoo Media Player and after I load an audio item into the playlist I have to call YAHOO.MediaPlayer.play() twice for the first item in order to get the item to play. The API makes no ...
0
votes
1answer
85 views
send html mail via yahoo mail api with JSON
I am using to send yahoo mail api using JSON format to send mail. But even I use \r\n to make new line for the block of message that I want to send out, there is no effect when the recipient received ...
3
votes
0answers
177 views
how to use yahoo contact api in android application?
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 ...
0
votes
0answers
209 views
Yahoo! Weather doesen't update. yahooapis (iOS)
I've added the Yahoo! weather to my app using the Yahoo! developer's public api and following the guidelines.
Initially I can get the infos and use it correctly into my app just as I want to do but ...
