<?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>Meme-General discussion</title>
		<description>RSS feeds of forum</description>
		<link>http://developer.yahoo.com/forum</link>
		<pubDate>Mon, 20 May 2013 15:31:36 -0700</pubDate>
		<atom:link href="http://developer.yahoo.com/forum/feed" rel="self" type="application/rss+xml"/>
		<ttl>99</ttl>
		<item>
			<title><![CDATA[Meme was discontinued on March 25th 2012]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/Meme-was-discontinued-on-March-25th/1339706955820-0145d64e-2b3f-410b-9e4d-134541112781</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/Meme-was-discontinued-on-March-25th/1339706955820-0145d64e-2b3f-410b-9e4d-134541112781/1339706955820</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=KVNDRHR2ZNDY6ZVN2JNPX5H3RE">Antonio Silveira</a>

<p>Yahoo Meme was shutdown on March 25th 2012.</p>]]></description>
			<dc:creator>Antonio Silveira</dc:creator>
			<pubDate>Thu, 14 Jun 2012 13:49:15 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: oauth and meme api in the yql console]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/oauth-and-meme-api-in-the/1281988860000-8345f02f-2c2f-3ebc-9feb-f257dda0b67d</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/oauth-and-meme-api-in-the/1281988860000-8345f02f-2c2f-3ebc-9feb-f257dda0b67d/1330601889137</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=XN2KTGVWI4B5VLLDHBWTBOKMEM">Remi</a>

<p>I would like to have a small survey under the Yahoo developers. The test is for a thesis where I study how a web service can be more accessible for developers. Give me 4 minutes of your precious time and join the survey here: &nbsp;https://docs.google.com/a/sense-os.nl/spreadsheet/viewform?formkey=dFlHYmFpUVVCVXUxTHU5WlR2dTlGTnc6MQ&nbsp;</p>]]></description>
			<dc:creator>Remi</dc:creator>
			<pubDate>Thu, 01 Mar 2012 03:38:09 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[yap gadget example]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/yap-gadget-example/1296531105000-a84e0519-86c2-3928-abed-0c27faf59b82</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/yap-gadget-example/1296531105000-a84e0519-86c2-3928-abed-0c27faf59b82/1296531105000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=VASY5CLHMAYFUT265F7HSL3YHE">Houyhnhnm</a>

<p>It would be nice if a meme developer or some senior developer at yahoo posted an example of a gadget file in YAP which uses in a cdata section in the gadget file, the meme yql tables to add a blog or view comments?</p>]]></description>
			<dc:creator>Houyhnhnm</dc:creator>
			<pubDate>Mon, 31 Jan 2011 19:31:45 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Associating Meme Account with another Yahoo ID]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/Associating-Meme-Account-with-another-Yahoo/1290115708000-29867668-09c6-352f-a6b6-2911e2447826</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/Associating-Meme-Account-with-another-Yahoo/1290115708000-29867668-09c6-352f-a6b6-2911e2447826/1290115708000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=GHGWX6I6EVMT6I4ICUDRLRBD7E">Klaus</a>

<p>I'd like to associate my meme account with a different Yahoo ID.  I was logged in to an old account that I don't intend to keep when I registered my meme account, and now I can't figure out how to change it.  Is it possible to do this?  I've been asking everywhere and I can't seem to get a response, including internally (I'm a Yahoo Employee).<br><br>Thanks in advance,<br>Klaus</p>]]></description>
			<dc:creator>Klaus</dc:creator>
			<pubDate>Thu, 18 Nov 2010 13:28:28 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: oauth and meme api in the yql console]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/oauth-and-meme-api-in-the/1281988860000-8345f02f-2c2f-3ebc-9feb-f257dda0b67d</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/oauth-and-meme-api-in-the/1281988860000-8345f02f-2c2f-3ebc-9feb-f257dda0b67d/1282592130000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=ZZKVAQG5XWRUIJ6EMICVG6Y5IM">bigodines</a>

