<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Pownce Actionscript 3 Library Released - Full API V2.0 Implementation (Upload files and everything)</title>
	<link>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/</link>
	<description></description>
	<pubDate>Thu, 11 Mar 2010 10:58:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: admin</title>
		<link>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-34547</link>
		<author>admin</author>
		<pubDate>Mon, 08 Sep 2008 14:09:42 +0000</pubDate>
		<guid>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-34547</guid>
		<description>Hey Goliatone,

That is very cool, but I hope what you're building is an AIR app. Any of the API commmands that require authentication first, like posting notes needs to be authenticated first. So if you are purely building a online flash application then you will only be able to display notes, just don't authenticate. The little pownce badge app I put out yesterday works like that. 

That being said, there is a potential fix for this. Pownce needs to make a change to their crossdomain xml to allow for these request headers to be passed. I posted a full explanation with a request to the Pownce API forum a while back:

http://groups.google.com/group/pownceapi/browse_thread/thread/f89649a842600074/c712c494aa5b161d?lnk=gst&#038;q=crossdomain.xml#c712c494aa5b161d

You should reply to that thread and appeal to Leah from Pownce to see if you can get them to make the change. I'll help out however I can.

- Steven</description>
		<content:encoded><![CDATA[<p>Hey Goliatone,</p>
<p>That is very cool, but I hope what you&#8217;re building is an AIR app. Any of the API commmands that require authentication first, like posting notes needs to be authenticated first. So if you are purely building a online flash application then you will only be able to display notes, just don&#8217;t authenticate. The little pownce badge app I put out yesterday works like that. </p>
<p>That being said, there is a potential fix for this. Pownce needs to make a change to their crossdomain xml to allow for these request headers to be passed. I posted a full explanation with a request to the Pownce API forum a while back:</p>
<p><a href="http://groups.google.com/group/pownceapi/browse_thread/thread/f89649a842600074/c712c494aa5b161d?lnk=gst&#038;q=crossdomain.xml#c712c494aa5b161d" rel="nofollow" onclick="javascript:urchinTracker('/outbound/comment/groups.google.com');">http://groups.google.com/group/pownceapi/browse_thread/thread/f89649a842600074/c712c494aa5b161d?lnk=gst&#038;q=crossdomain.xml#c712c494aa5b161d</a></p>
<p>You should reply to that thread and appeal to Leah from Pownce to see if you can get them to make the change. I&#8217;ll help out however I can.</p>
<p>- Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goliatone</title>
		<link>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-34513</link>
		<author>goliatone</author>
		<pubDate>Mon, 08 Sep 2008 09:15:42 +0000</pubDate>
		<guid>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-34513</guid>
		<description>Hi there, 
first of all, tnxs for sharing the api with the world. I was looking for a twitter api, couldnt find anything as simple as this one, so our app moved from twitter to pownce...

Although i have one issue, and i dont seem to find whats going on:

Error #2044: securityError no controlado: text=Error #2170: Security sandbox violation: x.swf cannot send HTTP headers to http://api.pownce.com/2.0/note_lists/x.xml?...

Any clues? have this happened before to you?</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
first of all, tnxs for sharing the api with the world. I was looking for a twitter api, couldnt find anything as simple as this one, so our app moved from twitter to pownce&#8230;</p>
<p>Although i have one issue, and i dont seem to find whats going on:</p>
<p>Error #2044: securityError no controlado: text=Error #2170: Security sandbox violation: x.swf cannot send HTTP headers to <a href="http://api.pownce.com/2.0/note_lists/x.xml?..." rel="nofollow" onclick="javascript:urchinTracker('/outbound/comment/api.pownce.com');">http://api.pownce.com/2.0/note_lists/x.xml?&#8230;</a></p>
<p>Any clues? have this happened before to you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-13982</link>
		<author>admin</author>
		<pubDate>Mon, 17 Mar 2008 16:06:49 +0000</pubDate>
		<guid>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-13982</guid>
		<description>Hey Joshua,

The as3powncelib requires the as3corelib. Download it at the following URL and add it to your project. It contains the ServiceEvent and probably the "other class".

&lt;a href='http://code.google.com/p/as3corelib/downloads/list' rel="nofollow"&gt;http://code.google.com/p/as3corelib/downloads/list&lt;/a&gt;

Let me know if you have any other issues, i'm happy to help.

Have fun,
Steven</description>
		<content:encoded><![CDATA[<p>Hey Joshua,</p>
<p>The as3powncelib requires the as3corelib. Download it at the following URL and add it to your project. It contains the ServiceEvent and probably the &#8220;other class&#8221;.</p>
<p><a href='http://code.google.com/p/as3corelib/downloads/list' rel="nofollow">http://code.google.com/p/as3corelib/downloads/list</a></p>
<p>Let me know if you have any other issues, i&#8217;m happy to help.</p>
<p>Have fun,<br />
Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Weatherspoon</title>
		<link>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-13911</link>
		<author>Joshua Weatherspoon</author>
		<pubDate>Mon, 17 Mar 2008 06:26:53 +0000</pubDate>
		<guid>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-13911</guid>
		<description>the api is asking me for ServiceEvent and some other class that are not there. Is that a mistake?</description>
		<content:encoded><![CDATA[<p>the api is asking me for ServiceEvent and some other class that are not there. Is that a mistake?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-12679</link>
		<author>admin</author>
		<pubDate>Wed, 05 Mar 2008 19:31:38 +0000</pubDate>
		<guid>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-12679</guid>
		<description>Awesome Remi. Let me know how it works out.</description>
		<content:encoded><![CDATA[<p>Awesome Remi. Let me know how it works out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rémi Toffoli</title>
		<link>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-12489</link>
		<author>Rémi Toffoli</author>
		<pubDate>Tue, 04 Mar 2008 09:08:21 +0000</pubDate>
		<guid>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-12489</guid>
		<description>I've just finished my flex app for sxsw &#38; pownce (http://www.lesquat.net/pownce/puaw/). I want to add more features, i think i will use your lib. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just finished my flex app for sxsw &amp; pownce (http://www.lesquat.net/pownce/puaw/). I want to add more features, i think i will use your lib. <img src='http://initApp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
