yahoo

Yahoo OAuth callback URL

I am trying to connect with Yahoo OAuth. When I specify the callback URL to be example.com/YahooOauth.aspx everything works fine. But when I specify example.com:2358/YahooOauth.aspx, that is, add a port it does not work. My Yahoo application URL is example.com:2358. What can the problem be? ...

programmatically yahoo mail navigation

Hi I want to write a program which can save latest 10 mails from my yahoo email account as text files given yahoo username and pwd. I tried using python ie = Dispatch("InternetExplorer.Application") I was able to sign-in but could not use ie.document.getElementsByName(" ") ie.document.getElementsById(" ") to read emails Any suggestion...

please tell me how to get addressbook of yahoomail through .net

i need to get frindslist (from addressbook) of yahoo mail. please tell me how can ido this in vb.net.. ...

[as3] denied due to lack of policy file permissions

I can't get my Yahoo! Application Platform to run I keep getting denied access even though their policy file accepts requests from any domain. OK: Policy file accepted: http://social.yahooapis.com/crossdomain.xml Error: Request for resource at http://social.yahooapis.com/v1/user/<user id>/profile?oauth_signature_method=HMAC-SHA1&lang...

Can google app engine site be blacklisted for exceeding twitter api rate limit?

Hi I have a website that uses twitter api. The thing is that site becomes blank once the api limit is reached(I THINK) and then after a while it starts displaying the results. I am running on GAE appspot.Because I have the appspot subdomain, does this mean that I can never be blacklisted? Also what is the use of a twitter api, when I c...

Can YQL parse web sites requiring cookie-based authentication?

First, my use case: I'm trying to use YQL's built in XPATH capabilities to scrape content from Yahoo! Fantasy Sports. It uses some sort of cookie-based authentication scheme. Basically, the sequence is: 1) Do an HTTP GET on the Yahoo! Login page 2) Parse the hidden inputs from the response and do an HTTP PUT with your Yahoo! Login on t...

How to use Yahoo Contacts API in .net?

Hi I need to retrieve yahoo contacts using yahoo contacts api. They have provided php sdk but I hv to implement it in asp.net. Can any one provide me any idea how to do it... ...

Yahoo OAuth question

Hi, I'm keep getting oauth_problem=consumer_key_unknown error when trying oauth https://api.login.yahoo.com/oauth/v2/get_request_token I'm pretty sure my consumer key is correct because it works locally (Runs via 127.0.0.1). Just keep giving me oauth_problem=consumer_key_unknown when I try it on my server. Any ideas? ...

Using http request on Yahoo Map Service C#

Hi I'm currently using yahoo map service to display a static image of a location with the latitude and longitude that I suppiled, and this work fine. But I was just wondering if it possible to send an url request to the service that will return an image with multiple markers on the image? (ie. more than one locations marked). If anyon...

POST to Page Returned By WebResponse

I am using WebRequest to POST to a signin page that redirects me to the page I really need to post to. How can I post to this page that I have been redirected to? Here is the Code: *NEW STUFF*** Here is what is happening after I post to the login page: GET /config/validate?.src=flickr&.pc=5134&.scrumb=6l14Ni2Pz3j&.pd=c%3DE0.GahOp2e4Mj...

Receive a WOEID by Lat, Long with Yahoos API

Hi out there, i searched a while but found nothing, thats simular to my problem. i'm trying to use the YAHOO Weather API, for example: http://weather.yahooapis.com/forecastrss?w=4097 i don't know the WOEID in my case, but i got latitude and longitude points. so my question is: is there a way to get the WOEID of a place by using lat a...

yahoo's attribute exchange -> blank data is coming

Hello everybody, I am trying to build openid login system for my website. To do this I used JanRain's php openid library v 2.1.3. I am also using openid selector to select the openid provider from the list. I first created the attributes array that I need to fetch from the provider as follows: $attribute[] = Auth_OpenID_AX_AttrInfo:...

Undocumented Yahoo! Weather API?

According to the Yahoo! Weather API documentation, a WOEID must be provided to obtain weather information for a specific region. The WOEID can be obtained by using the Yahoo! GeoPlanet service. If I have a zip code, this is two API calls to obtain weather information. Get the WOEID from a zip code: http://where.yahooapis.com/v1/places....

Trying to retrieve yahoo weather using jquery / php / xml

Whats wrong with this function? function yahooWeather(){ var loadPage = 'yahooweather.php?p='+ $("#myCity").val(); $("#yahoo").html('<img src="loading.gif" align="absmiddle">'); $("#yahoo").load(loadPage); } Is there another way to write this function. Im unsure if its able to read the .val required, tho i know it is se...

Filtering XML results using jquery

Using jquery is it possible to filter XML results that are loaded? Ideally i would like to do a mysql style filer/search like SELECT * FROM "example_table" WHERE id="1" I have an XML file loaded in to my application with the following structure <country> <state id="1"> <statename>Baden-Wurttemberg</statename> <cities> ...

Remove scripts at bottom of page added by Yahoo?

I'm using Yahoo Small Business to host my website. I use an FTP client (FileZila) to upload my files. However at the end of every page is these few lines: </html> <!-- text below generated by server. PLEASE REMOVE --> <!-- Counter/Statistics data collection code --> <script language="JavaScript" src="http://us.js2.yimg.com/us.js.yimg.co...

did yahoo finance api stock returning stock option data?

i'm using the yahoo finance api for stock and stock option data. this used to work: http://quote.yahoo.com/d/quotes.csv?s=VCR.X&amp;f=l1c1n that's once of the options for Visa. this doesn't work anymore, and when i go to yahoo finance their option symbols are all differnt now, looking like this: VEH100220P00055000 that's an option ...

How can i check whether my openid logging system is accepting and processing yahoo openids?

How can i check whether my openid logging system is accepting and processing yahoo openids? Is the simple account where we have yahoo mail or yahoo homepage is an openid? ...

Find out if Yahoo Weather data exist from where.yahooapis response

hello, I am creating a weather page in PHP. The user enters a city/place name in a search form and I search for his input in where.yahooapis to find the 5 top relative woeids. (i.e. http:// where.yahooapis.com/v1/places.q("Rethimno");start=0;count=5?appid=...) Then I present the 5 top relatives results in a radio button list. The us...

Google equivalent to Yahoo Placemaker

Does Google has a service similar to Yahoo! Placemaker: Developers specify structured and unstructured content; feeds, web pages, news, status articles, etc. Placemaker identifies, disambiguates and extracts places Placemaker returns geographic metadata, which determines the whereness of structured and unstructured content ? Thanks ...