<!--QuoteEEnd--><br><br>oauth tables in YQL should be enough as long as you inform the right url to get the tokens. auth.oauth is a community table.<br><br>The flow is like this:<br>- get a request token  (using this table: auth.oauth.request_token ; don't forget to inform yahoo!'s get_request_token url)<br>then you must redirect your user to the login page and it will later redirect the user to your app giving you the request token.<br>- use the auth.oauth.access_token to exchange your request_token to an access_token so you can use in your requests.<br><br>I never heard of anyone that made a 3-legged oauth in javascript. Don't even know if it is possible due to browser security restrictions. Anyway, I've found a js library that handles oauth (http://oauth.googlecode.com/svn/code/javascript/) and it has some nice examples that might help (http://oauth.googlecode.com/svn/code/javascript/example/index.html).  :)good luck]]></description>
			<dc:creator>bigodines</dc:creator>
			<pubDate>Mon, 23 Aug 2010 12:35:30 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: oauth and meme api in the yql console]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/oauth-and-meme-api-in-the/1281988860000-8345f02f-2c2f-3ebc-9feb-f257dda0b67d</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/oauth-and-meme-api-in-the/1281988860000-8345f02f-2c2f-3ebc-9feb-f257dda0b67d/1282576757000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=VASY5CLHMAYFUT265F7HSL3YHE">Houyhnhnm</a>

<!--QuoteEEnd--><br><br>Javascript is the language. I want to use yql externally, and I know I need to use oauth. I know how to use the oauth tables from yql, but I dont see the appropriate format for the jsonp , put,  or post.<br>So, I must be using the wrong tables or etc. Thus, I would like to know, using javascript which tables are needed are needed from the beginning of the oauth process to using insert function for the meme table.<br>I just need the sequence of tables, defined. I don't need a running example, just a definition of the tables needed.<br>from using my app key and secret, to using the verifier, key, secret, access token, and access token secret, and the insert meme variables.]]></description>
			<dc:creator>Houyhnhnm</dc:creator>
			<pubDate>Mon, 23 Aug 2010 08:19:17 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: oauth and meme api in the yql console]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/oauth-and-meme-api-in-the/1281988860000-8345f02f-2c2f-3ebc-9feb-f257dda0b67d</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/oauth-and-meme-api-in-the/1281988860000-8345f02f-2c2f-3ebc-9feb-f257dda0b67d/1282576073000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=ZZKVAQG5XWRUIJ6EMICVG6Y5IM">bigodines</a>

<p>Hello,<br><br>To post on meme throught the YQL console your Yahoo! credentials should be enough, since the site will handle tokens and everything.<br><br>If you want to insert/retrieve content outside YQL console, you must authenticate our user using oAuth and sign every request with the access token.<br><br>Please note that to INSERT content into non-public tables, you cannot uset GET method. You should use either JSONP, PUT or POST. <br><br>It is also important to refresh your token from time to time, as it will expires in 1 hour. So, to avoid re-signing, tokens must be refreshed by the app.<br><br>There are several libraries that help you dealing with authentication and oauth. Which language are you using in your app??</p>]]></description>
			<dc:creator>bigodines</dc:creator>
			<pubDate>Mon, 23 Aug 2010 08:07:53 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[oauth and meme api in the yql console]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/oauth-and-meme-api-in-the/1281988860000-8345f02f-2c2f-3ebc-9feb-f257dda0b67d</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/oauth-and-meme-api-in-the/1281988860000-8345f02f-2c2f-3ebc-9feb-f257dda0b67d/1281988860000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=VASY5CLHMAYFUT265F7HSL3YHE">Houyhnhnm</a>

<p>After using the auth.oauth.access_token table to acquire oauth access token, oauth access token secret, oauth expiration, oauth session handle, oauth access expiration,  and oauth guid. I assumed with my yahoo app, key and secret I could use the auth.outh, request token and access token tables, through the oauth process to get the aforementioned values.<br><br>how do I use these values in yql to insert to my meme in the yql console and outside of the yql console, or can I only use rest request, since you don't need oauth to post to a meme in the yql console</p>]]></description>
			<dc:creator>Houyhnhnm</dc:creator>
			<pubDate>Mon, 16 Aug 2010 13:01:00 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Error while Posting to Meme]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/Error-while-Posting-to-Meme/1280845770000-4796c297-8896-3e1c-abc1-8a8df3e01dc2</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/Error-while-Posting-to-Meme/1280845770000-4796c297-8896-3e1c-abc1-8a8df3e01dc2/1280862676000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=CV6Q6M4L47QO5T7HB4CSTQ4SLQ">Vivek Puri</a>

