<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
	<title>Y!OS YAP</title>
	<description>RSS feed for the Y!OS YAP forum</description>
	<link>http://developer.yahoo.net/forum/index.php</link>
	<pubDate>Tue, 09 Feb 2010 19:28:16 -0800</pubDate>
	<ttl>99</ttl>
	<item>
		<title>How to import contact list from yahoo API with C#</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4413</link>
		<description>I found Contacts API is using PHP and JSON. Is it have some .net sample code there?</description>
		<pubDate>Sun, 31 Jan 2010 23:06:33 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4413</guid>
	</item>
	<item>
		<title>How to import contact list from yahoo API with C#</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4413</link>
		<description><![CDATA[Unfortunately we don't currently have any C# code available within our samples.  The best thing that I could suggest to build out the OAuth flow and make requests to our systems would be to look at the OpenSocial REST API for C# at <a href="http://code.google.com/p/opensocial-net-client/" rel="nofollow" target="ext">http://code.google.com/p/opensocial-net-client/</a> .  Since we support those libraries you could look through the code and see what is required to make an authenticated request to our servers.<br /><br />- Jon]]></description>
		<pubDate>Sun, 31 Jan 2010 23:06:33 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4413</guid>
	</item>
	<item>
		<title>Runtime yml:swf does not work</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4316</link>
		<description><![CDATA[Creating runtime flash object(embed/object element) using yml:swf works fine. But doesn't work fine, If it is created out of user action like click, keypress, etc.<br />I am using the following code.<br /><br /><!--quoteo--><div class='quote'><div class='quotetop'>QUOTE <cite></cite></div><blockquote class='quotemain'><!--quotec-->divobj.innerHTML = '&lt;yml:swf width="400" height="270" wmode="transparent" src="http://www.example.com/player.swf" flashvars="autoPlay=1&ecode=JCX3ta"/&gt;';<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Normally the above code works fine. But if it gets executed inside a function call which in turn gets called via user -action, it doesn't work. It will ask one to install new flash version ( beside having the latest ).]]></description>
		<pubDate>Sat, 23 Jan 2010 09:10:17 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4316</guid>
	</item>
	<item>
		<title>Runtime yml:swf does not work</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4316</link>
		<description><![CDATA[The yml tags will render down to their base level html / js / css on initial page build, so the yml tag will not build itself when innerHTML is called.  What you'll want to do is wrap the user click action in a yml:a tag with an insert parameter of the node you want to insert the flash into.  When yml:a is clicked, the params parameter should be set to a server side script that will return your yml:swf tag.  When it is inserted into the page it'll render how you need it to.  This will only work if the yml:swf is loaded through another yml tag.<br /><br />Hope that helps,<br />Jon]]></description>
		<pubDate>Sat, 23 Jan 2010 09:10:17 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4316</guid>
	</item>
	<item>
		<title>Runtime yml:swf does not work</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4316</link>
		<description><![CDATA[It worked. Thanks a lot.  <img src="http://developer.yahoo.net/forum/style_emoticons/default/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />]]></description>
		<pubDate>Sat, 23 Jan 2010 09:10:17 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4316</guid>
	</item>
	<item>
		<title>Runtime yml:swf does not work</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4316</link>
		<description><![CDATA[My pleasure - glad to hear that worked.<br /><br />- Jon]]></description>
		<pubDate>Sat, 23 Jan 2010 09:10:17 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4316</guid>
	</item>
	<item>
		<title>Is there a way to jump to the top of a page after a DOM node insert?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4284</link>
		<description><![CDATA[I'm using the &lt;yml: form&gt; tag with insert="my_div_here" to replace the contents of a &lt;div&gt; but it would be great to have it jump back to the top of the page straight afterwards.<br /><br />I've tried using scrollTo(0,0) and tried using anchors but those don't seem to be working. Are those meant to work or do I have to do something else?]]></description>
		<pubDate>Thu, 21 Jan 2010 09:53:18 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4284</guid>
	</item>
	<item>
		<title>Is there a way to jump to the top of a page after a DOM node insert?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4284</link>
		<description><![CDATA[Hi miggleweb,<br /><br />Have you tried something like the following wrapping the submit button?<br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->&#60;a href=&#34;#&#34; onclick=&#34;insertNode&#40;&#41;&#34;&#62;Insert Node&#60;/a&#62;<!--c2--></code></pre></div><!--ec2--><br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">@jcleblanc</a>]]></description>
		<pubDate>Thu, 21 Jan 2010 09:53:18 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4284</guid>
	</item>
	<item>
		<title>Image cache problems</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4243</link>
		<description><![CDATA[Hi,<br /><br />I'm having some problems defining the images for the YAP app we have developed.<br /><br />I have specified images for the 64x64 image (and several others) but it is not being fetched/cached correctly. The image location I have entered is:<br /><br /><a href="http://s.uk.nestoria.nestimg.com/i/realestate/all/all/yap/nestoria_64_app.gif" rel="nofollow" target="ext">http://s.uk.nestoria.nestimg.com/i/realest...oria_64_app.gif</a><br /><br />The cached location is:<br /><br /><a href="http://ic4.apps.yahooapis.com/v1/cache/public/Fb8xDoSyoa7oNmyOHRbFUCBbnOLeFGBKmFxTaklHnHAFHBK74yR.v2k3bhP4Rcvj06EM3cKsWZPpvBMDXR6f1LcW3teCl3kVrlTlBs77FsVMktJIlg5N1T8dO6g7u2y0IPmBBUgZBA--" rel="nofollow" target="ext">http://ic4.apps.yahooapis.com/v1/cache/pub...2y0IPmBBUgZBA--</a><br /><br />But when trying to view the cached image, the following message results:<br /><br />javax.imageio.IIOException: Unexpected block type 0!<br /><br />The app id is: lyvYBU3e<br /><br />We're hoping this won't negatively affect our competition entry <img src="http://developer.yahoo.net/forum/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />.<br /><br />Alistair]]></description>
		<pubDate>Mon, 18 Jan 2010 10:12:41 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4243</guid>
	</item>
	<item>
		<title>Image cache problems</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4243</link>
		<description><![CDATA[Hi Nestoria,<br /><br />Did you click on the "update live" button after adding the image on the dashboard?  I ran into the same problem as you when I first added the URL for the image but when I updated live the images showed up.  <br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">@jcleblanc</a>]]></description>
		<pubDate>Mon, 18 Jan 2010 10:12:41 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4243</guid>
	</item>
	<item>
		<title>Image cache problems</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4243</link>
		<description><![CDATA[We've updated live several times since we have updated the images but no luck.<br /><br />Given the error displayed when requesting the cached image, I suspect the problem lies there.]]></description>
		<pubDate>Mon, 18 Jan 2010 10:12:41 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4243</guid>
	</item>
	<item>
		<title>Image cache problems</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4243</link>
		<description><![CDATA[I sent an e-mail by with a few regenerated gifs that may work - we're still checking into why this is happening in the first place but hopefully this will get you unblocked.<br /><br />- Jon]]></description>
		<pubDate>Mon, 18 Jan 2010 10:12:41 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4243</guid>
	</item>
	<item>
		<title>Access_Token for offline Updates</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4208</link>
		<description><![CDATA[It seems the access token given out via a YAP app cannot really be used to make calls to Yahoo Updates API, since refresh_access_token call does not work against the access_token given out by YAP app. Is there a way around this issue.<br /><br />Thanks]]></description>
		<pubDate>Thu, 14 Jan 2010 13:33:54 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4208</guid>
	</item>
	<item>
		<title>Access_Token for offline Updates</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4208</link>
		<description><![CDATA[There are some slight differences with the on-site version of OAuth versus the off-site version, which is probably the cause of your issues.  I have had luck with setting some user preferences using the tokens provided by an on-site application so we may be able to find some solution.<br /><br />- Jon]]></description>
		<pubDate>Thu, 14 Jan 2010 13:33:54 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4208</guid>
	</item>
	<item>
		<title>Access_Token for offline Updates</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4208</link>
		<description><![CDATA[Jonathan, <br /><br />That would be great. Please let me know how to go about it.<br /><br />Thanks]]></description>
		<pubDate>Thu, 14 Jan 2010 13:33:54 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4208</guid>
	</item>
	<item>
		<title>Secure Data Transfer</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4176</link>
		<description><![CDATA[There doesn't seem to be a way to securely transfer data over the last leg from Yahoo to the actual client. The client portion of my application needs to transfer data securely either from the YAP directly (doesn't seem possible) or from an external site.<br /><br />Caja seems to prevent the most common workarounds.<br /><br />Has anyone else encountered this? More importantly, solved this?]]></description>
		<pubDate>Tue, 12 Jan 2010 10:59:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4176</guid>
	</item>
	<item>
		<title>Secure Data Transfer</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4176</link>
		<description><![CDATA[The problem here is that even if there is a secure data connection set up, there is one leg of the process back to your server that would be insecure.  If you maintain a secure connection from an application, the data request from an application to Yahoo! servers (which makes the calls out to your server) will always be transmitted via cleartext, so it is not recommended that you transmit encrypted data.  <br /><br />What many of our partners have done to bypass this is to build their applications in a way as to not expose specific details about a person.  Mint does an excellent job of this and should be one of the apps to model your application around: <a href="http://apps.yahoo.com/-yqRaUQ7k/" rel="nofollow" target="ext">http://apps.yahoo.com/-yqRaUQ7k/</a><br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://www.twitter.com/jcleblanc" rel="nofollow" target="ext">@jcleblanc</a>]]></description>
		<pubDate>Tue, 12 Jan 2010 10:59:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4176</guid>
	</item>
	<item>
		<title>Flex Sample Error</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4055</link>
		<description><![CDATA[D:&#92;SocialProfile&#92;src&#92;YAPProfile.mxml(32):  Error: Type was not found or was not a compile-time constant: Profile.<br /><br />I'm getting an error concerning this code <!--c1--><div class='code generic'><div class='codetop'>CODEBOX</div><pre class='codemain'><code><!--ec1-->import com.yahoo.social.data.Profile;<!--c2--></code></pre></div><!--ec2--> what am I doing wrong?]]></description>
		<pubDate>Tue, 05 Jan 2010 20:29:16 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4055</guid>
	</item>
	<item>
		<title>Flex Sample Error</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4055</link>
		<description><![CDATA[Okay I managed to fix this by changing Profile into Object but I still can't get it to run since my swf is being denied due to a lack of policy file permissions.<br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODEBOX</div><pre class='codemain'><code><!--ec1-->Error&#58; Request for resource at http&#58;//social.yahooapis.com/v1/user/&#60;trimmed code&#62;&oauth_version=1.0&region=US by requestor from http&#58;//&#60;mydomain.com&#62;/YOSSimple.swf is denied due to lack of policy file permissions.<!--c2--></code></pre></div><!--ec2--><br /><br />What am I missing? <img src="http://developer.yahoo.net/forum/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" />]]></description>
		<pubDate>Tue, 05 Jan 2010 20:29:16 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4055</guid>
	</item>
	<item>
		<title>setsmallview in Opensocial-java-client or javascript?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4013</link>
		<description><![CDATA[I am working on the Yahoo Open Application using Opensocial-java-client.  I notice that there is a setsmallveiw method you can use in Yahoo PHP SDK; I am just wondering if there is a similar method in Opensocial-java-client or javascript to achieve the same purpose.<br /><br />Thank you.]]></description>
		<pubDate>Thu, 31 Dec 2009 10:31:25 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4013</guid>
	</item>
	<item>
		<title>setsmallview in Opensocial-java-client or javascript?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4013</link>
		<description><![CDATA[Unfortunately the OpenSocial REST APIs are more for capturing social details - setSmallView is specific to our platform.  The best alternative to use in order to pull in dynamic content is the yml:include tag (<a href="http://developer.yahoo.com/yap/guide/include.html" rel="nofollow" target="ext">http://developer.yahoo.com/yap/guide/include.html</a>) which can be embedded directly into your small view to hit a server-side script and return new content.<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a>]]></description>
		<pubDate>Thu, 31 Dec 2009 10:31:25 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4013</guid>
	</item>
	<item>
		<title>setsmallview in Opensocial-java-client or javascript?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4013</link>
		<description>dear yahoo ; got 6months of service but yahoo does nt understand that . so where is my service 2397456153</description>
		<pubDate>Thu, 31 Dec 2009 10:31:25 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4013</guid>
	</item>
	<item>
		<title>setsmallview in Opensocial-java-client or javascript?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4013</link>
		<description><![CDATA[Hi Richard - I'm not sure what you are referring to.  Can you please elaborate?<br /><br />- Jon]]></description>
		<pubDate>Thu, 31 Dec 2009 10:31:25 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4013</guid>
	</item>
	<item>
		<title>GETTING APP KEY</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3948</link>
		<description><![CDATA[hi ,<br />i am trying to get an applictaion keys i put as a domain name the domain IP and in the verification stage <br />i got this error : " Domain Verification Failed<br /><br />There was an internal error while an application is being created. Please try again. "<br /><br />it's allowed to put an ip address in the domain name ??]]></description>
		<pubDate>Mon, 21 Dec 2009 06:08:27 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3948</guid>
	</item>
	<item>
		<title>GETTING APP KEY</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3948</link>
		<description><![CDATA[Unfortunately not, ip addresses are not currently allowed in the domain / application URL.<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a>]]></description>
		<pubDate>Mon, 21 Dec 2009 06:08:27 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3948</guid>
	</item>
	<item>
		<title>GETTING APP KEY</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3948</link>
		<description><![CDATA[<!--quoteo(post=10728:date=Dec 21 2009, 06&#58;56 AM:name=Jonathan LeBlanc)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Jonathan LeBlanc &#064; Dec 21 2009, 06&#58;56 AM) <a href="index.php?act=findpost&pid=10728"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Unfortunately not, ip addresses are not currently allowed in the domain / application URL.<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a><!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />thanks Jonathan .]]></description>
		<pubDate>Mon, 21 Dec 2009 06:08:27 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3948</guid>
	</item>
	<item>
		<title>yahoo toolbar on ie8</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3934</link>
		<description>I cannot find a way to put  yahoo toolbar on ie8.  Under tools/toolbars it is not available although yahoo is my default search provider.</description>
		<pubDate>Sat, 19 Dec 2009 05:56:56 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3934</guid>
	</item>
	<item>
		<title>yahoo toolbar on ie8</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3934</link>
		<description><![CDATA[<!--quoteo(post=10695:date=Dec 19 2009, 05&#58;56 AM:name=alkk3)--><div class='quote'><div class='quotetop'>QUOTE <cite>(alkk3 &#064; Dec 19 2009, 05&#58;56 AM) <a href="index.php?act=findpost&pid=10695"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I cannot find a way to put  yahoo toolbar on ie8.  Under tools/toolbars it is not available although yahoo is my default search provider.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br />  I cant either.....i wonder why?  anybody know?]]></description>
		<pubDate>Sat, 19 Dec 2009 05:56:56 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3934</guid>
	</item>
	<item>
		<title>yahoo toolbar on ie8</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3934</link>
		<description><![CDATA[Using IE (v. 8.0.6) on Win XP (v. 5.1), I was able to install the toolbar by visiting:<br /><a href="http://toolbar.yahoo.com/" rel="nofollow" target="ext">http://toolbar.yahoo.com/</a><br /><br />I'd recommend looking through the Yahoo! Toolbar help pages if you continue to have trouble:<br /><a href="http://help.yahoo.com/l/us/yahoo/toolbar/toolbar8/" rel="nofollow" target="ext">http://help.yahoo.com/l/us/yahoo/toolbar/toolbar8/</a><br /><br />I hope this helps]]></description>
		<pubDate>Sat, 19 Dec 2009 05:56:56 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3934</guid>
	</item>
	<item>
		<title>AS3 SimpleExample  ERROR</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3916</link>
		<description><![CDATA[I'm trying to run SimpleExample of Yahoo's Flash AS3 examples to run but I can't seem to make it work.<br /><br />I've properly downloaded as3's core lib and pasted it inside the project. Then I pasted YOSSimple.fla in the root dir then I ran it. But I still keep getting the ff errors.<br /><br />Definition com.yahoo.social.data:Profile could not be found<br />Definition com.yahoo.social.data:Profile could not be found<br />Type was not found or was not a compile-time constraint: Profile<br />etc]]></description>
		<pubDate>Thu, 17 Dec 2009 19:39:19 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3916</guid>
	</item>
	<item>
		<title>How can I use yahoo im on web</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3907</link>
		<description>I have been trying for hours n just cant get it. Please help me if u can. I purchased a web cam from walmart and had no problems loading it. I then attempted 2 add the info to my yahoo account , ( the hole point of this is so my 4 year old can see n speak to his daddy which lives in another state) and I cant get anything 2 work ! when I do c the cam is working its only n the program that the cam came with n when n yahoo messenger I dont c any video feed ? I am so n need of ur help. My lil guy has been going thro hell since the split up n I really feel I need 2 do this 4 him especially before CHRISTMAS.</description>
		<pubDate>Thu, 17 Dec 2009 08:01:57 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3907</guid>
	</item>
	<item>
		<title>How can I use yahoo im on web</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3907</link>
		<description><![CDATA[<!--quoteo(post=10639:date=Dec 17 2009, 08&#58;01 AM:name=Glenda)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Glenda &#064; Dec 17 2009, 08&#58;01 AM) <a href="index.php?act=findpost&pid=10639"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I have been trying for hours n just cant get it. Please help me if u can. I purchased a web cam from walmart and had no problems loading it. I then attempted 2 add the info to my yahoo account , ( the hole point of this is so my 4 year old can see n speak to his daddy which lives in another state) and I cant get anything 2 work ! when I do c the cam is working its only n the program that the cam came with n when n yahoo messenger I dont c any video feed ? I am so n need of ur help. My lil guy has been going thro hell since the split up n I really feel I need 2 do this 4 him especially before CHRISTMAS.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />You can down load Yahoo! messenger here: <a href="http://messenger.yahoo.com/" rel="nofollow" target="ext">http://messenger.yahoo.com/</a><br /><br />If you want to access yahoo im on the web (without video), you can use <a href="http://meebo.com/" rel="nofollow" target="ext">http://meebo.com/</a>]]></description>
		<pubDate>Thu, 17 Dec 2009 08:01:57 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3907</guid>
	</item>
	<item>
		<title>Permissions Form Resets</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3872</link>
		<description><![CDATA[My app doesn't need any  private user data. On the "API and Services" section, the permissions form resets if I try to save it with all menus set to "No Access Needed". This means my app always requests the user for private data. Is this a bug?]]></description>
		<pubDate>Tue, 15 Dec 2009 05:11:07 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3872</guid>
	</item>
	<item>
		<title>Permissions Form Resets</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3872</link>
		<description><![CDATA[I'm having this same issue. It's a serious problem for us, because it means the users are being prompted to agree to share their info needlessly.<br /><br />It seems like the permissions settings are saved so long as at least one item is set to "read" or "read/write". As soon as they're all set to "no access needed" it resets to the defaults.]]></description>
		<pubDate>Tue, 15 Dec 2009 05:11:07 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3872</guid>
	</item>
	<item>
		<title>Permissions Form Resets</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3872</link>
		<description><![CDATA[The answers to this have been posted here: <a href="http://developer.yahoo.net/forum/index.php?showtopic=2041" rel="nofollow" target="ext">http://developer.yahoo.net/forum/index.php?showtopic=2041</a><br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a>]]></description>
		<pubDate>Tue, 15 Dec 2009 05:11:07 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3872</guid>
	</item>
	<item>
		<title>toolbar</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3836</link>
		<description>i want  yahoo search off my home page</description>
		<pubDate>Sun, 13 Dec 2009 12:07:43 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3836</guid>
	</item>
	<item>
		<title>toolbar</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3836</link>
		<description><![CDATA[ok - feel free to remove it.<br /><br />- Jon]]></description>
		<pubDate>Sun, 13 Dec 2009 12:07:43 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3836</guid>
	</item>
	<item>
		<title>Yahoo Email</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3834</link>
		<description><![CDATA[I cant compose any emails...Its freezes up...I can't switch from inbox to sent to trash...can't even sign out...I have to go to my yahoo to sigh out...and if I sign back in from my yahoo to my mail it tells me I displays a box that my email has closed abruptly and then freezes again...Something strange is going on....Hope Yahoo can fix whatever is going on...]]></description>
		<pubDate>Sun, 13 Dec 2009 00:32:05 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3834</guid>
	</item>
	<item>
		<title>Yahoo Email</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3834</link>
		<description><![CDATA[my mail is not loading for some reason and i have over 30 emails that need read.<br />please help]]></description>
		<pubDate>Sun, 13 Dec 2009 00:32:05 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3834</guid>
	</item>
	<item>
		<title>Yahoo Email</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3834</link>
		<description><![CDATA[<!--quoteo(post=10463:date=Dec 13 2009, 12&#58;32 AM:name=Haunani)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Haunani &#064; Dec 13 2009, 12&#58;32 AM) <a href="index.php?act=findpost&pid=10463"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I cant compose any emails...Its freezes up...I can't switch from inbox to sent to trash...can't even sign out...I have to go to my yahoo to sigh out...and if I sign back in from my yahoo to my mail it tells me I displays a box that my email has closed abruptly and then freezes again...Something strange is going on....Hope Yahoo can fix whatever is going on...<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Sun, 13 Dec 2009 00:32:05 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3834</guid>
	</item>
	<item>
		<title>Yahoo Email</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3834</link>
		<description><![CDATA[Please see this post for contact information for the mail team - they will be able to help: <a href="http://developer.yahoo.net/forum/index.php?showtopic=1716" rel="nofollow" target="ext">http://developer.yahoo.net/forum/index.php?showtopic=1716</a><br /><br />- Jon]]></description>
		<pubDate>Sun, 13 Dec 2009 00:32:05 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3834</guid>
	</item>
	<item>
		<title>Yahoo Email</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3834</link>
		<description><![CDATA[Please see this post for contact information for the mail team - they will be able to help: <a href="http://developer.yahoo.net/forum/index.php?showtopic=1716" rel="nofollow" target="ext">http://developer.yahoo.net/forum/index.php?showtopic=1716</a><br /><br />- Jon]]></description>
		<pubDate>Sun, 13 Dec 2009 00:32:05 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3834</guid>
	</item>
	<item>
		<title>Yahoo Email</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3834</link>
		<description>Everytime I compse an email, I select who to send to via my contacts list and then hit send.  Then it pops up sayin to verify th estring of characters I do and still will send my email out.. Please help</description>
		<pubDate>Sun, 13 Dec 2009 00:32:05 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3834</guid>
	</item>
	<item>
		<title>Yahoo Email</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3834</link>
		<description><![CDATA[The answer for that is in my last post.<br /><br />- Jon]]></description>
		<pubDate>Sun, 13 Dec 2009 00:32:05 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3834</guid>
	</item>
	<item>
		<title>Yahoo.com app icon</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3811</link>
		<description><![CDATA[Hi,<br /><br />I entered the url for a 20x20 gif in the text box for "Yahoo.com Icon", within the details section of my app. The preview showed up fine. I clicked the "Update Live" button on the "Open Application" tab and then followed the link to the live app. I clicked on the "Add it to Yahoo! Homepage" link to put it on the homepage but the icon remained the default yellow star.<br /><br />Any help would be appreciated.<br /><br />Thanks.]]></description>
		<pubDate>Fri, 11 Dec 2009 02:30:10 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3811</guid>
	</item>
	<item>
		<title>Yahoo.com app icon</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3811</link>
		<description><![CDATA[There's usually a delay for the icon updating on the homepage - have you added in all image links that are requested on the app and are you still seeing this issue?<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a>]]></description>
		<pubDate>Fri, 11 Dec 2009 02:30:10 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3811</guid>
	</item>
	<item>
		<title>Yahoo.com app icon</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3811</link>
		<description><![CDATA[Thanks for the reply. I've put in all the images, but the home page icon still is the same, even after over a week.]]></description>
		<pubDate>Fri, 11 Dec 2009 02:30:10 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3811</guid>
	</item>
	<item>
		<title>Yahoo.com app icon</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3811</link>
		<description><![CDATA[Can you please provide me with you application ID?  I'll file a bug and have it looked at.<br /><br />Thanks,<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a>]]></description>
		<pubDate>Fri, 11 Dec 2009 02:30:10 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3811</guid>
	</item>
	<item>
		<title>Yahoo.com app icon</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3811</link>
		<description><![CDATA[I haven't changed anything since my last post but when I checked the front page today, I found the icon working correctly.<br /><br />The icons for my other apps now work too. I wonder what happened.]]></description>
		<pubDate>Fri, 11 Dec 2009 02:30:10 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3811</guid>
	</item>
	<item>
		<title>Yahoo.com app icon</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3811</link>
		<description><![CDATA[That must have been a weird cache issue - I'm glad to hear that it's working though.  If you do experience issues in the future let us know and we can delve into the problem.<br /><br />- Jon]]></description>
		<pubDate>Fri, 11 Dec 2009 02:30:10 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3811</guid>
	</item>
	<item>
		<title>How to list our game on the list of Open Apps on My Yahoo!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3785</link>
		<description><![CDATA[Hi,<br /> <br />We're the developer of Happy Garden <a href="http://apps.yahoo.com/-6SUppx54" rel="nofollow" target="ext">http://apps.yahoo.com/-6SUppx54</a>. I can't find Happy Garden in the list of Open Apps on My Yahoo!. Who can tell us how to list our game on that? Are there some special rules? Furthermore, what about the Apps Gallery on Yahoo! homepage?  Thank you very much.]]></description>
		<pubDate>Wed, 09 Dec 2009 19:59:37 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3785</guid>
	</item>
	<item>
		<title>How to list our game on the list of Open Apps on My Yahoo!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3785</link>
		<description><![CDATA[<!--quoteo(post=10341:date=Dec 9 2009, 07&#58;59 PM:name=Social)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Social &#064; Dec 9 2009, 07&#58;59 PM) <a href="index.php?act=findpost&pid=10341"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi,<br /> <br />We're the developer of Happy Garden <a href="http://apps.yahoo.com/-6SUppx54" rel="nofollow" target="ext">http://apps.yahoo.com/-6SUppx54</a>. I can't find Happy Garden in the list of Open Apps on My Yahoo!. Who can tell us how to list our game on that? Are there some special rules? Furthermore, what about the Apps Gallery on Yahoo! homepage?  Thank you very much.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Yes, in the developer tool you can request your application to published to the gallery (pending review).]]></description>
		<pubDate>Wed, 09 Dec 2009 19:59:37 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3785</guid>
	</item>
	<item>
		<title>How to list our game on the list of Open Apps on My Yahoo!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3785</link>
		<description><![CDATA[<!--quoteo(post=10377:date=Dec 10 2009, 06&#58;44 PM:name=Dustin Whittle)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Dustin Whittle &#064; Dec 10 2009, 06&#58;44 PM) <a href="index.php?act=findpost&pid=10377"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Yes, in the developer tool you can request your application to published to the gallery (pending review).<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Thank you for your reply. But I don't mean the gallery. I mean the list. There're just 28 Apps on the Open Apps list of my Yahoo! page. We want our game listed on the list. How can we do it?]]></description>
		<pubDate>Wed, 09 Dec 2009 19:59:37 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3785</guid>
	</item>
	<item>
		<title>How to list our game on the list of Open Apps on My Yahoo!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3785</link>
		<description><![CDATA[Hi Social,<br /><br />When I load up your application I get a general error message that there are problems (Chrome / FF 3.5.6).  I can forward this on internally but the application will need to be in a solid state before I can do that.<br /><br />Thanks<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a>]]></description>
		<pubDate>Wed, 09 Dec 2009 19:59:37 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3785</guid>
	</item>
	<item>
		<title>How to list our game on the list of Open Apps on My Yahoo!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3785</link>
		<description><![CDATA[<!--quoteo(post=10341:date=Dec 9 2009, 07&#58;59 PM:name=Social)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Social &#064; Dec 9 2009, 07&#58;59 PM) <a href="index.php?act=findpost&pid=10341"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi,<br /> <br />We're the developer of Happy Garden <a href="http://apps.yahoo.com/-6SUppx54" rel="nofollow" target="ext">http://apps.yahoo.com/-6SUppx54</a>. I can't find Happy Garden in the list of Open Apps on My Yahoo!. Who can tell us how to list our game on that? Are there some special rules? Furthermore, what about the Apps Gallery on Yahoo! homepage?  Thank you very much.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />Me and my freinds love happy garden!!! We think it is the best gardening app out there!!! However, we have recently been encountering problems, problems that have restricted us from gardening these past few days. When we try to go to our happy gardens on this web page: <a href="http://apps.yahoo.com/-6SUppx54/;_ylc=X3oDMTBzNTFnMjlqBF9TAzExNzE2MjAwMjYEeWFwX2lzcmMDeW1sX3M-?yap_ml=Q6bmRHV5iixCDcELX2t8JBAn_YY56N77pOgZeCWIzNCQ0vN8LJbwioTV3FF0DZo4cqM6TGzodeG7JQC7Ot8ASc.nggH..Ff_NdVFz7tGn4o593RLyv2ECFIPt6kzZfTdO1kFKuIylbkSUzxjdn83oG_nBvK4oYo4RAbCmTH0Ydzdjh9HD01q1O16A.iPH6rKq37vLQ7F3bXBwCp1_suC3tatXSen1Ut.kneIz0GknNzs8ys6nWEiXiv3ZUqhwhmpOexfBz7ZZ5D4Gg--&yap_ult=BrxZ8AV5ijRjLb.tnyAMmgbv8wnIXbM5S4mYnOEgeZrgQVS80Q--" rel="nofollow" target="ext">http://apps.yahoo.com/-6SUppx54/;_ylc=X3oD...OEgeZrgQVS80Q--</a> It shows us "This application is having problems. Please try again later" in the space where the garden should be. I  thought that you would like you to know about this and hope that the problem will be fixed shortly. I would like to sincerely thank you for taking the time to read this... If you did... Thanks for taking the time to make such a great app!!! <br /><br />                                                                                                                                           ~ Mint Firelilly]]></description>
		<pubDate>Wed, 09 Dec 2009 19:59:37 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3785</guid>
	</item>
	<item>
		<title>How to list our game on the list of Open Apps on My Yahoo!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3785</link>
		<description><![CDATA[<!--quoteo(post=10943:date=Jan 4 2010, 03&#58;51 PM:name=kcC)--><div class='quote'><div class='quotetop'>QUOTE <cite>(kcC &#064; Jan 4 2010, 03&#58;51 PM) <a href="index.php?act=findpost&pid=10943"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Me and my freinds love happy garden!!! We think it is the best gardening app out there!!! However, we have recently been encountering problems, problems that have restricted us from gardening these past few days. When we try to go to our happy gardens on this web page: <a href="http://apps.yahoo.com/-6SUppx54/;_ylc=X3oDMTBzNTFnMjlqBF9TAzExNzE2MjAwMjYEeWFwX2lzcmMDeW1sX3M-?yap_ml=Q6bmRHV5iixCDcELX2t8JBAn_YY56N77pOgZeCWIzNCQ0vN8LJbwioTV3FF0DZo4cqM6TGzodeG7JQC7Ot8ASc.nggH..Ff_NdVFz7tGn4o593RLyv2ECFIPt6kzZfTdO1kFKuIylbkSUzxjdn83oG_nBvK4oYo4RAbCmTH0Ydzdjh9HD01q1O16A.iPH6rKq37vLQ7F3bXBwCp1_suC3tatXSen1Ut.kneIz0GknNzs8ys6nWEiXiv3ZUqhwhmpOexfBz7ZZ5D4Gg--&yap_ult=BrxZ8AV5ijRjLb.tnyAMmgbv8wnIXbM5S4mYnOEgeZrgQVS80Q--" rel="nofollow" target="ext">http://apps.yahoo.com/-6SUppx54/;_ylc=X3oD...OEgeZrgQVS80Q--</a> It shows us "This application is having problems. Please try again later" in the space where the garden should be. I  thought that you would like you to know about this and hope that the problem will be fixed shortly. I would like to sincerely thank you for taking the time to read this... If you did... Thanks for taking the time to make such a great app!!! <br /><br />                                                                                                                                           ~ Mint Firelilly<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /> I enjoy this game too, and it has been down for a week now. Any updates on the game being fixed?]]></description>
		<pubDate>Wed, 09 Dec 2009 19:59:37 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3785</guid>
	</item>
	<item>
		<title>How to list our game on the list of Open Apps on My Yahoo!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3785</link>
		<description><![CDATA[I will try to reach out to the developer.  Hopefully the e-mail they provided for the forum is valid.<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a>]]></description>
		<pubDate>Wed, 09 Dec 2009 19:59:37 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3785</guid>
	</item>
	<item>
		<title>How to list our game on the list of Open Apps on My Yahoo!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3785</link>
		<description><![CDATA[<!--quoteo(post=11172:date=Jan 10 2010, 09&#58;38 AM:name=Susan)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Susan &#064; Jan 10 2010, 09&#58;38 AM) <a href="index.php?act=findpost&pid=11172"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I enjoy this game too, and it has been down for a week now. Any updates on the game being fixed?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />Has Happy Garden been fixed yet???]]></description>
		<pubDate>Wed, 09 Dec 2009 19:59:37 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3785</guid>
	</item>
	<item>
		<title>How to list our game on the list of Open Apps on My Yahoo!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3785</link>
		<description><![CDATA[Hi KCc...I just checked again, and it is still down from what it looks like. I know my younger daughter wants it to work again really bad too.  <img src="http://developer.yahoo.net/forum/style_emoticons/default/unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0" alt="unsure.gif" />]]></description>
		<pubDate>Wed, 09 Dec 2009 19:59:37 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3785</guid>
	</item>
	<item>
		<title>How to list our game on the list of Open Apps on My Yahoo!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3785</link>
		<description><![CDATA[I've reached out to the contact e-mail that is associated with the developer but have not heard back yet I'm afraid.  We'll keep trying.<br /><br />- Jon]]></description>
		<pubDate>Wed, 09 Dec 2009 19:59:37 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3785</guid>
	</item>
	<item>
		<title>CREATING A WEBSITE WITH FEATURES SIMMILARY TO YAHOO PAGE</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3724</link>
		<description><![CDATA[Hi we would like to creat a web site with similar features as yahoo! home page, how can somebody go about it.Thank you<br /><br /> <img src="http://developer.yahoo.net/forum/style_emoticons/default/laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" />]]></description>
		<pubDate>Mon, 07 Dec 2009 10:47:13 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3724</guid>
	</item>
	<item>
		<title>CREATING A WEBSITE WITH FEATURES SIMMILARY TO YAHOO PAGE</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3724</link>
		<description><![CDATA[I'm not really too sure where to start with this one.  Can you be more specific with what information you're trying to capture here as there are far too many components to the Yahoo! homepage for me to list.<br /><br />- Jon]]></description>
		<pubDate>Mon, 07 Dec 2009 10:47:13 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3724</guid>
	</item>
	<item>
		<title>downloads</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3660</link>
		<description><![CDATA[Suddenly, I cannot read or download my e-mail attachments. I get through my Noerton screen which says "no viruses detected" , then I get through the first download screen, but the third download screen will not finish--it hangs up with 1 second remaining. Any ideas to fix this?]]></description>
		<pubDate>Wed, 02 Dec 2009 14:57:00 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3660</guid>
	</item>
	<item>
		<title>downloads</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3660</link>
		<description><![CDATA[Hi dimillar,<br /><br />These are mainly forums for our developer products within the Yahoo! Developer Network.  The best thing to do would be to contact the e-mail customer care.  Their help links are located within this post: <a href="http://developer.yahoo.net/forum/index.php?showtopic=1716" rel="nofollow" target="ext">http://developer.yahoo.net/forum/index.php?showtopic=1716</a><br /><br />- Jon]]></description>
		<pubDate>Wed, 02 Dec 2009 14:57:00 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3660</guid>
	</item>
	<item>
		<title>YAP IP List</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3652</link>
		<description><![CDATA[I was wondering if anyone had the IPs that YAP hits the origin server from?<br /><br />I've got a few C Classes that they're posting to my canvas url by looking at my access logs, but i wanted a comprehensive list<br /><br />Thanks,<br />Nick]]></description>
		<pubDate>Tue, 01 Dec 2009 20:02:49 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3652</guid>
	</item>
	<item>
		<title>YAP IP List</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3652</link>
		<description><![CDATA[<!--quoteo(post=10027:date=Dec 1 2009, 08&#58;02 PM:name=Nick)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Nick &#064; Dec 1 2009, 08&#58;02 PM) <a href="index.php?act=findpost&pid=10027"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I was wondering if anyone had the IPs that YAP hits the origin server from?<br /><br />I've got a few C Classes that they're posting to my canvas url by looking at my access logs, but i wanted a comprehensive list<br /><br />Thanks,<br />Nick<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />What is your use case to get the comprehensive list? <br /><br />At this moment, YAP requests come from a big of servers from 6 to 7 different subnets. There are chances that YAP will be deployed to more servers "dynamically" in the near future. Thus we might need a different approach other than check incoming IP's for your use case.<br /><br />Tong]]></description>
		<pubDate>Tue, 01 Dec 2009 20:02:49 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3652</guid>
	</item>
	<item>
		<title>General Navigation</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3646</link>
		<description><![CDATA[While trying out the Yahoo Homepage apps, i found few missing things. Although, it is up to Yahoo to put whatever it wants to show on it's network, but from a developer standpoint these are real issues:<br /><br />1. There is no search box for apps on the Yahoo Home page. All it has is a way to Add RSS feed. Minimum expectation from uses and developers would be that apps should be searchable from the homepage.<br />2. From <a href="http://apps.yahoo.com/myapps" rel="nofollow" target="ext">http://apps.yahoo.com/myapps</a>, there is no way for user to search for an app. Not sure how developer will get any distribution if apps are not searchable<br />3. Once you have installed an app, and you are on the app canvas page, there is no link pointing back to the apps home page(http://apps.yahoo.com/myapps). We, as developers are always url savvy and know how to manipulate them, but common users can care less. All they would like to do is add more apps, which they can do only if they can get back to apps home page. <br />4. Also, the Yahoo Search box above each app and on app home page has almost no context. Not sure why would users be performing a general web search when they are really interested in interacting with an app. That's more like the MySpace adding Google Search box. Yeah, MySpace made millions from Google Search deal, but at the cost of Facebook getting the number 1 spot by focusing all it's energy on the social aspect of things. I guess, now Yahoo needs to decide what it really wants to do when it says social apps - social or search or social+search+bad-user-experience.<br />5. Yahoo Updates API (http://developer.yahoo.com/social/updates/) has a rate limit of 5,000 queries per day/IP address. That number comes nowhere near serving 330million yahoo users. And it is even worse if those requests are coming from Google AppEngine app, where apps cannot have a static IP. And this limit in place even after the fact that YAP is live in production.<br /><br />Thanks]]></description>
		<pubDate>Tue, 01 Dec 2009 14:01:55 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3646</guid>
	</item>
	<item>
		<title>General Navigation</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3646</link>
		<description>Ah, posted in the wrong forum. Should be in YOS suggestions</description>
		<pubDate>Tue, 01 Dec 2009 14:01:55 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3646</guid>
	</item>
	<item>
		<title>General Navigation</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3646</link>
		<description><![CDATA[Hi Vivek,<br /><br />Thank you for your feedback. Here are some answers/comments:<br /><br />1. and 2: You should see some improvements there in the near feature on our homepage and on apps.yahoo.com - You can actually right check out the upcoming release of our myapps page in our preview environment: <a href="http://preview.apps.yahoo.com" rel="nofollow" target="ext">http://preview.apps.yahoo.com</a> <br />We think you'll like the search and browsing improvements :-)<br /><br />3. totally agreed - we use to have a link to go back to myapps but somehow it got lost 2 releases ago - We have a bug tracking this enhancement.<br /><br />4. Search is part of the universal header served across most yahoo properties.<br /><br />5. Rate limiting is applied per project type (CK+secret) - let us know when your app starts hitting the limit, I'm sure we can work this out.<br /><br />I hope you'll find this information useful,<br /><br />Thanks,<br /><br />Xavier<br />--------<br />Director, Product Management<br />Yahoo! Application Platform]]></description>
		<pubDate>Tue, 01 Dec 2009 14:01:55 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3646</guid>
	</item>
	<item>
		<title>General Navigation</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3646</link>
		<description><![CDATA[Thanks for your response Xavier. Good to know Yahoo is listening <img src="http://developer.yahoo.net/forum/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />]]></description>
		<pubDate>Tue, 01 Dec 2009 14:01:55 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3646</guid>
	</item>
	<item>
		<title>Yahoo Front Page</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3617</link>
		<description><![CDATA[My Yahoo Front Page is set up as: small column on the left side and large column on the right side. Starting last week while I'm viewing my front page, the column widths shift automatically from 25% & 75% to 33% & 67%. In other words, the smaller left column gets wider, and the larger right column gets smaller. How do I keep the column widths set at approx 25% & 75%?? When I refresh, the columns go to 25% & 75%, but they  automatically change to 33% & 67% after 10 - 60 seconds.]]></description>
		<pubDate>Mon, 30 Nov 2009 08:52:10 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3617</guid>
	</item>
	<item>
		<title>Yahoo Front Page</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3617</link>
		<description><![CDATA[The best thing to do is to contact the frontpage team themselves - their contact information is located in this post: <a href="http://developer.yahoo.net/forum/index.php?showtopic=1716" rel="nofollow" target="ext">http://developer.yahoo.net/forum/index.php?showtopic=1716</a><br /><br />- Jon]]></description>
		<pubDate>Mon, 30 Nov 2009 08:52:10 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3617</guid>
	</item>
	<item>
		<title>farmville wont work</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3603</link>
		<description><![CDATA[every time i try to accept a gift or even go to farmville it send me to a box that says i need to go to my yahoo account and confirm it,  Well I did that like three or more times and it still doesn't work, now what do I do?????]]></description>
		<pubDate>Sat, 28 Nov 2009 21:15:58 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3603</guid>
	</item>
	<item>
		<title>farmville wont work</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3603</link>
		<description><![CDATA[Can you please provide the URL for the farmville application?  I will look into the application issue.  Also, can you please provide the browser and version that you are using as well as your operating system.<br /><br />Thanks,<br />Jon]]></description>
		<pubDate>Sat, 28 Nov 2009 21:15:58 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3603</guid>
	</item>
	<item>
		<title><![CDATA[why OAuth oauth_problem=&#92;&#92;"consumer_key_unknown&#92;&#92;"?]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3572</link>
		<description><![CDATA[Hi,<br /><br />I create an yahoo open application, but I get one "consumer_key_unknown" error when i acess the socail api<br /><br />blow is my access url:<br /><br /><a href="http://social.yahooapis.com/v1/user/7OVSLVTHZHVUDTJGV3UA535E7U/profile?oauth_nonce=08752531&format=json&oauth_consumer_key=dj0yJmk9MFJXT0Q2aGx1UG1zJmQ9WVdrOU5sTlZjSEI0TlRRbWNHbzlNVE13TURBM05ESXdNdy0tJnM9Y29uc3VtZXJzZWNyZXQmeD01YQ&oauth_timestamp=1259159881&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_token=A%3DUtwUYODa7gsB_Fntxc5Nnj8V6ERGaB2lxhXbTz7CcJnmfZluL8zm.w4mnl1JWheJyrdxeNcmIi7QMmapYlAThhiPxXd2baBOc.WkuEGxstVMGGFXmz7v36VKfzdJf3HktgP4Hf4251oL50D2V8TV6B7CP.jfAQ8qoI7bnrSHu.bTKze3DwxmwOjQLX54ZVCsSib1Q.LMCzPj3go1zAj2D.IdKgTXGeGNCQC7iahV8tLkb4E4McdN3q0NfSYXQJLfa9Cj.jJ8fbePe3qSd.6f.E2VrYGgQbNuWl0MQ6waDqvnGr14WtY7PEC6_44wfnoJe3lFR.OiHLtjxqjFzIhwJ47YOh8bcS.Hs1iBLHdrPjGhoRvvJ9BcnDNjZR9juYmy.E525uGvsqn2g0nR0pnBWFauap5pZvTDzot3m_5DtagOa1sKlh5IaiZbCHPSFZRpHQCw3xR0lh58CtfVA95Fad7IDAhTrkBcSTezBoumfU0LfdVoYsmunC1853RMgSvfmdAZlpOnbJh4gcyoXbOOUefojqtrYDKb0oKYQNIeMonarbc225qowGAUnH0EQakm.AWpFvFDRkR52pujEjtURiRW61Pu.hdM4hI9SbBBnAshdm4w1XIGHS6Hbd5L7blBj4vrXUUhnuLRTgfseP7fkjNsCAB03RjkszBJWCok_LekxOh7Ni3OrE.qiW1LV2VyoWfow9idQyRNUJ4AiURhjj_HzN6SwYDfawRpFmAf2r8k9W9XWBDdC.1YDxD2d2SNPcnFqBHCAajtNbGp&oauth_signature=Q9UsuWX%2BcD1LdAPA1thOrX68jmc%3D" rel="nofollow" target="ext">http://social.yahooapis.com/v1/user/7OVSLV...A1thOrX68jmc%3D</a><br /><br />My code is blow:<br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->    token_secret = request.REQUEST&#91;'yap_viewer_access_token_secret'&#93;<br />    access_token = request.REQUEST&#91;'yap_viewer_access_token'&#93;<br />    yahoo_guid = request.REQUEST&#91;'yap_viewer_guid'&#93;<br />    <br />    app = yahoo.application.OAuthApplication&#40;CONSUMER_KEY, CONSUMER_SECRET, APPLICATION_ID&#41;<br />    app.token = yahoo.oauth.AccessToken&#40;key=access_token, secret=token_secret, yahoo_guid=yahoo_guid&#41;<br />    print app.getProfile&#40;&#41;<!--c2--></code></pre></div><!--ec2--><br /><br />when I use the code:<br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->access_token = urllib.quote&#40;access_token&#41;<!--c2--></code></pre></div><!--ec2--><br /><br />I get another error:<br /><br />OAuth oauth_problem=&#92;&#92;"token_rejected&#92;&#92;"<br /><br />Is there errors?<br /><br />Thanks.]]></description>
		<pubDate>Wed, 25 Nov 2009 06:49:45 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3572</guid>
	</item>
	<item>
		<title><![CDATA[why OAuth oauth_problem=&#92;&#92;"consumer_key_unknown&#92;&#92;"?]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3572</link>
		<description><![CDATA[My http url is:<br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->http&#58;//social.yahooapis.com/v1/user/7OVSLVTHZHVUDTJGV3UA535E7U/profile?oauth_nonce=08752531&format=json&oauth_consumer_key=dj0yJmk9MFJXT0Q2aGx1UG1zJmQ9WVdrOU5sTlZjSEI0TlRRbWNHbzlNV<br />E13TURBM05ESXdNdy0tJnM9Y29uc3VtZXJzZWNyZXQmeD01YQ&oauth_timestamp=1259159881&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_token=A%3DUtwUYODa7gsB_Fntxc5Nnj8V6ERGaB2lxhXbTz7CcJnmfZluL8zm.w4mnl1JWheJyrdxeNcmIi7QMm<br />apYlAThhiPxXd2baBOc.WkuEGxstVMGGFXmz7v36VKfzdJf3HktgP4Hf4251oL50D2V8TV6B7CP.jfAQ8<br />qoI7bnrSHu.bTKze3DwxmwOjQLX54ZVCsSib1Q.LMCzPj3go1zAj2D.IdKgTXGeGNCQC7iahV8tLkb4E4<br />McdN3q0NfSYXQJLfa9Cj.jJ8fbePe3qSd.6f.E2VrYGgQbNuWl0MQ6waDqvnGr14WtY7PEC6_44wfnoJe<br />3lFR.OiHLtjxqjFzIhwJ47YOh8bcS.Hs1iBLHdrPjGhoRvvJ9BcnDNjZR9juYmy.E525uGvsqn2g0nR0p<br />nBWFauap5pZvTDzot3m_5DtagOa1sKlh5IaiZbCHPSFZRpHQCw3xR0lh58CtfVA95Fad7IDAhTrkBcSTe<br />zBoumfU0LfdVoYsmunC1853RMgSvfmdAZlpOnbJh4gcyoXbOOUefojqtrYDKb0oKYQNIeMonarbc225qo<br />wGAUnH0EQakm.AWpFvFDRkR52pujEjtURiRW61Pu.hdM4hI9SbBBnAshdm4w1XIGHS6Hbd5L7blBj4vrX<br />UUhnuLRTgfseP7fkjNsCAB03RjkszBJWCok_LekxOh7Ni3OrE.qiW1LV2VyoWfow9idQyRNUJ4AiURhjj<br />_HzN6SwYDfawRpFmAf2r8k9W9XWBDdC.1YDxD2d2SNPcnFqBHCAajtNbGp&oauth_signature=Q9UsuWX%2BcD1LdAPA1thOrX68jmc%3D&#34;&#93;http&#58;//social.yahooapis.com/v1/user/7OVSLV...A1thOrX68jmc%3D<!--c2--></code></pre></div><!--ec2-->]]></description>
		<pubDate>Wed, 25 Nov 2009 06:49:45 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3572</guid>
	</item>
	<item>
		<title><![CDATA[why OAuth oauth_problem=&#92;&#92;"consumer_key_unknown&#92;&#92;"?]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3572</link>
		<description><![CDATA[Hi Social,<br /><br />Can you check to make sure your consumer key and secret are defined correctly please?  There are sometimes two dashes at the end of the consumer key that don't copy very easily so that's the first place to check.<br /><br />- Jon]]></description>
		<pubDate>Wed, 25 Nov 2009 06:49:45 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3572</guid>
	</item>
	<item>
		<title>How do I get the email address of a user of my app?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3557</link>
		<description><![CDATA[I am using the contacts API to get the emails addresses of the contacts of the users of my application (PhotosMailer, id: g2JASr7e). It works great but I also need the email address of the user himself. How can I get it?<br /><br />Thanks,<br />John]]></description>
		<pubDate>Tue, 24 Nov 2009 12:54:18 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3557</guid>
	</item>
	<item>
		<title>How do I get the email address of a user of my app?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3557</link>
		<description><![CDATA[Unfortunately the e-mail information that you are trying to get would be a part of the profile of the user, and that is not a field that is set or returned within the profile.  Since the profile system runs by the user GUID, which is not associated with a user's e-mail, the e-mail will not be returned.  So, I don't know of a method through our social APIs but if there is a way that I discover I'll let you know.<br /><br />- Jon]]></description>
		<pubDate>Tue, 24 Nov 2009 12:54:18 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3557</guid>
	</item>
	<item>
		<title>Application pending review</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3555</link>
		<description><![CDATA[My application (PhotosMailer, id: g2JASr7e) has been pending review for nearly 2 weeks now. Is there anything wrong with it?<br /><br />Thanks,<br />John]]></description>
		<pubDate>Tue, 24 Nov 2009 09:17:33 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3555</guid>
	</item>
	<item>
		<title>Application pending review</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3555</link>
		<description><![CDATA[<!--quoteo(post=9817:date=Nov 24 2009, 09&#58;17 AM:name=Truthfortrust)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Truthfortrust &#064; Nov 24 2009, 09&#58;17 AM) <a href="index.php?act=findpost&pid=9817"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->My application (PhotosMailer, id: g2JASr7e) has been pending review for nearly 2 weeks now. Is there anything wrong with it?<br /><br />Thanks,<br />John<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br />Hi, <br />your app looks great (btw, why can't I select a contact in the fullView?) <br /><br />Fyi, the app should be approved today.<br /><br />Thank you for your patience!<br /><br />Xavier]]></description>
		<pubDate>Tue, 24 Nov 2009 09:17:33 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3555</guid>
	</item>
	<item>
		<title>Application pending review</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3555</link>
		<description><![CDATA[Thanks for the approval and for the remark. I think I fixed the problem. Is it working fine for you now?<br />By the way, do you think this app could be included in you pool of "productivity" apps?<br /><br />Tanks again,<br />John<br /><br /><br /><!--quoteo(post=9822:date=Nov 24 2009, 10&#58;14 AM:name=Xav)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Xav &#064; Nov 24 2009, 10&#58;14 AM) <a href="index.php?act=findpost&pid=9822"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi, <br />your app looks great (btw, why can't I select a contact in the fullView?) <br /><br />Fyi, the app should be approved today.<br /><br />Thank you for your patience!<br /><br />Xavier<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Tue, 24 Nov 2009 09:17:33 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3555</guid>
	</item>
	<item>
		<title><![CDATA[Your application &lt;name&gt; was approved. Woot!]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3542</link>
		<description><![CDATA[My application was approved. Now what?<br /><br />here is the message I received after indexing my app in My project on YDN:<br /><br />Thank you for submitting an application to Yahoo! Your application &lt;name&gt; was approved. Woot!<br /><br />If you have any questions, please feel free to use our forums (http://developer.yahoo.com/forum/).  Someone from the team is on the forums all the time and we'd love some company...<br /><br />Thanks<br /><br />S.]]></description>
		<pubDate>Mon, 23 Nov 2009 17:46:46 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3542</guid>
	</item>
	<item>
		<title><![CDATA[Your application &lt;name&gt; was approved. Woot!]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3542</link>
		<description><![CDATA[<!--quoteo(post=9796:date=Nov 23 2009, 05&#58;46 PM:name=Stephan)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Stephan &#064; Nov 23 2009, 05&#58;46 PM) <a href="index.php?act=findpost&pid=9796"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->My application was approved. Now what?<br /><br />here is the message I received after indexing my app in My project on YDN:<br /><br />Thank you for submitting an application to Yahoo! Your application &lt;name&gt; was approved. Woot!<br /><br />If you have any questions, please feel free to use our forums (http://developer.yahoo.com/forum/).  Someone from the team is on the forums all the time and we'd love some company...<br /><br />Thanks<br /><br />S.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />This means your application will now show up in the application gallery at <a href="http://apps.yahoo.com/" rel="nofollow" target="ext">http://apps.yahoo.com/</a>. Please let me know if you have any questions or concerns.]]></description>
		<pubDate>Mon, 23 Nov 2009 17:46:46 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3542</guid>
	</item>
	<item>
		<title><![CDATA[Your application &lt;name&gt; was approved. Woot!]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3542</link>
		<description>So Cool,.... WOO-HOOO,. I really need a hand so lost,.. Could someone help with a prob. I have,.. Not smatter then a 5th grader,.. (((</description>
		<pubDate>Mon, 23 Nov 2009 17:46:46 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3542</guid>
	</item>
	<item>
		<title><![CDATA[Your application &lt;name&gt; was approved. Woot!]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3542</link>
		<description><![CDATA[What's the problem you're running into?<br /><br />- Jon]]></description>
		<pubDate>Mon, 23 Nov 2009 17:46:46 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3542</guid>
	</item>
	<item>
		<title>gadgets.io.makeRequest and Yahoo! Groups</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3509</link>
		<description><![CDATA[I've started to have a play with writing a front page app.  I'd like to do some things to do with Groups, so I tried to do a request using gadgets.io.makeRequest.  Using this I can retrieve the content of some pages (e.g. <a href="http://news.bbc.co.uk)" rel="nofollow" target="ext">http://news.bbc.co.uk)</a> but not pages from Groups (e.g. <a href="http://tech.groups.yahoo.com/groups/ehtest)" rel="nofollow" target="ext">http://tech.groups.yahoo.com/groups/ehtest)</a>.  The latter returns with an error 0, which in this kind of stuff (XMLHttpRequest) tends to mean some kind of security error.<br /><br />Are there security restrictions which prevent such apps retrieving information from Groups itself?]]></description>
		<pubDate>Thu, 19 Nov 2009 10:55:12 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3509</guid>
	</item>
	<item>
		<title>gadgets.io.makeRequest and Yahoo! Groups</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3509</link>
		<description><![CDATA[As long as the group itself does not require membership or login you should be able to capture data from it.  Can you post the code that you are using which is not working?  I can take a look.<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a>]]></description>
		<pubDate>Thu, 19 Nov 2009 10:55:12 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3509</guid>
	</item>
	<item>
		<title>opening  account</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3482</link>
		<description>How do i set up a second account</description>
		<pubDate>Tue, 17 Nov 2009 22:53:32 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3482</guid>
	</item>
	<item>
		<title>opening  account</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3482</link>
		<description><![CDATA[<!--quoteo(post=9669:date=Nov 17 2009, 10&#58;53 PM:name=Taneka)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Taneka &#064; Nov 17 2009, 10&#58;53 PM) <a href="index.php?act=findpost&pid=9669"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->How do i set up a second account<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><a href="http://login.yahoo.com" rel="nofollow" target="ext">http://login.yahoo.com</a>]]></description>
		<pubDate>Tue, 17 Nov 2009 22:53:32 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3482</guid>
	</item>
	<item>
		<title>Consumer Key migrataiton between domains</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3400</link>
		<description><![CDATA[I have plenty of users using my application hosted at example.com . I want to move my app to newdomain.com . <br /><br />OAuth isn't accepting a callback on newdomain.com for my existing key, and a new key can't use the access tokens granted from the previous key.<br /><br />I can't make all my users re-authenticate.<br /><br />Can YAP handle this?]]></description>
		<pubDate>Fri, 13 Nov 2009 01:14:12 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3400</guid>
	</item>
	<item>
		<title>Consumer Key migrataiton between domains</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3400</link>
		<description><![CDATA[<!--quoteo(post=9475:date=Nov 13 2009, 01&#58;14 AM:name=Paul Tarjan)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Paul Tarjan &#064; Nov 13 2009, 01&#58;14 AM) <a href="index.php?act=findpost&pid=9475"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I have plenty of users using my application hosted at example.com . I want to move my app to newdomain.com . <br /><br />OAuth isn't accepting a callback on newdomain.com for my existing key, and a new key can't use the access tokens granted from the previous key.<br /><br />I can't make all my users re-authenticate.<br /><br />Can YAP handle this?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />OAuth is for apps that run on your site, or for linking your site with yahoo accounts. YAP apps run on the Yahoo! network and may not be right for your app. Yes, for yap applications you can change the full view url for your site. If you update the permissions you will need to update your consumer key.]]></description>
		<pubDate>Fri, 13 Nov 2009 01:14:12 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3400</guid>
	</item>
	<item>
		<title>Consumer Key migrataiton between domains</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3400</link>
		<description><![CDATA[<!--quoteo(post=9502:date=Nov 13 2009, 04&#58;25 PM:name=Dustin Whittle)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Dustin Whittle &#064; Nov 13 2009, 04&#58;25 PM) <a href="index.php?act=findpost&pid=9502"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->OAuth is for apps that run on your site, or for linking your site with yahoo accounts. YAP apps run on the Yahoo! network and may not be right for your app. Yes, for yap applications you can change the full view url for your site. If you update the permissions you will need to update your consumer key.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /> ok, moving to oauth forum.]]></description>
		<pubDate>Fri, 13 Nov 2009 01:14:12 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3400</guid>
	</item>
	<item>
		<title>Domain Verification Failed</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3341</link>
		<description><![CDATA[Domain Verification Failed<br />There was an internal error while an application is being created. Please try again.<br /><br />why/??]]></description>
		<pubDate>Mon, 09 Nov 2009 19:52:15 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3341</guid>
	</item>
	<item>
		<title>Domain Verification Failed</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3341</link>
		<description><![CDATA[<!--sizeo:3--><span style="font-size:12pt;line-height:100%"><!--/sizeo-->[font="Comic Sans MS"][/font]<!--sizec--></span><!--/sizec-->[color="#000080"][/color]I'd like to know the same thing....<br />Why did my site domain verification fail? - I see no reason for that - as the file was placed in the root as required,<br />and *I* can get to it - why can't Yahoo ?]]></description>
		<pubDate>Mon, 09 Nov 2009 19:52:15 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3341</guid>
	</item>
	<item>
		<title>Domain Verification Failed</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3341</link>
		<description><![CDATA[SORRY FOR THE CODE - SHEEESSSHHH.... <br />Why are some of these "Social" website apps - so ANTI-social ?]]></description>
		<pubDate>Mon, 09 Nov 2009 19:52:15 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3341</guid>
	</item>
	<item>
		<title>Domain Verification Failed</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3341</link>
		<description><![CDATA[Hi, can you check if the word  "yahoo" is used in the Description or Application Name fields?<br /><br />Thanks,<br />Tony<br /> <br /><br /><br /><!--quoteo(post=9340:date=Nov 9 2009, 07&#58;52 PM:name=vinson)--><div class='quote'><div class='quotetop'>QUOTE <cite>(vinson &#064; Nov 9 2009, 07&#58;52 PM) <a href="index.php?act=findpost&pid=9340"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Domain Verification Failed<br />There was an internal error while an application is being created. Please try again.<br /><br />why/??<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Mon, 09 Nov 2009 19:52:15 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3341</guid>
	</item>
	<item>
		<title>Domain Verification Failed</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3341</link>
		<description><![CDATA[I have Flash Player 9 already installed and yahoo instant messenger is telling me I need to install it....whats up with that...now I can't instant message anyone...it says click run..the only thing popping up is save to file...what to heck.... <img src="http://developer.yahoo.net/forum/style_emoticons/default/angry.gif" style="vertical-align:middle" emoid=":angry:" border="0" alt="angry.gif" />]]></description>
		<pubDate>Mon, 09 Nov 2009 19:52:15 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3341</guid>
	</item>
	<item>
		<title>Domain Verification Failed</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3341</link>
		<description><![CDATA[Hi all,<br /><br />There are a few reasons why the domain verification may fail - can you please check to ensure:<br /><ol type='1'><li>Yahoo (or Y!) is not used in the app name or description as Tony mentioned</li><li>You are using a publically available domain name that does not include custom ports</li><li>You are not using an ip address</li></ol><br /><br />If you continue to have problems, can you please post all of the information that you are adding in when creating the application (e.g. app name, description, domain url, app url, etc.)<br /><br />Thanks<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a>]]></description>
		<pubDate>Mon, 09 Nov 2009 19:52:15 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3341</guid>
	</item>
</channel>
</rss><!-- blog1.developer.re2.yahoo.com uncompressed/chunked Tue Feb  9 19:35:12 PST 2010 -->
