<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Understand Flex and PayPal API Integration at 360Flex</title>
	<atom:link href="http://www.ryancampbell.com/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryancampbell.com/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/</link>
	<description>Flex/Flash Developer Blog</description>
	<lastBuildDate>Thu, 15 Jul 2010 06:16:14 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dl</title>
		<link>http://www.ryancampbell.com/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/comment-page-1/#comment-956</link>
		<dc:creator>dl</dc:creator>
		<pubDate>Wed, 11 Nov 2009 18:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://wp.bobjim.com/wordpress/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/#comment-956</guid>
		<description>Where to read and get the code ?</description>
		<content:encoded><![CDATA[<p>Where to read and get the code ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashik</title>
		<link>http://www.ryancampbell.com/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/comment-page-1/#comment-54</link>
		<dc:creator>ashik</dc:creator>
		<pubDate>Tue, 28 Apr 2009 12:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://wp.bobjim.com/wordpress/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/#comment-54</guid>
		<description>hello,

nagesh, this is ashik i am beginner of flex developing ,how can i create pay pal account .
help me..</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>nagesh, this is ashik i am beginner of flex developing ,how can i create pay pal account .<br />
help me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.ryancampbell.com/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/comment-page-1/#comment-52</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 18 Mar 2009 02:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://wp.bobjim.com/wordpress/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/#comment-52</guid>
		<description>For those receiving the error above mentioned by Nagesh Dudam:

You must have the curl libraries installed into your web server with PHP for the script to work. It uses cURL to send the data, AMF to transfer requests and results to and from Flex, and then simple Remoting service in Flex to access the AMF server created in PHP. This version uses the NVP (Name-Value Pair) API from Paypal, and the Name (key) and values are sent through the url address for communication. The AMF libraries have been provided by the author, and the server is programmed into the script. If anyone needs help with this, my email is wgjhstt247@gmail.com. I&#039;d love to help.

I just want to say to the author, THANK YOU A MILLION!</description>
		<content:encoded><![CDATA[<p>For those receiving the error above mentioned by Nagesh Dudam:</p>
<p>You must have the curl libraries installed into your web server with PHP for the script to work. It uses cURL to send the data, AMF to transfer requests and results to and from Flex, and then simple Remoting service in Flex to access the AMF server created in PHP. This version uses the NVP (Name-Value Pair) API from Paypal, and the Name (key) and values are sent through the url address for communication. The AMF libraries have been provided by the author, and the server is programmed into the script. If anyone needs help with this, my email is <a href="mailto:wgjhstt247@gmail.com">wgjhstt247@gmail.com</a>. I&#8217;d love to help.</p>
<p>I just want to say to the author, THANK YOU A MILLION!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://www.ryancampbell.com/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/comment-page-1/#comment-53</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Tue, 27 Jan 2009 17:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://wp.bobjim.com/wordpress/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/#comment-53</guid>
		<description>Hello,

Ryan... great work here!
one question:
Have you ever experienced unexpected multiple subsequent charges from paypal. Specifically someone pays once  via doDirectPayment but their card is charged 2-4 times. I have been seeing this happen on about 2% of the transactions.

Any ideas?
Thank You in advance,
Ted</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Ryan&#8230; great work here!<br />
one question:<br />
Have you ever experienced unexpected multiple subsequent charges from paypal. Specifically someone pays once  via doDirectPayment but their card is charged 2-4 times. I have been seeing this happen on about 2% of the transactions.</p>
<p>Any ideas?<br />
Thank You in advance,<br />
Ted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://www.ryancampbell.com/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/comment-page-1/#comment-51</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Tue, 13 Jan 2009 21:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://wp.bobjim.com/wordpress/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/#comment-51</guid>
		<description>Is there a step-by-step instruction set for getting the Flex / Paypal integration going in my app? Thanks!</description>
		<content:encoded><![CDATA[<p>Is there a step-by-step instruction set for getting the Flex / Paypal integration going in my app? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur</title>
		<link>http://www.ryancampbell.com/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/comment-page-1/#comment-47</link>
		<dc:creator>Arthur</dc:creator>
		<pubDate>Mon, 01 Dec 2008 15:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://wp.bobjim.com/wordpress/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/#comment-47</guid>
		<description>Hello ...

Is there good documentation somewhere on integrating PayPal into FLEX ecommerce applications, including shipping and tax information?

Thank you!</description>
		<content:encoded><![CDATA[<p>Hello &#8230;</p>
<p>Is there good documentation somewhere on integrating PayPal into FLEX ecommerce applications, including shipping and tax information?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.ryancampbell.com/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/comment-page-1/#comment-49</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 27 Nov 2008 12:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://wp.bobjim.com/wordpress/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/#comment-49</guid>
		<description>Hi Ryan,

Any documentation on the steps for the integration Flex, paypal API, PHP would be  appreciated.
If I could see how it&#039;s integrated in FlexStore that would be a bonus,

I downloaded 360Paypal.zip but do not know how to integrate this in my  application.

thanks
Your help would be gratly appreciated
Daniel</description>
		<content:encoded><![CDATA[<p>Hi Ryan,</p>
<p>Any documentation on the steps for the integration Flex, paypal API, PHP would be  appreciated.<br />
If I could see how it&#8217;s integrated in FlexStore that would be a bonus,</p>
<p>I downloaded 360Paypal.zip but do not know how to integrate this in my  application.</p>
<p>thanks<br />
Your help would be gratly appreciated<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnnie</title>
		<link>http://www.ryancampbell.com/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/comment-page-1/#comment-48</link>
		<dc:creator>Johnnie</dc:creator>
		<pubDate>Sat, 15 Nov 2008 03:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://wp.bobjim.com/wordpress/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/#comment-48</guid>
		<description>Hello,

I have been researching the integration of flex with paypal, and most solutions use PHP as the server side language, but I am not a PHP developer. Does anyone know of a Flex and paypal integration using Coldfusion? Thank you. Also, if anyone has some code on building a Flex shopping cart, I would appreciate it. Thank you.

-Johnnie</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have been researching the integration of flex with paypal, and most solutions use PHP as the server side language, but I am not a PHP developer. Does anyone know of a Flex and paypal integration using Coldfusion? Thank you. Also, if anyone has some code on building a Flex shopping cart, I would appreciate it. Thank you.</p>
<p>-Johnnie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rekha</title>
		<link>http://www.ryancampbell.com/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/comment-page-1/#comment-50</link>
		<dc:creator>Rekha</dc:creator>
		<pubDate>Thu, 25 Sep 2008 16:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://wp.bobjim.com/wordpress/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/#comment-50</guid>
		<description>Hi Ryan,
Im  a beginner in flex, developing a shopping cart application i need to use the paypal in it.
i have gone through the slides for the paypal integration you were using PHP . i have created the accounts in the sandbox

Kindly help me how to use the API with Flex and Action script or html.
Please guide me how to proceed with the process.</description>
		<content:encoded><![CDATA[<p>Hi Ryan,<br />
Im  a beginner in flex, developing a shopping cart application i need to use the paypal in it.<br />
i have gone through the slides for the paypal integration you were using PHP . i have created the accounts in the sandbox</p>
<p>Kindly help me how to use the API with Flex and Action script or html.<br />
Please guide me how to proceed with the process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajiv totlani</title>
		<link>http://www.ryancampbell.com/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/comment-page-1/#comment-46</link>
		<dc:creator>Rajiv totlani</dc:creator>
		<pubDate>Wed, 25 Jun 2008 16:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://wp.bobjim.com/wordpress/2008/02/20/understand-flex-and-paypal-api-integration-at-360flex/#comment-46</guid>
		<description>I have the Flex-Google checkout integration done in a very nice manner and should be done with paypal as well in a couple of days. It is a bit &quot;so not straight forward&quot;. From my perspective Google checkout was a bigger pain in the ...u know what.</description>
		<content:encoded><![CDATA[<p>I have the Flex-Google checkout integration done in a very nice manner and should be done with paypal as well in a couple of days. It is a bit &#8220;so not straight forward&#8221;. From my perspective Google checkout was a bigger pain in the &#8230;u know what.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