<!--QuoteEEnd--><br>okay, found my issue. Double quotes inside double quotes was causing the error]]></description>
			<dc:creator>Vivek Puri</dc:creator>
			<pubDate>Tue, 03 Aug 2010 12:11:16 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Error while Posting to Meme]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/Error-while-Posting-to-Meme/1280845770000-4796c297-8896-3e1c-abc1-8a8df3e01dc2</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/Error-while-Posting-to-Meme/1280845770000-4796c297-8896-3e1c-abc1-8a8df3e01dc2/1280853977000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=ZZKVAQG5XWRUIJ6EMICVG6Y5IM">bigodines</a>

<p>could you show us the YQL you're trying to execute?</p>]]></description>
			<dc:creator>bigodines</dc:creator>
			<pubDate>Tue, 03 Aug 2010 09:46:17 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Error while Posting to Meme]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/Error-while-Posting-to-Meme/1280845770000-4796c297-8896-3e1c-abc1-8a8df3e01dc2</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/Error-while-Posting-to-Meme/1280845770000-4796c297-8896-3e1c-abc1-8a8df3e01dc2/1280845770000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=CV6Q6M4L47QO5T7HB4CSTQ4SLQ">Vivek Puri</a>

<p>I am getting the following error while trying to Post to Yahoo Meme via YQL<br><br>*****************************<br>Syntax error(s) [line 1:174 mismatched input 'feel' expecting RPAREN]<br>*****************************<br><br>Any idea what this error means.<br><br>Just to add, most of the Posts are successful. This issue is occurring for only 1 post as of now.</p>]]></description>
			<dc:creator>Vivek Puri</dc:creator>
			<pubDate>Tue, 03 Aug 2010 07:29:30 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Getting Geocoding API by Javascript]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/Getting-Geocoding-API-by-Javascript/1279571009000-27ab609e-1fa3-3c87-8eab-1132b902d416</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/Getting-Geocoding-API-by-Javascript/1279571009000-27ab609e-1fa3-3c87-8eab-1132b902d416/1279647413000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=WDTIECHTQSG34GM7UIRE6A75FM">Asif</a>

<p>Hi Thanks for your reply, but I want to use script on my site to get geocode of user by entering the UK POST code.<br><br><!--quoteo(post=17193:date=Jul 20 2010, 07:26 AM:name=Guilherme Chapiewski)--></p><!--QuoteEEnd-->]]></description>
			<dc:creator>Asif</dc:creator>
			<pubDate>Tue, 20 Jul 2010 10:36:53 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Getting Geocoding API by Javascript]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/Getting-Geocoding-API-by-Javascript/1279571009000-27ab609e-1fa3-3c87-8eab-1132b902d416</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/Getting-Geocoding-API-by-Javascript/1279571009000-27ab609e-1fa3-3c87-8eab-1132b902d416/1279639592000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=XOGTFXFCMULMAVPTJUQ5MWIBKU">Guilherme Chapiewski</a>

