<?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: Using the FreeAgent API with PHP and OAuth2</title>
	<atom:link href="http://outlandishideas.co.uk/blog/2012/04/freeagent-api-php-oauth2/feed/" rel="self" type="application/rss+xml" />
	<link>http://outlandishideas.co.uk/blog/2012/04/freeagent-api-php-oauth2/</link>
	<description>Agile web prototyping and development</description>
	<lastBuildDate>Wed, 22 May 2013 16:25:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Tamlyn</title>
		<link>http://outlandishideas.co.uk/blog/2012/04/freeagent-api-php-oauth2/#comment-335</link>
		<dc:creator>Tamlyn</dc:creator>
		<pubDate>Wed, 10 Apr 2013 11:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://outlandishideas.co.uk/?p=642#comment-335</guid>
		<description>@Tom Once you have the response, you can parse data out of it and display it however you like, just as with any other data in PHP.

@James Don&#039;t use cURL, use the Client object which does the OAuth stuff for you. Take a look at the &lt;a href=&quot;https://dev.freeagent.com/docs/invoices#create-an-invoice&quot; rel=&quot;nofollow&quot;&gt;API docs for creating invoices&lt;/a&gt; and modify the $client-&gt;fetch() command appropriately.</description>
		<content:encoded><![CDATA[<p>@Tom Once you have the response, you can parse data out of it and display it however you like, just as with any other data in PHP.</p>
<p>@James Don&#8217;t use cURL, use the Client object which does the OAuth stuff for you. Take a look at the <a href="https://dev.freeagent.com/docs/invoices#create-an-invoice" rel="nofollow">API docs for creating invoices</a> and modify the $client->fetch() command appropriately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James stevenson</title>
		<link>http://outlandishideas.co.uk/blog/2012/04/freeagent-api-php-oauth2/#comment-334</link>
		<dc:creator>James stevenson</dc:creator>
		<pubDate>Wed, 10 Apr 2013 11:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://outlandishideas.co.uk/?p=642#comment-334</guid>
		<description>I used this script to enable my app, now I am stuck. 

After the app has been approved how can I create a new contact and invoice using php curl script?</description>
		<content:encoded><![CDATA[<p>I used this script to enable my app, now I am stuck. </p>
<p>After the app has been approved how can I create a new contact and invoice using php curl script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://outlandishideas.co.uk/blog/2012/04/freeagent-api-php-oauth2/#comment-227</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 06 Nov 2012 21:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://outlandishideas.co.uk/?p=642#comment-227</guid>
		<description>This is brilliant - it helps make it so much easier than a lot of the stuff out there that makes you go round in circled!
I have managed to get it to bring the data back, as per the example. 
How would I be able to get it to bring back the data in an user friendly way that displays it in a table and say bring back all the expenses associated with a given project, for example?

Thanks so much.</description>
		<content:encoded><![CDATA[<p>This is brilliant &#8211; it helps make it so much easier than a lot of the stuff out there that makes you go round in circled!<br />
I have managed to get it to bring the data back, as per the example.<br />
How would I be able to get it to bring back the data in an user friendly way that displays it in a table and say bring back all the expenses associated with a given project, for example?</p>
<p>Thanks so much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
