<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
	<title>Y!OS Status</title>
	<description>RSS feed for the Y!OS Status forum</description>
	<link>http://developer.yahoo.net/forum/index.php</link>
	<pubDate>Tue, 09 Feb 2010 18:27:52 -0800</pubDate>
	<ttl>99</ttl>
	<item>
		<title>SIP presence to Yahoo Messenger Presence</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3770</link>
		<description><![CDATA[I was wondering if it is possible to build an app that would translate / retrieve presence from Yahoo Messenger and post it to a SIP presence client.<br /><br />Basically, if I am signed in to a SIP presence client, can I somehow retrieve the list of all my Yahoo Messenger buddies and receive their presence information?<br /><br />Thanks alot]]></description>
		<pubDate>Wed, 09 Dec 2009 08:51:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3770</guid>
	</item>
	<item>
		<title>SIP presence to Yahoo Messenger Presence</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3770</link>
		<description><![CDATA[Hi ethnique_media,<br /><br />We don't have an API available for messages unfortunately, but several developers have had luck with a product called libPurple: <a href="http://developer.pidgin.im/wiki/WhatIsLibpurple" rel="nofollow" target="ext">http://developer.pidgin.im/wiki/WhatIsLibpurple</a><br /><br />You may want to look into that, but we won't be able to support you with it.<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 08:51:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3770</guid>
	</item>
	<item>
		<title>yahoo messenger statues</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3457</link>
		<description>is there any soap or webservice to let the application who is invisible in yahoo messenger?</description>
		<pubDate>Tue, 17 Nov 2009 00:38:05 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3457</guid>
	</item>
	<item>
		<title>yahoo messenger statues</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3457</link>
		<description><![CDATA[Please see this post: <a href="http://developer.yahoo.net/forum/index.php?showtopic=3184" rel="nofollow" target="ext">http://developer.yahoo.net/forum/index.php?showtopic=3184</a>]]></description>
		<pubDate>Tue, 17 Nov 2009 00:38:05 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3457</guid>
	</item>
	<item>
		<title>How to Check user (online|offline|invisible)?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3184</link>
		<description><![CDATA[How to Check user (online|offline|invisible)?<br />My every time I sign in into my messenger my friend notify me that i am Invisible, I need to create this tool for my website.<br /><br />please can some one help me:<br />1- How to get an API for detecting Yahoo User (online|offline|invisible)?<br />2- How to connect  with yahoo, by using PHP<br /><br /><br />Thanks]]></description>
		<pubDate>Sun, 01 Nov 2009 06:51:53 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3184</guid>
	</item>
	<item>
		<title>How to Check user (online|offline|invisible)?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3184</link>
		<description><![CDATA[<!--quoteo(post=8981:date=Nov 1 2009, 06&#58;51 AM:name=WNBW)--><div class='quote'><div class='quotetop'>QUOTE <cite>(WNBW &#064; Nov 1 2009, 06&#58;51 AM) <a href="index.php?act=findpost&pid=8981"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->How to Check user (online|offline|invisible)?<br />My every time I sign in into my messenger my friend notify me that i am Invisible, I need to create this tool for my website.<br /><br />please can some one help me:<br />1- How to get an API for detecting Yahoo User (online|offline|invisible)?<br />2- How to connect  with yahoo, by using PHP<br /><br /><br />Thanks<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />The only api I know of is to check the image status indicator: <a href="http://opi.yahoo.com/online?u=yourscreename&m=g&t=1" rel="nofollow" target="ext">http://opi.yahoo.com/online?u=yourscreename&m=g&t=1</a>]]></description>
		<pubDate>Sun, 01 Nov 2009 06:51:53 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3184</guid>
	</item>
	<item>
		<title>How to Check user (online|offline|invisible)?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3184</link>
		<description><![CDATA[There's also a wrapping table in YQL that you can get the data from.  Here's the link: <a href="http://developer.yahoo.com/yql/console/?q=select%20*%20from%20yahoo.messenger.status%20where%20u%3D%27joemplumber%27%3B&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys" rel="nofollow" target="ext">http://developer.yahoo.com/yql/console/?q=...ltableswithkeys</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>Sun, 01 Nov 2009 06:51:53 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3184</guid>
	</item>
	<item>
		<title>How to Check user (online|offline|invisible)?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3184</link>
		<description><![CDATA[Thanks for reply<br /><br />can some one tell me, what about this website <a href="http://www.imvisible.info/" rel="nofollow" target="ext">http://www.imvisible.info/</a> ?<br />every time I login to messenger my friend tell me that I am invisible?<br /><br />which api the <b>imvisible</b> used?<br /><br />regards]]></description>
		<pubDate>Sun, 01 Nov 2009 06:51:53 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3184</guid>
	</item>
	<item>
		<title>How to Check user (online|offline|invisible)?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3184</link>
		<description><![CDATA[Most likely they are using libpurple or something around those lines to access messenger information: <a href="http://developer.pidgin.im/wiki/WhatIsLibpurple" rel="nofollow" target="ext">http://developer.pidgin.im/wiki/WhatIsLibpurple</a><br /><br />- Jon]]></description>
		<pubDate>Sun, 01 Nov 2009 06:51:53 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3184</guid>
	</item>
	<item>
		<title>How to Check user (online|offline|invisible)?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3184</link>
		<description><![CDATA[When online networks can offer services where you can get "invisible" status, they are getting<br />the information somehow, programatically.<br /><br />Why then Yahoo do not offer this status to us, developers and let us build what already others<br />are using ?]]></description>
		<pubDate>Sun, 01 Nov 2009 06:51:53 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3184</guid>
	</item>
	<item>
		<title>How to Check user (online|offline|invisible)?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3184</link>
		<description><![CDATA[I was create some service using YQL, you can check my work on <a href="http://setiaji.megabyet.net" rel="nofollow" target="ext">http://setiaji.megabyet.net</a><br /><br />But, I have some problem with yahoo messenger status, I can't detect yahoo_id when the yahoo_id is <b>invisible</b>..<br /><br />I using statement : yahoo.messenger.status (but this query can't detect invisible user)<br /><br />Maybe someone can help me to solve this problem, thankyou very much..  <img src="http://developer.yahoo.net/forum/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br /><br />Best Regards]]></description>
		<pubDate>Sun, 01 Nov 2009 06:51:53 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3184</guid>
	</item>
	<item>
		<title>How to Check user (online|offline|invisible)?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3184</link>
		<description><![CDATA[PhP and javascript to query other websites, Ex. <a href="http://www.faceboo.im" rel="nofollow" target="ext">http://www.faceboo.im</a>]]></description>
		<pubDate>Sun, 01 Nov 2009 06:51:53 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3184</guid>
	</item>
	<item>
		<title>Y!OS Developer Survey</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=872</link>
		<description><![CDATA[Yahoo! aims to make it easy for developers to plug into Y!OS APIs (http://developer.yahoo.com/social/) and access our platforms. We’re currently looking at expanding our developer resources and we would like to get your feedback. <br /><br /><a href="http://www.surveymonkey.com/s.aspx?sm=4sQT_2fWMULN2VAQpilL6uMQ_3d_3d" rel="nofollow" target="ext">Y!OS Developer Survey</a><br /><br />Thanks for your help!<br /><br />Robyn Tippins<br />Community Manager, YDN]]></description>
		<pubDate>Fri, 27 Feb 2009 13:55:15 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=872</guid>
	</item>
	<item>
		<title>PUT method in SET STATUS API</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=676</link>
		<description><![CDATA[Hi<br />I was able to use all Social APIs including GET STATUS API. But for setting the status, when i use PUT Method, it says please provide valid credentials.<br />Kindly explain what could be the problem. I'm passing all the Oauth Parameters required but still don't know why it's not working.<br />Kindly suggest<br /><br />THANKS<br />ANKIT]]></description>
		<pubDate>Mon, 26 Jan 2009 23:02:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=676</guid>
	</item>
	<item>
		<title>PUT method in SET STATUS API</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=676</link>
		<description><![CDATA[Hi Ankit,<br /><br />Based on the error you're getting, try putting your OAuth params in the request header.  <br /><br />I was able to successfull update my status using this PHP:<br /><br />require('yosdk/lib/OAuth.php');//OAuth lib ships w/ Y! PHP SDK<br />//key secret for client/desktop app<br />$key = '{key}';<br />$secret = '{secret}';<br />$consumer = new OAuthConsumer($key, $secret);//defined in OAuth lib<br />$accessToken = json_decode(file_get_contents('accessToken.txt'));//assuming you already have access token<br />$guid = '{guid of app user}';<br />$url = sprintf(<br />	"http://%s/v1/user/%s/presence/presence",<br />	'social.yahooapis.com', <br />	$guid<br />);<br />//sign request<br />$request = OAuthRequest::from_consumer_and_token(//defined in OAuth lib<br />	$consumer, <br />	$accessToken, <br />	'PUT',<br />	$url, <br />	array());<br />$request-&gt;sign_request(<br />	new OAuthSignatureMethod_HMAC_SHA1(),<br />	$consumer, <br />	$accessToken<br />);<br />//define headers<br />$headers = array("Accept: application/json");<br />$headers[] = $request-&gt;to_header();<br />$headers[] = "Content-type: application/json";<br />//define new status and format it for request<br />$status = 'and the time is ... '.time();<br />$presence = array("status" =&gt; $status);<br />$content = json_encode($presence);<br />//exec request<br />$ch = curl_init($url);<br />$options = array(<br />	CURLOPT_HTTPHEADER =&gt; $headers,<br />	CURLOPT_POSTFIELDS =&gt; $content,<br />	CURLOPT_RETURNTRANSFER =&gt; true,<br />	CURLOPT_CUSTOMREQUEST =&gt; 'PUT',<br />	CURLOPT_TIMEOUT =&gt; 3<br />);<br />curl_setopt_array($ch, $options);<br />$resp = curl_exec($ch);<br />curl_close($ch);<br /><br />For future reference, please indicate what language you're using, if you're building a desktop or web app, if you're using the Y! SDK, and some sample code that reproduces the problem.<br /><br />Please post back if you have any further questions.<br /><br />Erik<br /><br /><br /><br /><!--quoteo(post=1961:date=Jan 26 2009, 11&#58;02 PM:name=Jono)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Jono &#064; Jan 26 2009, 11&#58;02 PM) <a href="index.php?act=findpost&pid=1961"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi<br />I was able to use all Social APIs including GET STATUS API. But for setting the status, when i use PUT Method, it says please provide valid credentials.<br />Kindly explain what could be the problem. I'm passing all the Oauth Parameters required but still don't know why it's not working.<br />Kindly suggest<br /><br />THANKS<br />ANKIT<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Mon, 26 Jan 2009 23:02:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=676</guid>
	</item>
	<item>
		<title>PUT method in SET STATUS API</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=676</link>
		<description><![CDATA[Hi<br /><br />im using JAVA..<br />It doesn't say signature_invalid when calling all other apis, then why it says it's invalid when PUT status is used?<br />Also can we use PLAINTEXT signature method in PUT status API]]></description>
		<pubDate>Mon, 26 Jan 2009 23:02:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=676</guid>
	</item>
	<item>
		<title>PUT method in SET STATUS API</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=676</link>
		<description><![CDATA[THIS IS REALLY STRANGE OF YAHOO!<br />only during status calls it asks for LINKED parameters, ie. parameters should be alphabetically arranged.<br />I used linked hash map and it worked.<br />It worked but now it is entering null value in my status.<br />WHAT Request PARAMETER do i have to add with my call to set the status text. Right now i'm adding 'status' parameter and it's not working.]]></description>
		<pubDate>Mon, 26 Jan 2009 23:02:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=676</guid>
	</item>
	<item>
		<title>PUT method in SET STATUS API</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=676</link>
		<description><![CDATA[what i understand is that we have to pass status in the jason format ..<br />DOUBTS:<br />1. Do i have to pass it with a seperate header.. if yes what are the name and values of this header. ?<br />2. exactly what thing i have to pass (like json or json encoded etc) ?<br />3. Can i pass it in the parameters itself ?]]></description>
		<pubDate>Mon, 26 Jan 2009 23:02:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=676</guid>
	</item>
	<item>
		<title>PUT method in SET STATUS API</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=676</link>
		<description><![CDATA[<!--quoteo(post=2283:date=Feb 12 2009, 01&#58;40 AM:name=Jono)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Jono &#064; Feb 12 2009, 01&#58;40 AM) <a href="index.php?act=findpost&pid=2283"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->what i understand is that we have to pass status in the jason format ..<br />DOUBTS:<br />1. Do i have to pass it with a seperate header.. if yes what are the name and values of this header. ?<br />2. exactly what thing i have to pass (like json or json encoded etc) ?<br />3. Can i pass it in the parameters itself ?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />The http body should contain a JSON string representing the status. It will not accept the status in the query string or in a header.<br /><br />ie:<br /><br />{"status":"myNewStatus"}]]></description>
		<pubDate>Mon, 26 Jan 2009 23:02:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=676</guid>
	</item>
	<item>
		<title>PUT method in SET STATUS API</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=676</link>
		<description><![CDATA[I am using java oauth libraries to try and update the user status. My code works for "GET", so i end up with the user's status.<br />However, when i do a 'PUT', i get this exception<br /><br />SEVERE: params: {&lt;?xml version='1.0' encoding='utf-8'?&gt;<br />&lt;error xmlns='http://yahooapis.com/v1/base.rng' <br />       xml:lang='en'&gt;<br />    &lt;description&gt;405 Method Not Allowed&lt;/description&gt;<br />    &lt;detail&gt;Method not allowed for this URI<br />&lt;/detail&gt;<br />&lt;/error&gt;<br />, HTTP response=HTTP/1.1 405 Method Not Allowed<br />Date: Wed, 11 Mar 2009 11:20:01 GMT<br />Content-Type: application/xml<br />Content-Language: en<br />Allow: OPTIONS, HEAD, GET, PUT<br />Age: 0<br />Transfer-Encoding: chunked<br />Connection: keep-alive<br />Via: HTTP/1.1 r1.ycpi.uls.yahoo.net (YahooTrafficServer/1.17.9 [c s f ])<br />Server: YTS/1.17.9<br /><br />&lt;?xml version='1.0' encoding='utf-8'?&gt;<br />&lt;error xmlns='http://yahooapis.com/v1/base.rng' <br />       xml:lang='en'&gt;<br />    &lt;description&gt;405 Method Not Allowed&lt;/description&gt;<br />    &lt;detail&gt;Method not allowed for this URI<br />&lt;/detail&gt;<br />&lt;/error&gt;<br />, URL=http://social.yahooapis.com/v1/user/J7MKWLXDJUPVFPSB43CX4URHCQ/presence/presence, HTTP status=405, HTTP request headers=POST /v1/user/J7MKWLXDJUPVFPSB43CX4URHCQ/presence/presence<br />User-Agent: Jakarta Commons-HttpClient/3.1<br />Host: social.yahooapis.com<br />Content-Length: 1179<br />Content-Type: application/x-www-form-urlencoded<br />}<br /><br /><br />I am passing the status data in as parameters along side the OAuth parameters into an OAuthMessage.<br /><br />		final Map&lt;String, String&gt; values = new LinkedHashMap&lt;String, String&gt;();<br />		values.put("starttime", "2009-03-11T04:13:12Z");<br />		values.put("endtime", "");<br />		values.put("status", "doing nothing");<br /><br />Can someone tell me where im going wrong?<br /><br />thanks]]></description>
		<pubDate>Mon, 26 Jan 2009 23:02:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=676</guid>
	</item>
	<item>
		<title>PUT method in SET STATUS API</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=676</link>
		<description><![CDATA[Hi MaryS,<br /><br />Can you please post the chunk where you're setting the PUT method...I'm seeing some POST info there.<br /><br />Jon<br /><br /><!--quoteo(post=2746:date=Mar 11 2009, 03&#58;24 AM:name=MaryS)--><div class='quote'><div class='quotetop'>QUOTE <cite>(MaryS &#064; Mar 11 2009, 03&#58;24 AM) <a href="index.php?act=findpost&pid=2746"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I am using java oauth libraries to try and update the user status. My code works for "GET", so i end up with the user's status.<br />However, when i do a 'PUT', i get this exception<br /><br />SEVERE: params: {&lt;?xml version='1.0' encoding='utf-8'?&gt;<br />&lt;error xmlns='http://yahooapis.com/v1/base.rng' <br />       xml:lang='en'&gt;<br />    &lt;description&gt;405 Method Not Allowed&lt;/description&gt;<br />    &lt;detail&gt;Method not allowed for this URI<br />&lt;/detail&gt;<br />&lt;/error&gt;<br />, HTTP response=HTTP/1.1 405 Method Not Allowed<br />Date: Wed, 11 Mar 2009 11:20:01 GMT<br />Content-Type: application/xml<br />Content-Language: en<br />Allow: OPTIONS, HEAD, GET, PUT<br />Age: 0<br />Transfer-Encoding: chunked<br />Connection: keep-alive<br />Via: HTTP/1.1 r1.ycpi.uls.yahoo.net (YahooTrafficServer/1.17.9 [c s f ])<br />Server: YTS/1.17.9<br /><br />&lt;?xml version='1.0' encoding='utf-8'?&gt;<br />&lt;error xmlns='http://yahooapis.com/v1/base.rng' <br />       xml:lang='en'&gt;<br />    &lt;description&gt;405 Method Not Allowed&lt;/description&gt;<br />    &lt;detail&gt;Method not allowed for this URI<br />&lt;/detail&gt;<br />&lt;/error&gt;<br />, URL=http://social.yahooapis.com/v1/user/J7MKWLXDJUPVFPSB43CX4URHCQ/presence/presence, HTTP status=405, HTTP request headers=POST /v1/user/J7MKWLXDJUPVFPSB43CX4URHCQ/presence/presence<br />User-Agent: Jakarta Commons-HttpClient/3.1<br />Host: social.yahooapis.com<br />Content-Length: 1179<br />Content-Type: application/x-www-form-urlencoded<br />}<br /><br /><br />I am passing the status data in as parameters along side the OAuth parameters into an OAuthMessage.<br /><br />		final Map&lt;String, String&gt; values = new LinkedHashMap&lt;String, String&gt;();<br />		values.put("starttime", "2009-03-11T04:13:12Z");<br />		values.put("endtime", "");<br />		values.put("status", "doing nothing");<br /><br />Can someone tell me where im going wrong?<br /><br />thanks<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Mon, 26 Jan 2009 23:02:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=676</guid>
	</item>
	<item>
		<title>PUT method in SET STATUS API</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=676</link>
		<description><![CDATA[Hi here is a snippet of my code<br /><br /><br />final String sessionKey = credentials.getKey();<br />		final String sessionSecret = credentials.getSecret();<br />		final OAuthRequestConfiguration requestConfig = new OAuthRequestConfiguration(<br />				"PUT", sessionKey, sessionSecret);<br />		final String guid = credentials.getUserId();<br /><br />		String requestUri = "http://social.yahooapis.com/v1/user/{guid}/presence/presence";<br />		requestUri = requestUri.replace("{guid}", guid);<br />		<br />		final Map&lt;String, String&gt; values = new LinkedHashMap&lt;String, String&gt;();<br />		values.put("starttime", "2009-03-11T04:13:12Z");<br />		values.put("endtime", "");<br />		values.put("status", "doing nothing");<br />		<br />		log.info("Request URI: " + requestUri);<br /><br />		try {<br />			final String rawResponse = OAuthRequestBroker.request(<br />					providerConfig, requestConfig, requestUri, values);<br />			return rawResponse;<br />		} catch (Throwable ex) { }<br /><br /><br /><!--quoteo(post=2753:date=Mar 11 2009, 12&#58;26 PM:name=Jon)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Jon &#064; Mar 11 2009, 12&#58;26 PM) <a href="index.php?act=findpost&pid=2753"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi MaryS,<br /><br />Can you please post the chunk where you're setting the PUT method...I'm seeing some POST info there.<br /><br />Jon<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Mon, 26 Jan 2009 23:02:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=676</guid>
	</item>
	<item>
		<title>PUT method in SET STATUS API</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=676</link>
		<description><![CDATA[Ok i managed to update the status. The problem was the OAuth libraries, they<br />did not support the PUT operation. So i basically got the latest ones and it works.<br />However when i put my new status eg 'thello his is a new status', this updates, however<br />when i check my profile page it says '“hello%20this%20is%20a%20new%20status” .<br />it seems as though it is not decoded on the yahoo end?<br />any ideas?<br /><br /><!--quoteo(post=2763:date=Mar 12 2009, 02&#58;32 AM:name=MaryS)--><div class='quote'><div class='quotetop'>QUOTE <cite>(MaryS &#064; Mar 12 2009, 02&#58;32 AM) <a href="index.php?act=findpost&pid=2763"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi here is a snippet of my code<br /><br /><br />final String sessionKey = credentials.getKey();<br />		final String sessionSecret = credentials.getSecret();<br />		final OAuthRequestConfiguration requestConfig = new OAuthRequestConfiguration(<br />				"PUT", sessionKey, sessionSecret);<br />		final String guid = credentials.getUserId();<br /><br />		String requestUri = "http://social.yahooapis.com/v1/user/{guid}/presence/presence";<br />		requestUri = requestUri.replace("{guid}", guid);<br />		<br />		final Map&lt;String, String&gt; values = new LinkedHashMap&lt;String, String&gt;();<br />		values.put("starttime", "2009-03-11T04:13:12Z");<br />		values.put("endtime", "");<br />		values.put("status", "doing nothing");<br />		<br />		log.info("Request URI: " + requestUri);<br /><br />		try {<br />			final String rawResponse = OAuthRequestBroker.request(<br />					providerConfig, requestConfig, requestUri, values);<br />			return rawResponse;<br />		} catch (Throwable ex) { }<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Mon, 26 Jan 2009 23:02:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=676</guid>
	</item>
	<item>
		<title>PUT method in SET STATUS API</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=676</link>
		<description><![CDATA[hmmm are you setting the content type for the request?  In the case of the PHP SDK it's set to "application/json".  If the exploration of the content type doesn't produce results, can you try adding HTML entities for the space (&nbsp;).  I'm thinking that the string is being url encoded and then output as plain text (which should be the content type setting).  <br /><br />- Jon<br /><br /><!--quoteo(post=2782:date=Mar 13 2009, 01&#58;22 AM:name=MaryS)--><div class='quote'><div class='quotetop'>QUOTE <cite>(MaryS &#064; Mar 13 2009, 01&#58;22 AM) <a href="index.php?act=findpost&pid=2782"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Ok i managed to update the status. The problem was the OAuth libraries, they<br />did not support the PUT operation. So i basically got the latest ones and it works.<br />However when i put my new status eg 'thello his is a new status', this updates, however<br />when i check my profile page it says '“hello%20this%20is%20a%20new%20status” .<br />it seems as though it is not decoded on the yahoo end?<br />any ideas?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Mon, 26 Jan 2009 23:02:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=676</guid>
	</item>
	<item>
		<title>Welcome!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=118</link>
		<description><![CDATA[Welcome to the Yahoo! Status discussion board; this is the place to post any questions, recommendations or comments on the Status API. The Yahoo! Status team keeps a close eye on our boards and we'll do our best to get back to you.]]></description>
		<pubDate>Thu, 11 Sep 2008 16:10:16 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=118</guid>
	</item>
</channel>
</rss><!-- blog1.developer.re2.yahoo.com uncompressed/chunked Tue Feb  9 19:42:30 PST 2010 -->