<p>Hi Asif,<br><br>You can make a call to "navigator.geolocation.getCurrentPosition" passing your callback to use GEO data:<br><br><!--c1--></p><div class="code generic">
<div class="codetop">CODEBOX</div>
<pre class="codemain"><code><!--ec1-->navigator.geolocation.getCurrentPosition(function(position){<br>  console.log(position.coords.latitude);<br>  console.log(position.coords.longitude);<br>});<!--c2--></code></pre>
</div><!--ec2--><br><br>You can find more details here:<a href="http://hacks.mozilla.org/2009/06/geolocation/" rel="nofollow" target="ext">http://hacks.mozilla.org/2009/06/geolocation/</a>. Notice that this only works for Firefox.]]></description>
			<dc:creator>Guilherme Chapiewski</dc:creator>
			<pubDate>Tue, 20 Jul 2010 08:26:32 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Getting Geocoding API by Javascript]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/Getting-Geocoding-API-by-Javascript/1279571009000-27ab609e-1fa3-3c87-8eab-1132b902d416</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/Getting-Geocoding-API-by-Javascript/1279571009000-27ab609e-1fa3-3c87-8eab-1132b902d416/1279571009000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=WDTIECHTQSG34GM7UIRE6A75FM">Asif</a>

<p>Hi,<br><br>I want to get geocoding coordinates using javascript would any one like to help me<br><br>Thanks</p>]]></description>
			<dc:creator>Asif</dc:creator>
			<pubDate>Mon, 19 Jul 2010 13:23:29 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: hite.me is invalid domain?]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/hite-me-is-invalid-domain-/1268132978000-6ad613c1-babc-3112-aa20-4a61c699d58c</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/hite-me-is-invalid-domain-/1268132978000-6ad613c1-babc-3112-aa20-4a61c699d58c/1276830605000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=GOVBVW5VM3DPIUWR75JOYO4WZ4">Liang</a>

<!--QuoteEEnd--><br>Yes,I checked it once via my brower.<br>And fortunately TODAY yahoo Project accepts 'hite.me' .it is good.<br><br>Thx for reply.]]></description>
			<dc:creator>Liang</dc:creator>
			<pubDate>Thu, 17 Jun 2010 20:10:05 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Welcome to the Meme APIs discussion forum]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/Welcome-to-the-Meme-APIs-discussion/1254360013000-eb5b2baa-9e83-3669-af2f-686e466803bf</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/Welcome-to-the-Meme-APIs-discussion/1254360013000-eb5b2baa-9e83-3669-af2f-686e466803bf/1270757340000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=XOGTFXFCMULMAVPTJUQ5MWIBKU">Guilherme Chapiewski</a>

<p>The <b>meme.user.posts</b> table is a "protected" table, which means that you can only access it after authenticating with user credentials using oAuth 3-legged (<a href="http://developer.yahoo.com/oauth/guide/oauth-userauth.html" rel="nofollow" target="ext">http://developer.yahoo.com/oauth/guide/oauth-userauth.html</a>).<br><br>Cheers,<br>gc</p>]]></description>
			<dc:creator>Guilherme Chapiewski</dc:creator>
			<pubDate>Thu, 08 Apr 2010 13:09:00 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Trying to post a photo in Meme]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/Trying-to-post-a-photo-in/1269645282000-62232555-e02c-33db-bc09-f8e547ae687d</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/Trying-to-post-a-photo-in/1269645282000-62232555-e02c-33db-bc09-f8e547ae687d/1269883479000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=KA5SMVARLVSGKMN2VTV53FD7HE">Bruno</a>

<p>Hi, <br><br><a href="http://developer.yahoo.net/forum/?showtopic=4998&amp;cookiecheckonly=1" rel="nofollow" target="ext">This post</a>  helps me to figure out the problem. I was trying to use the public URL (http://query.yahooapis.com/v1/public/yql)  when I need to use the OAuth URL (http://query.yahooapis.com/v1/yql). <br><br>Sorry!<br><br>Bye,<br><br>Bruno Caimar <br><br><br><!--quoteo(post=13750:date=Mar 26 2010, 03:14 PM:name=Bruno)--></p><!--QuoteEEnd-->]]></description>
			<dc:creator>Bruno</dc:creator>
			<pubDate>Mon, 29 Mar 2010 10:24:39 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Trying to post a photo in Meme]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/Trying-to-post-a-photo-in/1269645282000-62232555-e02c-33db-bc09-f8e547ae687d</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/Trying-to-post-a-photo-in/1269645282000-62232555-e02c-33db-bc09-f8e547ae687d/1269645282000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=KA5SMVARLVSGKMN2VTV53FD7HE">Bruno</a>

