Questions tagged [yahoo]

DO NOT USE THIS TAG. You are probably looking for [yahoo-api] or another Yahoo-related tag.

Yahoo offers free and paid access to its collection of web services through Yahoo Developer Network: developer.yahoo.com

WARNING! This tag is ambiguous and should not be used.

You are probably looking for or another related Yahoo tag.

1062 questions
0
votes
1 answer

signature_invalid when trying to get request_token (Yahoo)

I started to develop a script to get contacts from Yahoo's user. Before to get contacts, I am having problem to get request token, when I perform a request for a link like this:
user1519240
  • 2,186
  • 1
  • 22
  • 20
0
votes
1 answer

Transitioning colors in YUI?

I'm trying to transition color with a delay for something I'm coding in YUI, the problem is for some reason, IE will not transition the color . . . everything else transitions fine in IE but the color remains transparent. I think it's easier to just…
Sean
  • 6,389
  • 9
  • 45
  • 69
0
votes
1 answer

Image viewing using YUI

I've created a page that display Instagram images in a grid view. When I click on a particular image a new page opens up showing that particular image from the original Instagram link. I want the image to be opened in the original page instead of…
user188995
  • 447
  • 4
  • 10
  • 17
0
votes
1 answer

Oauth yahoo create folder

I'm trying to Create Folder in yahoo mailer and move some messages to it .. it was working properly but suddenly a weird response message is received {"result":null,"error":{"code":"Client.RestrictedOAuthApiCall","message":"Account scopes…
Hilmi
  • 3,411
  • 6
  • 27
  • 55
0
votes
1 answer

Yahoo YQL testing console and my app are returning different results

yahoo YQL test console can list my contacts. whereas in my application i see no results. Empty. what am i missing ? (I am using php sdk) i have set up my yahoo application setting contacts and profile features enabled. I have been working with yahoo…
WorM
  • 1,115
  • 1
  • 12
  • 18
0
votes
1 answer

Looking for Oauth Yahoo sample for yii-eauth extension php

I'm looking for Yahoo oauth implementation for PHP yii-eauth extension. Could you please share it or provide a sample code ? This implementation is absent in the standard suite.
alexanoid
  • 24,051
  • 54
  • 210
  • 410
0
votes
2 answers

Condition for sending mail with C#

I have the following code for sending mail and if you if you have a network connection it works perfectly. MailMessage oMail = new MailMessage(new MailAddress("andr3yy.design@yahoo.com"), new MailAddress(setare[0].email)); oMail.Subject =…
AnDr3yy
  • 239
  • 2
  • 5
  • 16
0
votes
1 answer

creating a folder in yahoo's inbox

after OAuth process I just want to create folders in yahoo and move some emails to it, is it possible to do it using YQL if no is there another way to do so ?
Hilmi
  • 3,411
  • 6
  • 27
  • 55
0
votes
1 answer

Is there an API to get feeds from My Yahoo's page?

I want to write an RSS agregator for Android, so I want to get feeds from user's My Yahoo page. Is there an API to do so? I spend a whole day to find it but there is no success. Perhaps somebody know how to do that. Thanks
Zakharov Roman
  • 739
  • 3
  • 13
  • 31
0
votes
1 answer

Installing Mojito in windows

I want to install Mojito in Windows. I have MinGW and nodejs in Windows. But I am not able to install Mojito using npm install -g mojito. It gives the following error on installing in windows npm WARN package.json connect@1.8.2 No README.md file…
Dinesh P.R.
  • 6,936
  • 6
  • 35
  • 44
0
votes
2 answers

OpenID error messages on python-openid

I'm using the python-openid library from Janrain at http://openidenabled.com/python-openid/ I adapted their Django example to another framework called Web2Py and it appears to be working, but with some annoying side-effects. The first problem is…
Unknown
  • 45,913
  • 27
  • 138
  • 182
0
votes
1 answer

How to concatenate, format and then split again strings in Yahoo Pipes

I am trying to fetch a feed and then add one field to every entry using Yahoo Pipes. In order to get content of fields I'd like to add, I have to fetch some data from my server using Fetch Data (http://www.myserver.com/?get=author) However I would…
Gury Max
  • 161
  • 2
  • 14
0
votes
1 answer

How can I add a single space in Yahoo Pipes, that will not be removed?

I'm learning to create a Twitter bot using Yahoo pipes, and here's my pipe. The pipe is working, but I have a problem when I run it. This is a sample of the result: Follow kami untuk mendapatkan cerita renungan kristen RT @InggrianiVeeTiap…
nencor
  • 1,621
  • 3
  • 14
  • 15
0
votes
1 answer

Yahoo Finance API with Json/Jquery isn't working well?

I am learning how to parse json and query and was looking at other questions: I saw that someone was using the below URL to get ticker symbols and values. I also wanted to get the actual stock value, but I will figure that out later. My jquery code…
user1276567
0
votes
2 answers

JSON data fetching through Yahoo! Placefinder

I am trying to retrieve information from the Placefinder API. My code takes information from a text box and sends it to yahoo on a button click. function codeAddress(){ var address =…