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

Change url for yahoo wordpress blog

I added a wordpress blog to my yahoo store. I've set it up so the subdomain , blog.domain.com points to the file directory which was /blog. Everything works fine when I go to blog.domain.com but when I start clicking through my site the url changes…
Panwar22
  • 1
  • 1
0
votes
1 answer

yahoo stores api authentication

I'm attempting to get order data from a Yahoo store. I'm using the docs found here: http://lib.store.yahoo.net/lib/vw/order-payment-api.pdf I can't seem to get past authentication. I've got the store id. The store owner has turned on access for…
jsnklln
  • 81
  • 7
0
votes
1 answer

How to create a Folder in Yahoo Mail using YQL?

I'm trying to do this: INSERT INTO ymail.folders(folder.folderInfo.name) VALUES('Lykebox') But i'm receiving this error: No matching endpoints for verb 'insert' in table 'ymail.folders'. If it's not possible, please let me know about any ways to…
0
votes
2 answers

OpenId4java logout

We are developed the app engine application. In that we used the openid4java to login from the google/yahoo. Its working for login where as not for logout. The google/yahoo sessions are not cleared form this openid4java. When i searched i came to…
Govind
  • 111
  • 8
0
votes
1 answer

Using PHP/YQL to scrape data from Yahoo's front page

I want to be notified if certain terms show up in Yahoo's top 10 "trending topics" list on their front page. I created a little script that parses out the front page using file_get_contents('http://www.yahoo.com'); and then uses regex to parse it…
pg.
  • 2,503
  • 4
  • 42
  • 67
0
votes
0 answers

How many times does my site show up on Google search results?

Is there any way possible to know how many times my website is showing up on Google's (or Bing's, or Yahoo's) search results, regardless of page rank or whether or not a user clicks the link to my site?
Jon Mitten
  • 1,965
  • 4
  • 25
  • 53
0
votes
1 answer

jQuery an Yahoo Weather API call failed

I want to catch weather information. I'm trying to do it with jQuery. So here is my Code: $(document).ready(function(){ var weatherURL = 'http://weather.yahooapis.com/forecastjson?w=20066287&u=c&callback=?'; $.getJSON(weatherURL, function(data){ …
tuna
  • 931
  • 2
  • 10
  • 28
0
votes
1 answer

How to use Yahoo REST Api in C#

I'm just trying to make an yahoo boot that send to registered user of my application an instant message. I've spent some hours searching the web on how to do it but yahoo developer documentation sucks.First of all I don't know what servers I should…
MariusM
  • 69
  • 1
  • 6
0
votes
1 answer

setting up the environment for pipe2py

I am new to Yahoo! Pipes, and I have created a pipe which slightly alters yahoo rss feeds. I wanted to make this dynamic and perform this pipe on 2000 RSS feeds, and thus stumbled upon pipe2py (https://github.com/ggaughan/pipe2py). However, I do not…
user1279772
  • 19
  • 1
  • 2
0
votes
1 answer

Yahoo Axis Browser supports the HTML 5 ,CSS 3 and Flash in iPhone?

Recently Yahoo released an browser for the Apple mobiles and extensions for chrome and mozilla etc browsers. Axis can play the flash and html css animations??
Ballu Rocks
  • 1,206
  • 3
  • 13
  • 15
0
votes
1 answer

Drag and drop containers with link anchors using Yahoo API

I modified the excellent Yahoo example to allow drag and drop of div containers. I basically just change all reference to "ul" and "li"s in the code to the classes of the div containers. I want to allow the reordering of images in a gallery. I can…
reggie
  • 3,523
  • 14
  • 62
  • 97
0
votes
1 answer

Yahoo cdn confidence + YUI

I am migrating the javascript of my site to YUI3 and am considering using the YUI files hosted on Yahoo's cdn. As my site attracts a high amount of traffic I wondered whether anybody had experience of using the cdn and whether there were any…
user502014
  • 2,241
  • 5
  • 24
  • 32
0
votes
1 answer

why are the results is incomplete using YQL to extract data?

I use YQL to extract data from answers.yahoo.com by using the clause:"select * from answers.getbycategory where category_id=396545299". You can try it at http://developer.yahoo.com/yql/console/. Here 396545299 means the catagory_id is "Books &…
xunzhang
  • 2,838
  • 6
  • 27
  • 44
0
votes
1 answer

how do i get addressbook of yahoo using YDN

i wanted to get all contacts from yahoo account using YDN. because i want to make send invitation application.
user1331534
0
votes
2 answers

Splitting date regex

Hi I'm trying to split the format of the date YYYY-MM-DD to seperate variables in yahoo pipes. I can get the regex working for the year but I'm struggling with getting the month and day. My regex for year: (?<=\d{4}).* Yahoo pipes uses the replace…
user1281921
  • 161
  • 1
  • 3
  • 12