<p>Hi Guys, <br><br>I'm trying to post a photo to Meme but I'm facing some problems. <br><br>My request is: <br><br><a href="http://query.yahooapis.com/v1/public/yql" rel="nofollow" target="ext">http://query.yahooapis.com/v1/public/yql</a>?<br>q=INSERT%20INTO meme.user.posts (type%2C content%2C caption) VALUES (%22photo%22%2C %22http%3A%2F%2Fwww.trendsspotting.com%2Fblog%2Fwp-content%2Fuploads%2F2008%2F01%2Fdilbert.jpg%22%2C %22- This is an initial test. Drop it!%22)<br>&amp;format=json<br>&amp;diagnostics=true<br>&amp;callback=cbfunc<br>&amp;oauth_consumer_key=[MyKey]<br>&amp;oauth_nonce=6659567<br>&amp;oauth_signature_method=HMAC-SHA1<br>&amp;oauth_timestamp=1269645027<br>&amp;oauth_token=[MyUserToken]<br>&amp;oauth_version=1.0<br>&amp;oauth_signature=jjQCIw6q5yhiOWyJI4pz9DpzFNg%3D<br><br>I'm getting the following results:<br>cbfunc({"error":{"lang":"en-US","diagnostics":{"publiclyCallable":"true"},"description":"Request security ANY not accessible for YQL Table meme.user.posts"}});<br><br>Response Headers are: <br>Access-Control-Allow-Origin: *<br>Vary: Accept-Encoding<br>Age: 0<br>Transfer-Encoding: chunked<br>Connection: keep-alive<br>Cache-Control: private<br>Content-Type: text/javascript;charset=utf-8<br>Date: Fri, 26 Mar 2010 23:07:37 GMT<br>P3P: policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"<br>Server: YTS/1.17.21<br><br>I'm using .NET 3.5 (C#) without any 3rd party library. <br><br>I've already tried to send the oauth data via Authentication Header but I get the same error. <br>Am I doing something wrong ? <br><br>Thanks for help!<br><br>[]'s Bruno Caimar</p>]]></description>
			<dc:creator>Bruno</dc:creator>
			<pubDate>Fri, 26 Mar 2010 16:14:42 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: hite.me is invalid domain?]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/hite-me-is-invalid-domain-/1268132978000-6ad613c1-babc-3112-aa20-4a61c699d58c</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/hite-me-is-invalid-domain-/1268132978000-6ad613c1-babc-3112-aa20-4a61c699d58c/1268456902000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=JDSIBWF33N22T32W2XOFOI4MTY">Jimmi_K</a>

<p>Can you access <b>Url to check:</b> from your browser?<br><br>Thx<br>~jimmi</p>]]></description>
			<dc:creator>Jimmi_K</dc:creator>
			<pubDate>Fri, 12 Mar 2010 21:08:22 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: API key registration]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/API-key-registration/1267861737000-3ee12626-05d5-3b20-934e-28df3b8400bd</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/API-key-registration/1267861737000-3ee12626-05d5-3b20-934e-28df3b8400bd/1268456366000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=JDSIBWF33N22T32W2XOFOI4MTY">Jimmi_K</a>

<p>Hi Diogo<br><br>You need OAuth token for accessing MEME API. Don't use browser based authentication (BBAuth).<br><br>Follow these steps to create your application:<br>- Create your project from here <a href="https://developer.apps.yahoo.com/projects" rel="nofollow" target="ext">https://developer.apps.yahoo.com/projects</a><br>- Choose "Create desktop and Web apps that use Yahoo! open authentication (OAuth) APIs."<br>- Set Kind of Application: to Client/Desktop<br>- Set Access Scopes: change Meme to Read/Write<br><br>Thx <br>~jimmi</p>]]></description>
			<dc:creator>Jimmi_K</dc:creator>
			<pubDate>Fri, 12 Mar 2010 20:59:26 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[hite.me is invalid domain?]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/hite-me-is-invalid-domain-/1268132978000-6ad613c1-babc-3112-aa20-4a61c699d58c</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/hite-me-is-invalid-domain-/1268132978000-6ad613c1-babc-3112-aa20-4a61c699d58c/1268132978000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=GOVBVW5VM3DPIUWR75JOYO4WZ4">Liang</a>

