Hi,
I'm trying to POST to meme using YQL.
This is the debug object
CODE
DEBUG - HTTP request details
DEBUG OBJECT - Array
(
[method] => GET
[url] => 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&format=json&env=http%3A%2F%2Fdatatables.org%2Falltables.env
[code] => 400
[requestHeaders] => Array
(
[0] => Accept: application/json
[1] => Authorization: OAuth realm="yahooapis.com",oauth_version="1.0",oauth_nonce="eaad874adaea20af0691fb3aad756f79",oauth_timestamp="1266927416",oauth_consumer_key="dj0yJmk9MnczWFJFb0FRMUpoJmQ9WVdrOU5tNUtkVVpXTnpZbWNHbzlNVE0xT1RVNU1UTTJNZy0t
JnM9Y29uc3VtZXJzZWNyZXQmeD0yYg--",oauth_signature_method="HMAC-SHA1",oauth_signature="Rox%2BGVUA5GSkF1c8%2BkdSZOx1h6k%3D"
)
[requestBody] =>
[responseHeaders] => Array
(
[Date] => Tue, 23 Feb 2010 12:16:57 GMT
[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"
[Access-Control-Allow-Origin] => *
[Vary] => Accept-Encoding
[Content-Type] => application/json;charset=utf-8
[Cache-Control] => private
[Age] => 0
[Transfer-Encoding] => chunked
[Connection] => keep-alive
[Server] => YTS/1.17.21
)
[responseBody] => {"error":{"lang":"en-US","diagnostics":{"publiclyCallable":"true"},"description":"Request security APP not accessible for YQL Table meme.user.posts"}}
)
I tried executing in the YQL console and I can successfully Post to meme.
Any Idea what is this error?
Request security APP not accessible for YQL Table meme.user.posts