<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>Yahoo API</title>
    <description>Technical discussion regarding usage of the Yahoo APIs.  You can apply for a Yahoo API application ID &lt;a href="http://developer.yahoo.com/" target="_blank"&gt;over here&lt;/A&gt;.</description>
    <pubDate>Sat, 18 Apr 2026 16:33:11 +0000</pubDate>
    <lastBuildDate>Sat, 18 Apr 2026 16:33:11 +0000</lastBuildDate>
    <generator>Digital Point</generator>
    <link>https://forums.digitalpoint.com/forums/yahoo-api.46/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://forums.digitalpoint.com/forums/yahoo-api.46/index.rss"/>
    <item>
      <title>How can get contact and send email via yahoo API</title>
      <pubDate>Wed, 16 Dec 2020 13:07:14 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-can-get-contact-and-send-email-via-yahoo-api.2866940/</link>
      <guid>https://forums.digitalpoint.com/threads/how-can-get-contact-and-send-email-via-yahoo-api.2866940/</guid>
      <author>invalid@example.com (mehdi.sadeghian)</author>
      <dc:creator>mehdi.sadeghian</dc:creator>
      <content:encoded><![CDATA[In my application, I need to send an email by the user&#039;s Yahoo. already I called yahoo Auth (get_token) API and I could get token but when I call userInfo&#039;s API <br />
https://api.login.yahoo.com/openid/v1/userinfo <br />
the response is:<br />
getMethod:<br />
URL: https://api.login.yahoo.com/openid/v1/userinfo<br />
header:Authorization:Bearer&lt;access token&gt;<br />
response status 403Forbidden<br />
<br />
OR <br />
<br />
post Method:<br />
URL: https://api.login.yahoo.com/openid/v1/userinfo<br />
body:{&quot;access_token&quot;:&quot;Bearer &lt;access token&gt;&quot;}<br />
response status...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-can-get-contact-and-send-email-via-yahoo-api.2866940/" target="_blank" class="internalLink">How can get contact and send email via yahoo API</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>How you can reset your yahoo mail password?</title>
      <pubDate>Thu, 07 Sep 2017 10:33:55 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-you-can-reset-your-yahoo-mail-password.2815688/</link>
      <guid>https://forums.digitalpoint.com/threads/how-you-can-reset-your-yahoo-mail-password.2815688/</guid>
      <author>invalid@example.com (Sam Parker)</author>
      <dc:creator>Sam Parker</dc:creator>
      <content:encoded><![CDATA[Use the Sign-in Helper to reset your Yahoo password and recover or reset your account password, however for account security, we&#039;ll only display some of the options below..<br />
<br />
·  Go to the Sign-in Helper.<br />
<br />
·  Enter your phone number or email address.<br />
<br />
·  Click Continue.<br />
<br />
·  If prompted, enter the CAPTCHA code.<br />
<br />
·  If you can receive text messages to the number listed, click yes, text me an Account Key. If you have access to the email address listed, click yes, send me an Account Key.<br />
<br />
·...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-you-can-reset-your-yahoo-mail-password.2815688/" target="_blank" class="internalLink">How you can reset your yahoo mail password?</a>]]></content:encoded>
    </item>
    <item>
      <title>using yahoo api to login yahoo messanger ?</title>
      <pubDate>Fri, 24 Feb 2017 21:28:36 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/using-yahoo-api-to-login-yahoo-messanger.1506553/</link>
      <guid>https://forums.digitalpoint.com/threads/using-yahoo-api-to-login-yahoo-messanger.1506553/</guid>
      <author>invalid@example.com (foxangel)</author>
      <dc:creator>foxangel</dc:creator>
      <content:encoded><![CDATA[is there any way to login(access) yahoo messanger from our website using yahoo api ?with out using any java or flash codes...it should be directly accesible to all somewhat like meebo........please help me]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Anyone used this API in your site</title>
      <pubDate>Wed, 07 Oct 2015 07:21:04 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/anyone-used-this-api-in-your-site.1602807/</link>
      <guid>https://forums.digitalpoint.com/threads/anyone-used-this-api-in-your-site.1602807/</guid>
      <author>invalid@example.com (teohcl)</author>
      <dc:creator>teohcl</dc:creator>
      <content:encoded><![CDATA[Anyone has used this API before in your site, please let me how&#039;s the result as well as how to use it. Thanks]]></content:encoded>
      <slash:comments>25</slash:comments>
    </item>
    <item>
      <title>Help with Yahoo API</title>
      <pubDate>Sun, 20 Apr 2014 15:46:27 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/help-with-yahoo-api.11309/</link>
      <guid>https://forums.digitalpoint.com/threads/help-with-yahoo-api.11309/</guid>
      <author>invalid@example.com (onentwoo)</author>
      <dc:creator>onentwoo</dc:creator>
      <content:encoded><![CDATA[Greetings<br />
Well i am ready to give up - it taking me a lot of time learning how to use Yahoo API.<br />
after with forums help i realized that i need to download all kind of JAXB and JAXME jars.<br />
I finally was able to go without errors - until i got the :<br />
<br />
java.net.UnknownHostException: api.search.yahoo.com<br />
<br />
My program is simple (java one):<br />
<br />
try<br />
{<br />
SearchClient x = new SearchClient(&quot;myCode&quot;);<br />
WebSearchRequest u = new WebSearchRequest(&quot;test word&quot;);<br />
<br />
WebSearchResults z;<br />
WebSearchResult...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/help-with-yahoo-api.11309/" target="_blank" class="internalLink">Help with Yahoo API</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Yahoo Blog Ping Service</title>
      <pubDate>Sun, 02 Mar 2014 00:19:02 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-blog-ping-service.589441/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-blog-ping-service.589441/</guid>
      <author>invalid@example.com (dprundle)</author>
      <dc:creator>dprundle</dc:creator>
      <content:encoded><![CDATA[I&#039;m trying to find Yahoo&#039;s official site on this and am having a hard time.  Their developer page is a mess.  So sad <span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie3" alt=":(" title="Frown    :(" /></span><br />
<br />
Anyway,  maybe someone here has been through this.  When I&#039;m pinging blog services using xmlrpc all of my services work except for yahoo&#039;s which comes back with an flerror of 1 stating &quot;Unable to Process&quot;.  <br />
<br />
Can someone help me out here?]]></content:encoded>
      <slash:comments>13</slash:comments>
    </item>
    <item>
      <title>Yahoo mail</title>
      <pubDate>Sat, 30 Nov 2013 07:11:16 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-mail.2365641/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-mail.2365641/</guid>
      <author>invalid@example.com (achowdhury)</author>
      <dc:creator>achowdhury</dc:creator>
      <content:encoded><![CDATA[I have in internet mobile and I wish to check my email. How to check yahoo email?]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>yahoo mail</title>
      <pubDate>Fri, 12 Jul 2013 12:04:36 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-mail.2667466/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-mail.2667466/</guid>
      <author>invalid@example.com (mahabub843)</author>
      <dc:creator>mahabub843</dc:creator>
      <content:encoded><![CDATA[when i click http://209.236.68.76/click/1MkvsQvrWd3aad5264BAJ3Aka then show me<br />
Please enter your password.<br />
If you do not remember your password, you can reset it and have a new one sent to Kab*********@**hoo.com.<br />
In case you no longer have access to this email, you will need to create a new account and then contact us for a manual reset using the &quot;Feedback&quot; tab.<br />
Password:  <br />
i enter password but show it wrong password.but i can do log in with email account same pass word. i press reset but no...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/yahoo-mail.2667466/" target="_blank" class="internalLink">yahoo mail</a>]]></content:encoded>
    </item>
    <item>
      <title>Yahoo API for SEO</title>
      <pubDate>Sat, 27 Apr 2013 12:05:48 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-api-for-seo.2653977/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-api-for-seo.2653977/</guid>
      <author>invalid@example.com (eDailylife)</author>
      <dc:creator>eDailylife</dc:creator>
      <content:encoded><![CDATA[What is the best yahoo API for website or blog SEO ?]]></content:encoded>
    </item>
    <item>
      <title>Yahoo API for SEO</title>
      <pubDate>Sat, 27 Apr 2013 12:01:48 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-api-for-seo.2653974/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-api-for-seo.2653974/</guid>
      <author>invalid@example.com (eDailylife)</author>
      <dc:creator>eDailylife</dc:creator>
      <content:encoded><![CDATA[What is the best yahoo API for website or blog SEO ?]]></content:encoded>
    </item>
    <item>
      <title>what is yahoo api??</title>
      <pubDate>Tue, 22 Jan 2013 11:32:50 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what-is-yahoo-api.1474102/</link>
      <guid>https://forums.digitalpoint.com/threads/what-is-yahoo-api.1474102/</guid>
      <author>invalid@example.com (LOD)</author>
      <dc:creator>LOD</dc:creator>
      <content:encoded><![CDATA[can someone please tell me what is yahoo api??<br />
sorry kinda new here.. <span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie9" alt=":eek:" title="Eek!    :eek:" /></span>]]></content:encoded>
      <slash:comments>43</slash:comments>
    </item>
    <item>
      <title>Yahoo speed, slow</title>
      <pubDate>Mon, 07 Jan 2013 08:35:38 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-speed-slow.1582409/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-speed-slow.1582409/</guid>
      <author>invalid@example.com (cl034zhu)</author>
      <dc:creator>cl034zhu</dc:creator>
      <content:encoded><![CDATA[Yahoo APIS seems not useful and the speed is very slow.]]></content:encoded>
      <slash:comments>13</slash:comments>
    </item>
    <item>
      <title>Yahoo API or Feed</title>
      <pubDate>Sun, 25 Nov 2012 15:07:21 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-api-or-feed.2342691/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-api-or-feed.2342691/</guid>
      <author>invalid@example.com (ekaddu)</author>
      <dc:creator>ekaddu</dc:creator>
      <content:encoded><![CDATA[what is the difference between Yahoo Answers API and Feed? Suppose I have a keyword and I want to get results related to it. should i use api or feed?]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Yahoo API to get the backlinks from yahoo</title>
      <pubDate>Tue, 09 Oct 2012 10:31:10 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-api-to-get-the-backlinks-from-yahoo.803823/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-api-to-get-the-backlinks-from-yahoo.803823/</guid>
      <author>invalid@example.com (thecheapsters)</author>
      <dc:creator>thecheapsters</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
<br />
i want to know that how to get the yahoo back links from yahoo using yahoo API in PHP, please hep me out the way to do that<br />
<br />
Thanks]]></content:encoded>
      <slash:comments>54</slash:comments>
    </item>
    <item>
      <title>How can I get Yahoo APIs?</title>
      <pubDate>Tue, 09 Oct 2012 10:27:10 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-can-i-get-yahoo-apis.243129/</link>
      <guid>https://forums.digitalpoint.com/threads/how-can-i-get-yahoo-apis.243129/</guid>
      <author>invalid@example.com (guia)</author>
      <dc:creator>guia</dc:creator>
      <content:encoded><![CDATA[How can I get Yahoo APIs?]]></content:encoded>
      <slash:comments>44</slash:comments>
    </item>
    <item>
      <title>helloo... facing problem with my yahoo account</title>
      <pubDate>Sun, 30 Sep 2012 18:33:56 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/helloo-facing-problem-with-my-yahoo-account.2556863/</link>
      <guid>https://forums.digitalpoint.com/threads/helloo-facing-problem-with-my-yahoo-account.2556863/</guid>
      <author>invalid@example.com (asabaas)</author>
      <dc:creator>asabaas</dc:creator>
      <content:encoded><![CDATA[i made accounts in yahoo but they are not working.. error is invalid user name and password. isn&#039;t showing any password recovery and all.. its telling can&#039;t access your account. anyone can tell me any solution????????]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>How to increase the limit of yahoo backlink fetch using Yahoo API</title>
      <pubDate>Thu, 20 Sep 2012 09:39:06 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-increase-the-limit-of-yahoo-backlink-fetch-using-yahoo-api.1960451/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-increase-the-limit-of-yahoo-backlink-fetch-using-yahoo-api.1960451/</guid>
      <author>invalid@example.com (sudip03)</author>
      <dc:creator>sudip03</dc:creator>
      <content:encoded><![CDATA[We know that Using <b>Yahoo API</b> we can collect backlinks for any perticular site but the limit is <b>1000 per site</b>.<br />
<br />
<br />
Now can any tell me how to increase the limit so that i can fetch backlinks more than 1000.<br />
<br />
If anyone has show me any live example where someone is providing more than 1000 backlinks then i will be thankful to him/her.]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Best information gather</title>
      <pubDate>Thu, 26 Jul 2012 08:45:54 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/best-information-gather.2505493/</link>
      <guid>https://forums.digitalpoint.com/threads/best-information-gather.2505493/</guid>
      <author>invalid@example.com (shafayet27)</author>
      <dc:creator>shafayet27</dc:creator>
      <content:encoded><![CDATA[We live in modern world and everything changing always. If you want to know about any real information and good productive then please visit this http://cheetuh.com and find your way what you want. This site is very informative and good for everyone.]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Does Yahoo has a Search API?</title>
      <pubDate>Wed, 25 Jul 2012 15:35:35 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/does-yahoo-has-a-search-api.2190957/</link>
      <guid>https://forums.digitalpoint.com/threads/does-yahoo-has-a-search-api.2190957/</guid>
      <author>invalid@example.com (Googled)</author>
      <dc:creator>Googled</dc:creator>
      <content:encoded><![CDATA[Does Yahoo has a Search API?<br />
<br />
Returning web results? json, xml, wte...]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>Does Yahoo even have an API any more?</title>
      <pubDate>Wed, 25 Jul 2012 15:33:26 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/does-yahoo-even-have-an-api-any-more.2479440/</link>
      <guid>https://forums.digitalpoint.com/threads/does-yahoo-even-have-an-api-any-more.2479440/</guid>
      <author>invalid@example.com (PK-Host)</author>
      <dc:creator>PK-Host</dc:creator>
      <content:encoded><![CDATA[I thought Yahoo got rid of their API in response to BING taking over?]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>is there a promlem of yahoo？</title>
      <pubDate>Thu, 19 Jul 2012 15:17:59 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/is-there-a-promlem-of-yahoo%EF%BC%9F.1917155/</link>
      <guid>https://forums.digitalpoint.com/threads/is-there-a-promlem-of-yahoo%EF%BC%9F.1917155/</guid>
      <author>invalid@example.com (qiongyao)</author>
      <dc:creator>qiongyao</dc:creator>
      <content:encoded><![CDATA[recently,i have using yahoo to look up the backlinks of my sites, but it sometimes cannot be opened in a period. is there any trouble of yahoo need to be solved?]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>issue: OAuth oauth_problem="parameter_absent: oauth_signature", realm="yahooapis.com"</title>
      <pubDate>Fri, 29 Jun 2012 04:10:58 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/issue-oauth-oauth_problem-parameter_absent-oauth_signature-realm-yahooapis-com.2508344/</link>
      <guid>https://forums.digitalpoint.com/threads/issue-oauth-oauth_problem-parameter_absent-oauth_signature-realm-yahooapis-com.2508344/</guid>
      <author>invalid@example.com (huyhoang08)</author>
      <dc:creator>huyhoang08</dc:creator>
      <content:encoded><![CDATA[according to yahoo API official online document, i exploring oauth with yahoo &amp; i want to grab yahoo contacts by using url: http://social.yahooapis.com/v1/user/GUID/contacts<br />
i have got some information as step 5 of oauth show in http://developer.yahoo.com/oauth/guide/oauth-refreshaccesstoken.html<br />
And now, i&#039;m using CURL to load: http://social.yahooapis.com/v1/user/GUID/contacts to grab contacts list<br />
 my code here:<br />





<div class="bbCodeBlock bbCodePHP">
	<pre class="line-numbers"><code class="language-php" data-start="1">//starting load contact...</code></pre>
	<div class="type">PHP:</div>
</div><a href="https://forums.digitalpoint.com/threads/issue-oauth-oauth_problem-parameter_absent-oauth_signature-realm-yahooapis-com.2508344/" target="_blank" class="internalLink">issue: OAuth oauth_problem=&quot;parameter_absent: oauth_signature&quot;, realm=&quot;yahooapis.com&quot;</a>]]></content:encoded>
    </item>
    <item>
      <title>Unlimited use of there search results for a flat rate!</title>
      <pubDate>Mon, 28 May 2012 20:19:46 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/unlimited-use-of-there-search-results-for-a-flat-rate.2484800/</link>
      <guid>https://forums.digitalpoint.com/threads/unlimited-use-of-there-search-results-for-a-flat-rate.2484800/</guid>
      <author>invalid@example.com (redhotiron2004)</author>
      <dc:creator>redhotiron2004</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
I am a new user and I think this is the appropriate thread for asking this question!<br />
I want to start my commercial &#039;Meta search engine&#039;. <br />
Something similar to &#039;Dogpile.com&#039; And want to use Yahoo &#039;API&#039; for getting the results.<br />
I came to know that they have a service with the name &#039;Yahoo Boss&#039; which allows us to use there search results for our site.<br />
I have gone through there site regarding the pricing. But, couldn&#039;t find any flat rate for the same.<br />
Do, they provide a flat rate for...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/unlimited-use-of-there-search-results-for-a-flat-rate.2484800/" target="_blank" class="internalLink">Unlimited use of there search results for a flat rate!</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Yahoo! Shopping API Out</title>
      <pubDate>Mon, 14 May 2012 06:16:36 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-shopping-api-out.23437/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-shopping-api-out.23437/</guid>
      <author>invalid@example.com (rustybrick)</author>
      <dc:creator>rustybrick</dc:creator>
      <content:encoded><![CDATA[<a href="http://blog.searchenginewatch.com/blog/050802-131639" target="_blank" class="externalLink" rel="nofollow">http://blog.searchenginewatch.com/blog/050802-131639</a><br />
<br />
<a href="http://developer.yahoo.net/shopping/" target="_blank" class="externalLink" rel="nofollow">http://developer.yahoo.net/shopping/</a><br />
<br />
Pretty good stuff going on at Yahoo!]]></content:encoded>
      <slash:comments>21</slash:comments>
    </item>
    <item>
      <title>Yahoo question &amp; answer</title>
      <pubDate>Sun, 06 May 2012 10:47:36 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-question-answer.2467303/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-question-answer.2467303/</guid>
      <author>invalid@example.com (winslet12)</author>
      <dc:creator>winslet12</dc:creator>
      <content:encoded><![CDATA[How I can get a answer and also may ask a question if I have related any topic...can anybody tell me please.]]></content:encoded>
    </item>
    <item>
      <title>How can I integrate Yahoo answer results on my website?</title>
      <pubDate>Wed, 02 May 2012 09:36:16 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-can-i-integrate-yahoo-answer-results-on-my-website.2018045/</link>
      <guid>https://forums.digitalpoint.com/threads/how-can-i-integrate-yahoo-answer-results-on-my-website.2018045/</guid>
      <author>invalid@example.com (buci)</author>
      <dc:creator>buci</dc:creator>
      <content:encoded><![CDATA[Hi Guys,<br />
I have visited http://developer.yahoo.com/answers/ and I have created an ID but I don&#039;t find a script to import yahoo answer results on my web pages.<br />
<br />
Do you know a script on php or websites where can I find it?<br />
<br />
Thanks<span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie5" alt=":confused:" title="Confused    :confused:" /></span>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>next 1001 backlink with siteexplorer</title>
      <pubDate>Wed, 02 May 2012 09:35:46 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/next-1001-backlink-with-siteexplorer.1857794/</link>
      <guid>https://forums.digitalpoint.com/threads/next-1001-backlink-with-siteexplorer.1857794/</guid>
      <author>invalid@example.com (riple)</author>
      <dc:creator>riple</dc:creator>
      <content:encoded><![CDATA[hi all, what can I do to show next 1001 backlink with siteexplorer?<br />
can you tell me how or any website that have ability like siteexplorer?]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Yahoo Small Business</title>
      <pubDate>Thu, 05 Apr 2012 06:36:46 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-small-business.2439479/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-small-business.2439479/</guid>
      <author>invalid@example.com (singhbadshah)</author>
      <dc:creator>singhbadshah</dc:creator>
      <content:encoded><![CDATA[Hey All,<br />
now these days we have seen yahoo FTP. they show like &quot;Yahoo Small Business&quot;. I&#039;ve its login detail but I&#039;m unable to find our website pages and all those thing, which we can find in other CMS. can anyone guide me about it, if you have any idea.]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Inbound link tool with Yahoo API</title>
      <pubDate>Tue, 03 Apr 2012 13:01:33 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/inbound-link-tool-with-yahoo-api.1476270/</link>
      <guid>https://forums.digitalpoint.com/threads/inbound-link-tool-with-yahoo-api.1476270/</guid>
      <author>invalid@example.com (crohole)</author>
      <dc:creator>crohole</dc:creator>
      <content:encoded><![CDATA[I has build a tool that can detect all inbound link to my website. I try it with a website that have high link popularity and there is more than 1000 inbound links in there. But there is no way to view more than 1000 inbound links with yahoo API.<br />
<br />
Please tell me, is there is a way to make it true with more than 1000 inbound links. I&#039;ll appreciate your help.]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>How to use yahoo answer API instead of screen scraping?</title>
      <pubDate>Fri, 02 Mar 2012 15:33:54 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-use-yahoo-answer-api-instead-of-screen-scraping.767946/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-use-yahoo-answer-api-instead-of-screen-scraping.767946/</guid>
      <author>invalid@example.com (komrad)</author>
      <dc:creator>komrad</dc:creator>
      <content:encoded><![CDATA[Im trying to figure out how to use yahoo answer API since this is my first using <b>yahoo API</b>, from what I have observe in google API its very simple to use and they provide and detailed manual on how to use it and give you sample codes. In yahoo software development kit, the sample code is all about yahoo search, i can&#039;t find any related from yahoo answer.. Sorry im confuse about <a href="http://developer.yahoo.com/answers/" target="_blank" class="externalLink" rel="nofollow">http://developer.yahoo.com/answers/</a>. I don&#039;t know where to start. Any help? <span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie5" alt=":confused:" title="Confused    :confused:" /></span>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Impotant Messenger</title>
      <pubDate>Fri, 17 Feb 2012 14:08:17 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/impotant-messenger.2405974/</link>
      <guid>https://forums.digitalpoint.com/threads/impotant-messenger.2405974/</guid>
      <author>invalid@example.com (minisouls)</author>
      <dc:creator>minisouls</dc:creator>
      <content:encoded><![CDATA[Which one is most useable messenger(Yahoo,Msn,Gmail)]]></content:encoded>
    </item>
    <item>
      <title>Simple Php Yahoo API Script?</title>
      <pubDate>Wed, 11 Jan 2012 17:04:24 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/simple-php-yahoo-api-script.13913/</link>
      <guid>https://forums.digitalpoint.com/threads/simple-php-yahoo-api-script.13913/</guid>
      <author>invalid@example.com (piniyini)</author>
      <dc:creator>piniyini</dc:creator>
      <content:encoded><![CDATA[I&#039;m using the google api over at <a href="http://www.toseef.com/search" target="_blank" class="externalLink" rel="nofollow">toseef search</a> and am also wanting to have a yahoo api script. The problem is I cannot find a simple php script that will work with the yahoo api, I am not looking to have all the features it offers, only the web search.<br />
<br />
I know there are scripts available over at developer.yahoo.net but they are too complex (not familiar with OOP). I am willing to give a few bucks for someone who can rough up a php script which has...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/simple-php-yahoo-api-script.13913/" target="_blank" class="internalLink">Simple Php Yahoo API Script?</a>]]></content:encoded>
      <slash:comments>15</slash:comments>
    </item>
    <item>
      <title>Yahoo Maps API</title>
      <pubDate>Wed, 11 Jan 2012 17:02:57 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-maps-api.19978/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-maps-api.19978/</guid>
      <author>invalid@example.com (rustybrick)</author>
      <dc:creator>rustybrick</dc:creator>
      <content:encoded><![CDATA[Google announced it yesterday.  and now so did Yahoo <a href="http://developer.yahoo.net/maps/" target="_blank" class="externalLink" rel="nofollow">http://developer.yahoo.net/maps/</a>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Yahoo Messenger API For Flex</title>
      <pubDate>Wed, 11 Jan 2012 17:01:02 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-messenger-api-for-flex.2222917/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-messenger-api-for-flex.2222917/</guid>
      <author>invalid@example.com (aguswgs)</author>
      <dc:creator>aguswgs</dc:creator>
      <content:encoded><![CDATA[Is there an API to implement Yahoo chat in Flex? Or at least some calls?]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>what must i do with my ID when my it has been expired?</title>
      <pubDate>Wed, 11 Jan 2012 16:59:58 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what-must-i-do-with-my-id-when-my-it-has-been-expired.2199039/</link>
      <guid>https://forums.digitalpoint.com/threads/what-must-i-do-with-my-id-when-my-it-has-been-expired.2199039/</guid>
      <author>invalid@example.com (dangts)</author>
      <dc:creator>dangts</dc:creator>
      <content:encoded><![CDATA[when i signed in my yahoo messenger, I had been annouced that it had been expired.<br />
what must i do to continue using my old yahoo messenger ID when it is expired?]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>Arabic character encoding problem</title>
      <pubDate>Tue, 06 Dec 2011 00:21:31 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/arabic-character-encoding-problem.537748/</link>
      <guid>https://forums.digitalpoint.com/threads/arabic-character-encoding-problem.537748/</guid>
      <author>invalid@example.com (rajeeshvr)</author>
      <dc:creator>rajeeshvr</dc:creator>
      <content:encoded><![CDATA[Hi All,<br />
<br />
I have a problem in arabic emails.The arabic emails are not encoding properly.I am a PHP developer, I am using MIME version 1.0 and passing the charset as UTF-8 but the arabic characters not encoding properly.For example,<br />
<br />
<b>Ã˜Â¹Ã˜Â²Ã™Å Ã˜Â²Ã™Å  Ã˜Â¹Ã˜Â¶Ã™Ë† Ã™Æ’Ã™â€žÃ™Å Ã˜Â¨Ã˜Â³Ã˜Â±<br />
<br />
Ã˜Â§Ã™â€žÃ™ÂÃ™Å Ã˜Â¯Ã™Å Ã™Ë† Ã˜Â§Ã™â€žÃ˜Â°Ã™Å  Ã™â€šÃ™â€¦Ã˜Âª Ã˜Â¨Ã˜ÂªÃ˜Â­Ã™â€¦Ã™Å Ã™â€žÃ™â€¡ Ã™â€šÃ˜Â¯ Ã˜Â­Ã™ÂÃ˜Â°Ã™Â Ã˜Â¨Ã™Ë†Ã˜Â§Ã˜Â³Ã˜Â·Ã˜Â© Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â¯Ã™Å Ã˜Â±<br />
Title : wewewew...</b><br />
<br />
<a href="https://forums.digitalpoint.com/threads/arabic-character-encoding-problem.537748/" target="_blank" class="internalLink">Arabic character encoding problem</a>]]></content:encoded>
      <slash:comments>15</slash:comments>
    </item>
    <item>
      <title>How to use yahoo API on .Net base</title>
      <pubDate>Fri, 14 Oct 2011 02:53:23 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-use-yahoo-api-on-net-base.2304399/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-use-yahoo-api-on-net-base.2304399/</guid>
      <author>invalid@example.com (phamay)</author>
      <dc:creator>phamay</dc:creator>
      <content:encoded><![CDATA[Hi everyone.<br />
I am Vinh, i am making a applacation in .net base. It can login to yahoo messager. But i don&#039;t know how to use yahoo api. can you help me?<br />
A sample is great for me. thank]]></content:encoded>
    </item>
    <item>
      <title>Why is this section so dead?</title>
      <pubDate>Mon, 22 Aug 2011 03:30:29 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/why-is-this-section-so-dead.2249520/</link>
      <guid>https://forums.digitalpoint.com/threads/why-is-this-section-so-dead.2249520/</guid>
      <author>invalid@example.com (freelancewebaz)</author>
      <dc:creator>freelancewebaz</dc:creator>
      <content:encoded><![CDATA[Yahoo! has quite a few cool tools and APIs such as APT. Â Why do people neglect these great tools? Â I think they&#039;re pretty useful.]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Get links info from Yahoo - all links, not only first 1000</title>
      <pubDate>Sat, 20 Aug 2011 17:02:30 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/get-links-info-from-yahoo-all-links-not-only-first-1000.849067/</link>
      <guid>https://forums.digitalpoint.com/threads/get-links-info-from-yahoo-all-links-not-only-first-1000.849067/</guid>
      <author>invalid@example.com (brutalSEO)</author>
      <dc:creator>brutalSEO</dc:creator>
      <content:encoded><![CDATA[Is that possible to get all links info from Yahoo - not only first 1000 somehow? If yes can some1 share the code please...]]></content:encoded>
      <slash:comments>19</slash:comments>
    </item>
    <item>
      <title>I really dont understand why The API has to be in the picture?</title>
      <pubDate>Sat, 16 Apr 2011 08:13:02 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/i-really-dont-understand-why-the-api-has-to-be-in-the-picture.2152277/</link>
      <guid>https://forums.digitalpoint.com/threads/i-really-dont-understand-why-the-api-has-to-be-in-the-picture.2152277/</guid>
      <author>invalid@example.com (whydsuck)</author>
      <dc:creator>whydsuck</dc:creator>
      <content:encoded><![CDATA[really whats the point of the API]]></content:encoded>
    </item>
    <item>
      <title>How to use this Yahoo API?</title>
      <pubDate>Thu, 31 Mar 2011 03:29:35 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-use-this-yahoo-api.1621184/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-use-this-yahoo-api.1621184/</guid>
      <author>invalid@example.com (teohcl)</author>
      <dc:creator>teohcl</dc:creator>
      <content:encoded><![CDATA[If I want to use this API, anyone can tell me how to use this? I&#039;ve been tested for few times and doesn&#039;t seem like working. Anyone can tell me how to use this API. Thanks]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>How I can use yahoo map API?/////////////////</title>
      <pubDate>Thu, 10 Mar 2011 14:43:38 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-i-can-use-yahoo-map-api.2117335/</link>
      <guid>https://forums.digitalpoint.com/threads/how-i-can-use-yahoo-map-api.2117335/</guid>
      <author>invalid@example.com (dreamsoftinfotech)</author>
      <dc:creator>dreamsoftinfotech</dc:creator>
      <content:encoded><![CDATA[Hello all<br />
       Please anybody tell me how I can use yahoo map in my site.Is any API exist in yahoo that I can use like google API?<br />
Also please tell some other useful API in yahoo...................]]></content:encoded>
    </item>
    <item>
      <title>why my site backlink is changed in one day</title>
      <pubDate>Fri, 25 Feb 2011 14:53:47 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/why-my-site-backlink-is-changed-in-one-day.2026836/</link>
      <guid>https://forums.digitalpoint.com/threads/why-my-site-backlink-is-changed-in-one-day.2026836/</guid>
      <author>invalid@example.com (derick01)</author>
      <dc:creator>derick01</dc:creator>
      <content:encoded><![CDATA[hi to all, before whenever i search i found 47 backlinks for my site and today it certanly shows 5 backlinks from yahoo api,if anybody knows the reson why?do let me know,actually i just want to know why this kind of changes is happining.]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>How to use Yahoo APIs</title>
      <pubDate>Thu, 10 Feb 2011 21:24:38 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-use-yahoo-apis.1538123/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-use-yahoo-apis.1538123/</guid>
      <author>invalid@example.com (umairraja52)</author>
      <dc:creator>umairraja52</dc:creator>
      <content:encoded><![CDATA[How can i use Yahoo API in my website and what are the benefits of Yahoo API.]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Yahoo API Stock Market Script.</title>
      <pubDate>Fri, 07 Jan 2011 16:37:19 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-api-stock-market-script.1987519/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-api-stock-market-script.1987519/</guid>
      <author>invalid@example.com (flight05)</author>
      <dc:creator>flight05</dc:creator>
      <content:encoded><![CDATA[Please check it out. Tell me what you think, I made it.<br />
<br />
<a href="http://www.Racklane.com/stock" target="_blank" class="externalLink" rel="nofollow">http://www.Racklane.com/stock</a>]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>Yahoo ping api causes WinXP 16-bit error</title>
      <pubDate>Wed, 24 Nov 2010 04:33:25 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-ping-api-causes-winxp-16-bit-error.148537/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-ping-api-causes-winxp-16-bit-error.148537/</guid>
      <author>invalid@example.com (Automation_Man)</author>
      <dc:creator>Automation_Man</dc:creator>
      <content:encoded><![CDATA[I think I originally posted this question under the wrong DP forum.<br />
<br />
I&#039;m new to blogging but have got two blogs running and have set up a Yahoo account with RSS feeds to the two blogs.<br />
<br />
I was going to use the Yahoo ping api which they (Yahoo) describe (Eg. http://<span style="color: RoyalBlue">api.my.yahoo.com/rss/ping?u=</span>http://my-blog-name.blogspot.com), to force a rapid re-index each time I update my blogs, but when I use it, a 16-bit progam window opens on my WinXP machine and then throws...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/yahoo-ping-api-causes-winxp-16-bit-error.148537/" target="_blank" class="internalLink">Yahoo ping api causes WinXP 16-bit error</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Is there any API's provided by yahoo to create yahoo useraccounts?</title>
      <pubDate>Wed, 24 Nov 2010 04:32:13 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/is-there-any-apis-provided-by-yahoo-to-create-yahoo-useraccounts.2007845/</link>
      <guid>https://forums.digitalpoint.com/threads/is-there-any-apis-provided-by-yahoo-to-create-yahoo-useraccounts.2007845/</guid>
      <author>invalid@example.com (venuoog)</author>
      <dc:creator>venuoog</dc:creator>
      <content:encoded><![CDATA[I want to call yahoo API to create yahoo useraccounts. Is there any API provided by yahoo to create useraccount? If then can anyone share the steps and  API details? Your answer will be appreciated <span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie1" alt=":)" title="Smile    :)" /></span>.<br />
<br />
Thanks<br />
Venu]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Yahoo API not working for sharching??</title>
      <pubDate>Sun, 31 Oct 2010 13:19:57 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yahoo-api-not-working-for-sharching.1982210/</link>
      <guid>https://forums.digitalpoint.com/threads/yahoo-api-not-working-for-sharching.1982210/</guid>
      <author>invalid@example.com (nyssa)</author>
      <dc:creator>nyssa</dc:creator>
      <content:encoded><![CDATA[Hello Dude,greeting from clearwebstats.com, we are using Yahoo API ko get search result from yahoo, (for example, enter any website and see..) i.e. search index result. how many pages are indexing for certain webpage. but since today afternoon its shows N/A report I am quite doubt about yahoo API key is not working. <br />
<br />
Do any one have idea about that?? How to get search indexing number into php page?? <br />
<br />
anticipate for your response. <br />
<br />
http://www.clearwebstats.com TM]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>How can I check whether someone is online on yahoo or not using api?</title>
      <pubDate>Sun, 31 Oct 2010 03:19:36 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-can-i-check-whether-someone-is-online-on-yahoo-or-not-using-api.1987079/</link>
      <guid>https://forums.digitalpoint.com/threads/how-can-i-check-whether-someone-is-online-on-yahoo-or-not-using-api.1987079/</guid>
      <author>invalid@example.com (seotraining)</author>
      <dc:creator>seotraining</dc:creator>
      <content:encoded><![CDATA[How can I check whether someone is online on yahoo or not using api? I am using php script and I want to make script to find someone is online or invisible or not]]></content:encoded>
    </item>
    <item>
      <title>Do I Need A Second Yahoo API Key For Second Site</title>
      <pubDate>Sat, 02 Oct 2010 01:30:49 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/do-i-need-a-second-yahoo-api-key-for-second-site.1673371/</link>
      <guid>https://forums.digitalpoint.com/threads/do-i-need-a-second-yahoo-api-key-for-second-site.1673371/</guid>
      <author>invalid@example.com (lyndatreb)</author>
      <dc:creator>lyndatreb</dc:creator>
      <content:encoded><![CDATA[I have a Wordpress blog hosted with HostGator.  When I installed the XML Sitemap, I had to get a Yahoo API key to put into the XML Sitemap settings in order for the plugin to notify Yahoo when I updated my blog.<br />
<br />
I finally figured out how to obtain the API key and everything&#039;s working properly.  I&#039;m getting ready to start another blog on my same HostGator account but, of course, under a different domain.  Do I need to have a second API key for that blog or can I just use the same one?  If...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/do-i-need-a-second-yahoo-api-key-for-second-site.1673371/" target="_blank" class="internalLink">Do I Need A Second Yahoo API Key For Second Site</a>]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
  </channel>
</rss>