<p>My projects verify 'hite.me' invalid.<br><br>and my former domain 'the631.com' is good..<br><br>so .me Tld domains can't use API ??</p>]]></description>
			<dc:creator>Liang</dc:creator>
			<pubDate>Tue, 09 Mar 2010 03:09:38 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[API key registration]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/API-key-registration/1267861737000-3ee12626-05d5-3b20-934e-28df3b8400bd</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/API-key-registration/1267861737000-3ee12626-05d5-3b20-934e-28df3b8400bd/1267861737000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=OF4GQGQKXD2C46ZCHUZHP32BIM">Diogo</a>

<p>Hi there,<br><br>I'm developing a Meme API abstraction in Python, but I'm having troubles trying to register to an application ID. Which authentication method should I choose, since it's a non-browser application, but still requires authentication to deal with user dashboard, for example? I mean, selecting between "Generic, No user authentication required" and "Browser Based Authentication" is a bit confusing, in my opinion, and the options are too narrow...<br><br>Thanks!</p>]]></description>
			<dc:creator>Diogo</dc:creator>
			<pubDate>Fri, 05 Mar 2010 23:48:57 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: CANNOT post image via meme api ?]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/CANNOT-post-image-via-meme-api/1255691962000-4b39a6f7-cdeb-34eb-8725-a8bdcf710e7b</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/CANNOT-post-image-via-meme-api/1255691962000-4b39a6f7-cdeb-34eb-8725-a8bdcf710e7b/1267109050000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=NJFIDHVPVVISDXZKT7UKED2WHU">Jonathan LeBlanc</a>

<p>Here's a workaround to get insert capabilities working via the PHP SDK provided for YAP.  As mentioned above a GET request with JSON-P (JSON with callback) will work on the system.  To modify the SDK to allow this functionality, you can do the following:<br><br>In the Yahoo.inc file on like 789 is the following line:<br>$params = array('q' =&gt; $yql, 'format' =&gt; 'json', 'env' =&gt; 'http://datatables.org/alltables.env');<br><br>Switch this to JSON-P functionality by adding a callback like so:<br>$params = array('q' =&gt; $yql, 'format' =&gt; 'json', 'callback' =&gt; 'runCallback', 'env' =&gt; 'http://datatables.org/alltables.env');<br><br>Then define in JavaScript the following function (should be in the same file that you're calling the query method):<br><script type="text/javascript"><br />function runCallback(obj){<br />    console.log(&#39;callback called&#39; + obj);<br />}<br /><br />That should give you the GET request with callback, making the query method be a JSON-P request.  This also means that all YQL queries will now go through that callback.<br /><br />Hope that helps,<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">@jcleblanc</script></p>]]></description>
			<dc:creator>Jonathan LeBlanc</dc:creator>
			<pubDate>Thu, 25 Feb 2010 06:44:10 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: CANNOT post image via meme api ?]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/CANNOT-post-image-via-meme-api/1255691962000-4b39a6f7-cdeb-34eb-8725-a8bdcf710e7b</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/CANNOT-post-image-via-meme-api/1255691962000-4b39a6f7-cdeb-34eb-8725-a8bdcf710e7b/1266977097000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=AJUMVWBZXC55U5VLR6BPJCHMM4">Mark Lester</a>

<p>Hi dsouza,<br><br>Any work around for this?</p>]]></description>
			<dc:creator>Mark Lester</dc:creator>
			<pubDate>Tue, 23 Feb 2010 18:04:57 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Welcome to the Meme APIs discussion forum]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/Welcome-to-the-Meme-APIs-discussion/1254360013000-eb5b2baa-9e83-3669-af2f-686e466803bf</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/Welcome-to-the-Meme-APIs-discussion/1254360013000-eb5b2baa-9e83-3669-af2f-686e466803bf/1266927895000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=AJUMVWBZXC55U5VLR6BPJCHMM4">Mark Lester</a>

