Facebook Proxy - Verizon Ringtones - Hookah - Mortgage Calculator - Free Myspace Layouts

PDA

View Full Version : An simple Yahoo API example for new API developers


KC TAN
Sep 16th 2006, 11:20 pm
Hi all,

I have seen that some developers are facing problems in developing with the Yahoo API and I have written a simple tutorial to illustrate. My example uses PHP with serialised output (which is the easiest to understand and implement) along with the Inbound Links API.

Please feel free to visit my Yahoo API tutorial (http://www.useseo.com/yahoo-api.php).

Hope it helps:)

TatiAnA
Nov 19th 2006, 4:37 am
Thank you for the link. Gave me a better idea on what these Yahoo APIs are, thanks!

nicuz
Nov 24th 2006, 3:00 pm
Is this the only way to find inbound links for a webpage?

KC TAN
Nov 24th 2006, 3:49 pm
Do you mean by Yahoo API? Then yes, this is the only way.

The other external alternatives are to scrap the results from the respective search engine pages where it shows the total amount of returned results for the link: operator.

nicuz
Nov 26th 2006, 9:28 pm
Well if I use the link:website command on google, it doesn't display all the incoming links. It usually displays pages from within the same website.

KC TAN
Nov 27th 2006, 1:37 am
Well if I use the link:website command on google, it doesn't display all the incoming links. It usually displays pages from within the same website.
Yes, Google does not display all the inbound links.. only MSN and yahoo display all those results.. :)

pizzaman
Nov 30th 2006, 1:50 pm
thamks great tutorial

tekgnos
Dec 1st 2006, 10:08 am
Cool post, I didn't know the API could do things like that. I always assumed it was just for setting up ads for some reason.

dprundle
Dec 21st 2006, 8:39 am
Thanks for that tutorial! Very well written.

srinet
Jan 28th 2007, 11:09 pm
Cool post, I didn't know the API could do things like that. I always assumed it was just for setting up ads for some reason too.

kgrad
Jan 29th 2007, 12:36 am
Hey..this is such a old thread..any ways thanks for the link! You get a green from me.

chorizo
Apr 26th 2007, 9:14 am
ah, good - I know this is old but thanks for it. Been trying to sort out how to nab a specific element from the array, and yahoo's docs aren't too helpful.

kubilay
Jun 5th 2007, 4:02 am
Thanks for tutorial...

sahilcoolsmart
Jul 1st 2007, 2:07 am
i never took Yahoo API seriously..
BTE awesome tutorial..

titanad
Dec 14th 2007, 5:49 am
I have tried to reach the Yahoo site to get an API for two days, but the link does not work.

HR

KC TAN
Dec 14th 2007, 6:37 am
You may want to post your codes here so that we can tale a look :)

siflur
Dec 17th 2007, 2:45 pm
You may want to post your codes here so that we can tale a look :)

Do you still need help after 436 days? WoW. I don't hope you have been sitting up all night(s) waiting for an answer ;)

deriklogov
Jan 20th 2008, 6:40 pm
I checked it out, very nice

Talker
Feb 4th 2008, 4:11 am
Thanks .. good tut.

false
Feb 21st 2008, 6:45 am
I use such code to learn if my script reached limit of searches
$c - is unserialized content returned from yahoo by api request

if(preg_match("#<Message>limit[^<]+exceeded</Message>#is", $c)) {
echo 'Limit exceeded, need to change IP :-)';
}

houssem-hj
Feb 27th 2008, 2:20 pm
Nice Tutorial.. Thanks a lot

moinuddin102
Apr 3rd 2008, 12:28 pm
but what we can show it to as html?

dspohn23
Apr 3rd 2008, 9:36 pm
Thanks for the tutorial