<?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/">
	<channel>
		<title>Messenger</title>
		<description>RSS feeds for Messenger</description>
		<link>http://developer.yahoo.com/forum/Messenger</link>
		<pubDate>Fri, 24 May 2013 13:25:55 -0700</pubDate>
		<atom:link href="http://developer.yahoo.com/forum/feed" rel="self" type="application/rss+xml" />
		<ttl>99</ttl>
		<item>
			<title><![CDATA[New User cannot add buddy]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/New-User-cannot-add-buddy/1369249707985-04c6da0b-79e0-405b-8f84-da850e10348f</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/New-User-cannot-add-buddy/1369249707985-04c6da0b-79e0-405b-8f84-da850e10348f/1369249707985</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=2OQ57NM2IPZCNVPZTN5MPEELGY">Bloomberg</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Hi,I created new user using yahoo.com, I am trying to add a buddy using oauth<a rel="nofollow" href="http://rcore2.messenger.yahooapis.com/v1/group/test/contact/yahoo/">http://rcore2.messenger.yahooapis.com/v1/group/test/contact/yahoo/</a> .</p><p>For some reason, i am getting 401 return code</p><blockquote>  <p>handleGenericHttpResponse  Error: code28 detail: Session Expired Error description: Session Expired Error: 401</p>
</blockquote><p>But after i login once into Yahoo messenger on iphone / desktop, and then i try to add the user it works fine.</p><p>Has someone faced this issue ??</p><p>Thanks,Pavan</p>]]></description>
			<dc:creator>Bloomberg</dc:creator>
			<pubDate>Wed, 22 May 2013 12:08:27 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Send Message step in programming api&#39;s returning &#39;ERR 400: Bad Response&#39; ?]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Send-Message-step-in-programming-api-39-s/1369124043427-95780cd8-f800-4745-8751-fd5418cf1d9c</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Send-Message-step-in-programming-api-39-s/1369124043427-95780cd8-f800-4745-8751-fd5418cf1d9c/1369124043427</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=2MMS3YOBBT5TXOBFS67B5ZVQHY">Teguh</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Hi....I try to make a 3rd software with visual studio 2005 (vb) (i learn from php sample in yahoo sdk's php sample website) to my office, to send schedully sending message to my company's client... I Have succeeded step Logon and receive 1st Token, i have successed Logon Auth and get 2nd Token, i have passing Session Logon and received sessionid,server,proxy, etc.... but i'm getting stuck when i send message always returned 'err 400:bad response'...this somepart of my message syntaxxURL1 = ("<a rel="nofollow" href="http://rcore3.messenger.yahooapis.com/v1/message/yahoo/">http://rcore3.messenger.yahooapis.com/v1/message/yahoo/</a>{{USER}}" _            + "?oauth_consumer_key=" + xCunsomerKey _            + "&amp;oauth_nonce=" + UniqID() _            + "&amp;oauth_signature=" + xSecretKey + xTokenSecret _            + "&amp;oauth_signature_method=PLAINTEXT" _            + "&amp;oauth_timestamp=" + Int(GetUnixTimestamp(Now)).ToString _            + "&amp;oauth_token=" + xArrayToken2(0) _            + "&amp;oauth_version=1.0" _            + "&amp;sid=" + xSessionID).Replace("{{USER}}", xUserID)      Dim xHTTPWebRequest2 As HttpWebRequest        xHTTPWebRequest2 = HttpWebRequest.Create(xURL1)        xHTTPWebRequest.Headers.Clear()        xHTTPWebRequest2.Method = "POST"        xHTTPWebRequest2.ContentType = "application/json; charset=utf-8"        xPostDataBytes = enc.GetBytes( _            "{""message"" : Hallo This is Messaging Test}")        xHTTPWebRequest2.ContentLength = xPostDataBytes.Length        Using xStream = xHTTPWebRequest2.GetRequestStream()            xStream.Write(xPostDataBytes, 0, xPostDataBytes.Length)            Dim xResponse As WebResponse = xHTTPWebRequest2.GetResponse            Dim xReaderStream As New StreamReader(xResponse.GetResponseStream)            xStringToken3 = xReaderStream.ReadToEnd().ToString        End Using</p><p>does anybody can help me... :D thanks fully regards</p>]]></description>
			<dc:creator>Teguh</dc:creator>
			<pubDate>Tue, 21 May 2013 01:14:03 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: About Sending Messages]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/About-Sending-Messages/1368263989884-15217d79-26fa-4ccd-b3a8-6dd366b8ab16</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/About-Sending-Messages/1368263989884-15217d79-26fa-4ccd-b3a8-6dd366b8ab16/1368405714709</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=5AZ2JGOVLUWGLNRZ2JKRO7FH6I">稳</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>{"message":"Row1\rRow2"}</p><p>double \</p>]]></description>
			<dc:creator>稳</dc:creator>
			<pubDate>Sun, 12 May 2013 17:41:54 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: About Sending Messages]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/About-Sending-Messages/1368263989884-15217d79-26fa-4ccd-b3a8-6dd366b8ab16</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/About-Sending-Messages/1368263989884-15217d79-26fa-4ccd-b3a8-6dd366b8ab16/1368405428073</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=5AZ2JGOVLUWGLNRZ2JKRO7FH6I">稳</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>I know that.</p><p>Use this json {"message":"Row1\rRow2"} success.</p><p>Thanks!</p>]]></description>
			<dc:creator>稳</dc:creator>
			<pubDate>Sun, 12 May 2013 17:37:08 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: About Sending Messages]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/About-Sending-Messages/1368263989884-15217d79-26fa-4ccd-b3a8-6dd366b8ab16</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/About-Sending-Messages/1368263989884-15217d79-26fa-4ccd-b3a8-6dd366b8ab16/1368332584157</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=5AZ2JGOVLUWGLNRZ2JKRO7FH6I">稳</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>If i send json str {"message":"Row1Row2"} is OK.If send json str {"message":"Row1\rRow2"} is get 400 error.</p><p>Thanks Nirmal Thangaraj for your Reply!!</p>]]></description>
			<dc:creator>稳</dc:creator>
			<pubDate>Sat, 11 May 2013 21:23:04 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: About Sending Messages]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/About-Sending-Messages/1368263989884-15217d79-26fa-4ccd-b3a8-6dd366b8ab16</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/About-Sending-Messages/1368263989884-15217d79-26fa-4ccd-b3a8-6dd366b8ab16/1368319234651</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=U2H574LQACUS4VBGIDWJBORN2Y">Nirmal Thangaraj</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Can you paste the entire http request with complete payload and response ? Its possible the payload was invalid json or some misspelled parameter was passed in.</p>]]></description>
			<dc:creator>Nirmal Thangaraj</dc:creator>
			<pubDate>Sat, 11 May 2013 17:40:34 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[About Sending Messages]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/About-Sending-Messages/1368263989884-15217d79-26fa-4ccd-b3a8-6dd366b8ab16</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/About-Sending-Messages/1368263989884-15217d79-26fa-4ccd-b3a8-6dd366b8ab16/1368263989884</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=5AZ2JGOVLUWGLNRZ2JKRO7FH6I">稳</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Hello, I want to send a Multiple rows message.I use Yahoo Messenger to send a a Multiple rows message to my program.Find the message is :  "msg":"Row1\rRow2"But I use my program send this text to server.server return errorjava.io.IOException: Server returned HTTP response code: 400</p><p>If send single row is OK.Does anybody has this problem?Please help me !</p><p>Thank you!</p>]]></description>
			<dc:creator>稳</dc:creator>
			<pubDate>Sat, 11 May 2013 02:19:49 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Yahoo messenger api problems]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Yahoo-messenger-api-problems/1291790984000-b6c639d3-0a95-3114-8d02-0ef772594161</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Yahoo-messenger-api-problems/1291790984000-b6c639d3-0a95-3114-8d02-0ef772594161/1359711354950</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=L6U5ZTBONXOHB4VWFD7RXVKAWI">Gheonea</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>i'm still having this problem.how can i fix it?</p>]]></description>
			<dc:creator>Gheonea</dc:creator>
			<pubDate>Fri, 01 Feb 2013 01:35:54 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Trouble receiving notifications]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Trouble-receiving-notifications/1359501563375-f74668e2-710d-4d59-ab57-54ca8c145ae9</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Trouble-receiving-notifications/1359501563375-f74668e2-710d-4d59-ab57-54ca8c145ae9/1359501563375</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=GX6LRWGEOXJL2EEJKE2NECOL6I">Jim</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Does anyone know if this api is meant to be ready for prime time? Since I started trying to use it a couple of days ago,   I've had nothing but trouble receiving notifications, mostly using long polling. The server responses vary between a 403 (bad IM cookie or URI credentials), a plain old rejection by the server when trying to connect, with no http response, and a good response. I know the URL credentials are OK because its sending exactly the same request each time, and sometimes it fails, other times it works! Using explicit periodic polling seems to be a bit more reliable, but only when the period between polls is &gt; 30 seconds or so (not exactly a real time messenger!). I'm about ready to give up on it and move on to something else if there is no sign of this ever being fixed.</p>]]></description>
			<dc:creator>Jim</dc:creator>
			<pubDate>Tue, 29 Jan 2013 15:19:23 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: cannot login yahoo messenger, but web authentication works fine.]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/cannot-login-yahoo-messenger-but-web/1331410419475-80c9b99b-6ed5-45b0-9c20-079fd9e6e829</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/cannot-login-yahoo-messenger-but-web/1331410419475-80c9b99b-6ed5-45b0-9c20-079fd9e6e829/1359485317160</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=SQFGGZRFBZT2VM2A3YRXTA5IUI">Winston</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>it just keep saying loading</p>]]></description>
			<dc:creator>Winston</dc:creator>
			<pubDate>Tue, 29 Jan 2013 10:48:37 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: cannot login yahoo messenger, but web authentication works fine.]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/cannot-login-yahoo-messenger-but-web/1331410419475-80c9b99b-6ed5-45b0-9c20-079fd9e6e829</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/cannot-login-yahoo-messenger-but-web/1331410419475-80c9b99b-6ed5-45b0-9c20-079fd9e6e829/1359484979392</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=SQFGGZRFBZT2VM2A3YRXTA5IUI">Winston</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>cant open my ym</p>]]></description>
			<dc:creator>Winston</dc:creator>
			<pubDate>Tue, 29 Jan 2013 10:42:59 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Cannot connect to notification server]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Cannot-connect-to-notification-server/1359401541226-1cfe8925-ffe5-4332-a417-8ca0009f4df8</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Cannot-connect-to-notification-server/1359401541226-1cfe8925-ffe5-4332-a417-8ca0009f4df8/1359413711441</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=GX6LRWGEOXJL2EEJKE2NECOL6I">Jim</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Maybe I spoke too soon. Now its intermittent with rproxy2 - sometimes coming back with a 403, sometimes succeeds, sometimes back to connection refused. Oh well ...</p>]]></description>
			<dc:creator>Jim</dc:creator>
			<pubDate>Mon, 28 Jan 2013 14:55:11 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Cannot connect to notification server]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Cannot-connect-to-notification-server/1359401541226-1cfe8925-ffe5-4332-a417-8ca0009f4df8</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Cannot-connect-to-notification-server/1359401541226-1cfe8925-ffe5-4332-a417-8ca0009f4df8/1359413543429</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=GX6LRWGEOXJL2EEJKE2NECOL6I">Jim</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Looks like the session call is now coming back with 'rproxy2.messenger.yahooapis.com" and it does seem to be working now with this one. Hope the 24 hour down time is an exception rather than the norm!</p>]]></description>
			<dc:creator>Jim</dc:creator>
			<pubDate>Mon, 28 Jan 2013 14:52:23 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Cannot connect to notification server]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Cannot-connect-to-notification-server/1359401541226-1cfe8925-ffe5-4332-a417-8ca0009f4df8</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Cannot-connect-to-notification-server/1359401541226-1cfe8925-ffe5-4332-a417-8ca0009f4df8/1359403984167</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=KDISMX7JXMVE7NDHTZVHNWZ7AA">Misha</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>You're not alone. The problem seemed to start last night at 10:45 PM PST.</p><p>I managed to switch my app to using the /v1/notifications URL but I can only poll for messages once every minute otherwise Yahoo kicks me out with the dreaded 999 error (too many requests).</p><pre><code>$ telnet rproxy1.messenger.yahooapis.com 80Trying 216.155.195.253...telnet: connect to address 216.155.195.253: Connection refusedtelnet: Unable to connect to remote host$ telnet rcore1.messenger.yahooapis.com 80Trying 216.155.194.68...Connected to ydnrws1.msg.vip.sp2.yahoo.com.</code></pre><p>Weird thing is there is a server called rproxy2 which connects, but it rejects my imtoken when I try to connect. Any way we can get access to this server?</p>]]></description>
			<dc:creator>Misha</dc:creator>
			<pubDate>Mon, 28 Jan 2013 12:13:04 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Cannot connect to notification server]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Cannot-connect-to-notification-server/1359401541226-1cfe8925-ffe5-4332-a417-8ca0009f4df8</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Cannot-connect-to-notification-server/1359401541226-1cfe8925-ffe5-4332-a417-8ca0009f4df8/1359401541226</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=GX6LRWGEOXJL2EEJKE2NECOL6I">Jim</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>I made a simple test app a couple of days ago, using long polling to get notifications. Everything was working fine, receiving notifications as expected. Today I got back to it and now I can no longer receive any notifications. The server I'm using (from the previous session api call response) is "rproxy1.messenger.yahooapis.com". There is no HTTP error response returned, its simply a connection error - looks like the server is refusing the connection at the TCP level when I run Wireshark on the network traffic.Any idea whats going on here? Are Yahoo's servers just that flaky, or is my IP being blacklisted or something (although I've tried it from to different IP addresses)? Very frustrating not having way to troubleshoot this.</p>]]></description>
			<dc:creator>Jim</dc:creator>
			<pubDate>Mon, 28 Jan 2013 11:32:21 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Non Direct OAuth with Messenger API]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Non-Direct-OAuth-with-Messenger-API/1359327469488-d0ef2690-dc65-41b1-aeb3-f2709022b270</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Non-Direct-OAuth-with-Messenger-API/1359327469488-d0ef2690-dc65-41b1-aeb3-f2709022b270/1359327469488</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=7ONMP4UNEE3EIV5ME2H4KEQFRE">Sbsn</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Is it possible to use OAuth credentials retrieved by the OAuth Authorization Flow described here http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html (instead of Direct OAuth) in the Messenger API requests?</p>]]></description>
			<dc:creator>Sbsn</dc:creator>
			<pubDate>Sun, 27 Jan 2013 14:57:49 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: how to send message to other yahoo messenger in C#]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/how-to-send-message-to-other/1358596112997-3a4d194e-7e64-490d-ad0a-507c20aeff61</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/how-to-send-message-to-other/1358596112997-3a4d194e-7e64-490d-ad0a-507c20aeff61/1359246040549</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=PQIZSB5OBQHUO7DUBOYD3U5ACQ">duzins</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>For help with Yahoo products please visit help.yahoo.com</p>]]></description>
			<dc:creator>duzins</dc:creator>
			<pubDate>Sat, 26 Jan 2013 16:20:40 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Sending Messages]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Sending-Messages/1300056246000-d42652ee-aee6-33cb-81cb-c457284a513b</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Sending-Messages/1300056246000-d42652ee-aee6-33cb-81cb-c457284a513b/1359245891622</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=PQIZSB5OBQHUO7DUBOYD3U5ACQ">duzins</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>If you need help with yahoo products please visit help.yahoo.com</p>]]></description>
			<dc:creator>duzins</dc:creator>
			<pubDate>Sat, 26 Jan 2013 16:18:11 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: unable to log in yahoo messenger id through Utalk messenger]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/unable-to-log-in-yahoo-messenger/1358879842159-090efb8b-2e46-4756-b0d2-5065b7848d41</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/unable-to-log-in-yahoo-messenger/1358879842159-090efb8b-2e46-4756-b0d2-5065b7848d41/1359245657052</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=PQIZSB5OBQHUO7DUBOYD3U5ACQ">duzins</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Please visit help.yahoo.com for assistance with yahoo products.</p>]]></description>
			<dc:creator>duzins</dc:creator>
			<pubDate>Sat, 26 Jan 2013 16:14:17 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Problems in adding new contacts?]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Problems-in-adding-new-contacts-/1359183389352-a45b726a-11d1-4c70-b226-83ab5cdf3281</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Problems-in-adding-new-contacts-/1359183389352-a45b726a-11d1-4c70-b226-83ab5cdf3281/1359183389352</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=3OC4KIYW7NSLNGRRQR7UKZTAFU">Devi</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Hello,</p><p>I have new email address and i moved all the contacts from the previous one. All the moved contacts is in the Address Book group, not in the Friends group, so I tried to add them one by one, and I can only add around 5 contacts per day, if I add more, it will say,</p><p>"Your request to add a contact has taken longer than expected to complete. The operation may have succeeded. Please check your Messenger List later."</p><p>and the contact was not added. I tried adding the contact again and the same thing happened.</p><p>I can't add windows live contacts too..</p>]]></description>
			<dc:creator>Devi</dc:creator>
			<pubDate>Fri, 25 Jan 2013 22:56:29 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: cannot login yahoo messenger, but web authentication works fine.]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/cannot-login-yahoo-messenger-but-web/1331410419475-80c9b99b-6ed5-45b0-9c20-079fd9e6e829</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/cannot-login-yahoo-messenger-but-web/1331410419475-80c9b99b-6ed5-45b0-9c20-079fd9e6e829/1359038884903</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=PQIZSB5OBQHUO7DUBOYD3U5ACQ">duzins</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>This is a forum for developers.  if you are having trouble with Yahoo services, please visit help.yahoo.com.</p>]]></description>
			<dc:creator>duzins</dc:creator>
			<pubDate>Thu, 24 Jan 2013 06:48:04 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: cannot login yahoo messenger, but web authentication works fine.]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/cannot-login-yahoo-messenger-but-web/1331410419475-80c9b99b-6ed5-45b0-9c20-079fd9e6e829</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/cannot-login-yahoo-messenger-but-web/1331410419475-80c9b99b-6ed5-45b0-9c20-079fd9e6e829/1358966118955</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=46Q46YBVBD5U6VQXFCEG7INULM">Nino</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>I can't sign into yahoo I don't know what's the problem iswhould you pleas help me???????</p>]]></description>
			<dc:creator>Nino</dc:creator>
			<pubDate>Wed, 23 Jan 2013 10:35:18 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[unable to log in yahoo messenger id through Utalk messenger]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/unable-to-log-in-yahoo-messenger/1358879842159-090efb8b-2e46-4756-b0d2-5065b7848d41</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/unable-to-log-in-yahoo-messenger/1358879842159-090efb8b-2e46-4756-b0d2-5065b7848d41/1358879842159</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=4RADAKG2IGQHDZ6RXUTXSWAKKQ">dombivli</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>i m not able to log in yahoo messenger on U talk messenger , while in case of Gtalk authentication has been asked through gmail i,e through mail but in yahoo messenger no mails and no authentication , pls help me with solution ....</p>]]></description>
			<dc:creator>dombivli</dc:creator>
			<pubDate>Tue, 22 Jan 2013 10:37:22 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Direct OAuth with the Yahoo! Messenger IM SDK: "403 Forbidden" response]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Direct-OAuth-with-the-Yahoo-Messenger/1358702104266-00ee959c-0b5f-4ccf-8da3-6f5e76380c78</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Direct-OAuth-with-the-Yahoo-Messenger/1358702104266-00ee959c-0b5f-4ccf-8da3-6f5e76380c78/1358702104266</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=3VF5FH5MUTOCPAZM5VPCEQMZU4">Greg</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Hello,I am using Direct OAuth with the Yahoo! Messenger IM SDK with PLAINTEXT encryption in my application to obtain the PART token for user sessions.The problem: with most Yahoo! accounts it works fine, but with some accounts my app consistently gets infamous "403 Forbidden" response with "The user must manually login using a web browser on http://login.yahoo.com".These users have no problems logging in via browsers though. Nothing in the account info indicates that anything is wrong with the account or blocked for application access. Removing all apps from "Manage App and Website Connections" to re-authenticate the account for third-party access doesn't help either.Any suggestions? Anything on the Yahoo! side which is hidden from account owners need to be set or reset to enable them for IM app access?Thank you.</p>]]></description>
			<dc:creator>Greg</dc:creator>
			<pubDate>Sun, 20 Jan 2013 09:15:04 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Sending Messages]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Sending-Messages/1300056246000-d42652ee-aee6-33cb-81cb-c457284a513b</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Sending-Messages/1300056246000-d42652ee-aee6-33cb-81cb-c457284a513b/1358596284290</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=45HPIK3WVM2OUWVIOCGBY3IEGM">Tuan 12T</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Dear,have you managed in sending message ?May you help me</p>]]></description>
			<dc:creator>Tuan 12T</dc:creator>
			<pubDate>Sat, 19 Jan 2013 03:51:24 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[how to send message to other yahoo messenger in C#]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/how-to-send-message-to-other/1358596112997-3a4d194e-7e64-490d-ad0a-507c20aeff61</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/how-to-send-message-to-other/1358596112997-3a4d194e-7e64-490d-ad0a-507c20aeff61/1358596112997</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=45HPIK3WVM2OUWVIOCGBY3IEGM">Tuan 12T</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Dear allIm new in API Yahoo.Please help me to send message to other yahoo messenger in C#Thanks for support</p>]]></description>
			<dc:creator>Tuan 12T</dc:creator>
			<pubDate>Sat, 19 Jan 2013 03:48:32 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Yahoo notification msg error!!]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Yahoo-notification-msg-error-/1308661330000-4313a20e-e755-31c4-ac44-9934706a55b7</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Yahoo-notification-msg-error-/1308661330000-4313a20e-e755-31c4-ac44-9934706a55b7/1358525273826</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=PQIZSB5OBQHUO7DUBOYD3U5ACQ">duzins</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Khajur, if you are having trouble with Yahoo Messenger, this is the wrong place to look.  This forum is for developers.  Please visit help.yahoo.com for assistance with Yahoo products.</p><p>Robyn</p>]]></description>
			<dc:creator>duzins</dc:creator>
			<pubDate>Fri, 18 Jan 2013 08:07:53 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Yahoo notification msg error!!]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Yahoo-notification-msg-error-/1308661330000-4313a20e-e755-31c4-ac44-9934706a55b7</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Yahoo-notification-msg-error-/1308661330000-4313a20e-e755-31c4-ac44-9934706a55b7/1358523139934</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=ZVCHWUJV34OO7D5MYMZ4BFV4JA">khajur</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>hi pls check it my account</p>]]></description>
			<dc:creator>khajur</dc:creator>
			<pubDate>Fri, 18 Jan 2013 07:32:19 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Yahoo Chat API]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Yahoo-Chat-API/1358317403477-b930c003-440f-4100-ae54-27879dc0738b</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Yahoo-Chat-API/1358317403477-b930c003-440f-4100-ae54-27879dc0738b/1358317403477</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=AAZBQYFBIMMNHNSTVT2BYHWLAU">vinfotech</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Hi,created the API key, received Consumer key &amp; Secret Key.</p><p>And login the Account in safari the request are done and not return into application</p><p>I tried all possible combinations But in IOS It is not return into application it give message enter ****** into a project;</p><p>RegardsVivek</p>]]></description>
			<dc:creator>vinfotech</dc:creator>
			<pubDate>Tue, 15 Jan 2013 22:23:23 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Yahoo Chat]]></title>
			<link>http://developer.yahoo.com/forum/Messenger-IM-SDK/Yahoo-Chat/1358314042657-772451d7-bb93-4744-8110-518caabc1675</link>
			<guid>http://developer.yahoo.com/forum/Messenger-IM-SDK/Yahoo-Chat/1358314042657-772451d7-bb93-4744-8110-518caabc1675/1358314042657</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=AAZBQYFBIMMNHNSTVT2BYHWLAU">vinfotech</a> in <a href="http://developer.yahoo.com/forum/Messenger-IM-SDK">Messenger IM SDK</a>

<p>Hi ,</p><p>I am making yahoo chat for ios we can use yahoo api to get friends list But it give an error of OUATH .plz give me a simple sample code/Url for authentication of yahoo api in ios .</p><p>Regards</p><p>Vivek</p>]]></description>
			<dc:creator>vinfotech</dc:creator>
			<pubDate>Tue, 15 Jan 2013 21:27:22 -0800</pubDate>
		</item>
	</channel>
</rss><!-- p1.ydn.bf1.yahoo.com uncompressed/chunked Fri May 24 13:25:55 PDT 2013 -->