<p>Hi,<br><br>I'm trying to POST to meme using YQL.<br><br>This is the debug object<br><br><!--c1--></p><div class="code generic">
<div class="codetop">CODE</div>
<pre class="codemain"><code><!--ec1-->DEBUG - HTTP request details<br>DEBUG OBJECT - Array<br>(<br>    [method] =&gt; GET<br>    [url] =&gt; http://query.yahooapis.com/v1/yql?q=insert%20into%20meme.user.posts%20%28type%2C%20content%29%20values%20%28%27text%27%2C%20%27Test%27%29&amp;format=json&amp;env=http%3A%2F%2Fdatatables.org%2Falltables.env<br>    [code] =&gt; 400<br>    [requestHeaders] =&gt; Array<br>        (<br>            [0] =&gt; Accept: application/json<br>            [1] =&gt; Authorization: OAuth realm="yahooapis.com",oauth_version="1.0",oauth_nonce="eaad874adaea20af0691fb3aad756f79",oauth_timestamp="1266927416",oauth_consumer_key="dj0yJmk9MnczWFJFb0FRMUpoJmQ9WVdrOU5tNUtkVVpXTnpZbWNHbzlNVE0xT1RVNU1UTTJNZy0t<br>JnM9Y29uc3VtZXJzZWNyZXQmeD0yYg--",oauth_signature_method="HMAC-SHA1",oauth_signature="Rox%2BGVUA5GSkF1c8%2BkdSZOx1h6k%3D"<br>        )<br><br>    [requestBody] =&gt; <br>    [responseHeaders] =&gt; Array<br>        (<br>            [Date] =&gt; Tue, 23 Feb 2010 12:16:57 GMT<br>            [P3P] =&gt; policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"<br>            [Access-Control-Allow-Origin] =&gt; *<br>            [Vary] =&gt; Accept-Encoding<br>            [Content-Type] =&gt; application/json;charset=utf-8<br>            [Cache-Control] =&gt; private<br>            [Age] =&gt; 0<br>            [Transfer-Encoding] =&gt; chunked<br>            [Connection] =&gt; keep-alive<br>            [Server] =&gt; YTS/1.17.21<br>        )<br><br>    [responseBody] =&gt; {"error":{"lang":"en-US","diagnostics":{"publiclyCallable":"true"},"description":"Request security APP not accessible for YQL Table meme.user.posts"}}<br>)<!--c2--></code></pre>
</div><!--ec2--><br><br>I tried executing in the YQL console and I can successfully Post to meme.<br><br>Any Idea what is this error?<b>Request security APP not accessible for YQL Table meme.user.posts</b>]]></description>
			<dc:creator>Mark Lester</dc:creator>
			<pubDate>Tue, 23 Feb 2010 04:24:55 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Welcome to the Meme APIs discussion forum]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/Welcome-to-the-Meme-APIs-discussion/1254360013000-eb5b2baa-9e83-3669-af2f-686e466803bf</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/Welcome-to-the-Meme-APIs-discussion/1254360013000-eb5b2baa-9e83-3669-af2f-686e466803bf/1266609288000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=XOGTFXFCMULMAVPTJUQ5MWIBKU">Guilherme Chapiewski</a>

<!--QuoteEEnd--><br><br>Yes, you can. Please take a look at the<a href="http://developer.yahoo.com/meme/guide/" rel="nofollow" target="ext">API documentation</a>.]]></description>
			<dc:creator>Guilherme Chapiewski</dc:creator>
			<pubDate>Fri, 19 Feb 2010 11:54:48 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: CANNOT post image via meme api ?]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/CANNOT-post-image-via-meme-api/1255691962000-4b39a6f7-cdeb-34eb-8725-a8bdcf710e7b</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/CANNOT-post-image-via-meme-api/1255691962000-4b39a6f7-cdeb-34eb-8725-a8bdcf710e7b/1266519824000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=6BY52OMEJVITJSBZJCZPB22JZA">dsouza</a>

<p>Hi,<br><br>the current SDK available for yql does not support INSERT/UPDATE/DELETE commands. The support for this is already being implemented and should be released soon. The problem is that the current SDK uses HTTP GET method for all statements and yql demands either POST,PUT,DELETE (you may actually use GET if you perform JSON-P request, which is really appending a `callback' parameter to the request.).<br><br>In the meantime, while the API is not available, the only solution is to implement this by yourself, which is a bit trick as you would need to compute oauth signature correctly. Other than that it should be relatively simple to get this working.<br><br>Let me know your findings about this.<br><br>Regards,<br>~dsouza<br><br><!--quoteo(post=11990:date=Feb 3 2010, 02:43 AM:name=Testing)--></p><!--QuoteEEnd-->]]></description>
			<dc:creator>dsouza</dc:creator>
			<pubDate>Thu, 18 Feb 2010 11:03:44 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: CANNOT post image via meme api ?]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/CANNOT-post-image-via-meme-api/1255691962000-4b39a6f7-cdeb-34eb-8725-a8bdcf710e7b</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/CANNOT-post-image-via-meme-api/1255691962000-4b39a6f7-cdeb-34eb-8725-a8bdcf710e7b/1265193839000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=KDA5PYAFFT2ZOXHCANG6NZAIRQ">Testing</a>

<p>is yql dont support insert command? if not then what is correct solution..</p>]]></description>
			<dc:creator>Testing</dc:creator>
			<pubDate>Wed, 03 Feb 2010 02:43:59 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: CANNOT post image via meme api ?]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/CANNOT-post-image-via-meme-api/1255691962000-4b39a6f7-cdeb-34eb-8725-a8bdcf710e7b</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/CANNOT-post-image-via-meme-api/1255691962000-4b39a6f7-cdeb-34eb-8725-a8bdcf710e7b/1262701112000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=QEN5EIWKKIRHRDBLKJGAASSQHA">Sokule</a>

<p>still same problem even after 2 months<br><br>$query='INSERT INTO meme.user.posts (type, content) VALUES ("text", "Posting via my app")';<br><br>$user-&gt;execute($query);<br><br><b>this Does not work.....!</b><br><br>Even <br>$queryResponse = $session-&gt;query($query);  <br><b>Does not work </b><br><br>i changed method to POST, PUT but no result.<br><br>please help us<br><br>is yql dont support insert command?</p>]]></description>
			<dc:creator>Sokule</dc:creator>
			<pubDate>Tue, 05 Jan 2010 06:18:32 -0800</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: how to search meme content]]></title>
			<link>http://developer.yahoo.com/forum/Meme-General-discussion/how-to-search-meme-content/1256909651000-a484a51d-5e1c-35c4-92f6-715aa81b0276</link>
			<guid>http://developer.yahoo.com/forum/Meme-General-discussion/how-to-search-meme-content/1256909651000-a484a51d-5e1c-35c4-92f6-715aa81b0276/1259205687000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=KVNDRHR2ZNDY6ZVN2JNPX5H3RE">Antonio Silveira</a>

<!--QuoteEEnd--><br><br>Hi Lalal<br><br>We have updated our APIs and now you can use Content Search on Meme via YQL. Now there is a new Table called<b>Meme.Search</b>, here is an example:<br><blockquote>SELECT * FROM meme.search WHERE query="obama";</blockquote><br><br>Link to Try it on YQL console:<a href="http://developer.yahoo.com/yql/console/?q=SELECT%20*%20FROM%20meme.search%20WHERE%20query%3D%22obama%22%3B" rel="nofollow" target="ext">http://developer.yahoo.com/yql/console/?q=...D%22obama%22%3B</a><br><br>regards,<br>Antonio]]></description>
			<dc:creator>Antonio Silveira</dc:creator>
			<pubDate>Wed, 25 Nov 2009 19:21:27 -0800</pubDate>
		</item>
	</channel>
</rss><!-- p1.ydn.bf1.yahoo.com uncompressed/chunked Mon May 20 15:31:36 PDT 2013 -->
