<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-7330797905668445802</id><updated>2007-12-06T04:07:19.267+11:00</updated><title type='text'>Bayesian Arguments</title><link rel='alternate' type='text/html' href='http://blogs.teamburns.com/martin/'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7330797905668445802/posts/default'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blogs.teamburns.com/martin/atom.xml'/><author><name>Martin</name></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7330797905668445802.post-8769906828466389733</id><published>2007-12-03T17:13:00.000+11:00</published><updated>2007-12-03T22:09:58.194+11:00</updated><title type='text'>Facebook: Infinite Session Keys</title><content type='html'>Facebook infinite session keys provide a great way for developers to write external applications and allow them  to interface with your Facebook applications.&lt;br /&gt;&lt;br /&gt;This is particularly useful when you need to write a batch / cron job that requires access to the Facebook API.&lt;br /&gt;&lt;br /&gt;I found the online documentation to be pretty cryptic, so I thought I would document the steps involved to set this up:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Generate a one time code by accessing the following URL in a browser: &lt;span style="font-size:78%;"&gt;http://www.facebook.com/code_gen.php?v=1.0&amp;amp;api_key=YOUR_API_KEY&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Use the generated code instead of the &lt;span style="font-weight: bold;"&gt;auth_token&lt;/span&gt;&lt;span&gt; that is &lt;/span&gt;normally passed to the &lt;a href="http://developers.facebook.com/documentation.php?v=1.0&amp;amp;method=auth.getSession"&gt;auth.getSession&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The session returned from this call is known as your "Infinite Session Key" and can be used to setup in any external program. e.g.&lt;br /&gt;&lt;br /&gt;PHP:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-size:78%;"&gt;&lt;span style="font-family:courier new;"&gt;$facebook = new Facebook($api_key, $secret);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;$facebook-&gt;set_user($myuid, $infkey);&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Java:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;&lt;span style="font-family:courier new;"&gt;FacebookRestClient facebookRestClient = new FacebookRestClient(apiKey, secretKey);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;facebookRestClient.auth_getSession(oneTimeCode); // get infinite session using the one time code&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:78%;"&gt;&lt;span style="font-family:courier new;"&gt;&lt;/span&gt;&lt;/span&gt;That's it! Your external program should now be able to access the Facebook API just as if it was running inside Facebook.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;</content><link rel='alternate' type='text/html' href='http://blogs.teamburns.com/martin/2007/12/facebook-infinite-session-keys.html' title='Facebook: Infinite Session Keys'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7330797905668445802&amp;postID=8769906828466389733' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://blogs.teamburns.com/martin/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7330797905668445802/posts/default/8769906828466389733'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7330797905668445802/posts/default/8769906828466389733'/><author><name>Martin</name></author></entry><entry><id>tag:blogger.com,1999:blog-7330797905668445802.post-303971354644143943</id><published>2007-11-29T02:14:00.000+11:00</published><updated>2007-11-29T02:26:13.417+11:00</updated><title type='text'>More Australian Broadband Woes</title><content type='html'>Well just when I thought I was one step closer to obtaining my goal of "higher" speed broadband, I discover that Australia does not have the backbone capacity to handle the demand.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.townsvillebulletin.com.au/article/2007/11/28/8589_hpbus.html"&gt;Read Story&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Seems that unless the Australian government is prepared to  invest a similar amount in broadband infrastructure we could very well end up with network gridlock.</content><link rel='alternate' type='text/html' href='http://blogs.teamburns.com/martin/2007/11/more-australian-broadband-woes.html' title='More Australian Broadband Woes'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7330797905668445802&amp;postID=303971354644143943' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://blogs.teamburns.com/martin/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7330797905668445802/posts/default/303971354644143943'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7330797905668445802/posts/default/303971354644143943'/><author><name>Martin</name></author></entry><entry><id>tag:blogger.com,1999:blog-7330797905668445802.post-5352131519048014852</id><published>2007-11-26T20:39:00.000+11:00</published><updated>2007-11-26T21:24:56.881+11:00</updated><title type='text'>Will Australia Get Its Fibre?</title><content type='html'>Back in March of this year the Australian Labor Party said it would invest AU$4.7 billion in a new national fibre broadband network if it won the federal election.&lt;br /&gt;&lt;br /&gt;It's now been two days since the ALP was voted into government and a lot of Australians (including myself) are eagerly waiting to see if this promise is kept. The plan was to roll-out fibre to the node(&lt;a href="http://en.wikipedia.org/wiki/FTTN"&gt;FTTN&lt;/a&gt;) which should provide broadband speeds of a minimum of 12Mbps to 98 percent of Australian population which is 4 times what I get today out of my ADSL2 connection.</content><link rel='alternate' type='text/html' href='http://blogs.teamburns.com/martin/2007/11/ftth-in-australia.html' title='Will Australia Get Its Fibre?'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7330797905668445802&amp;postID=5352131519048014852' title='1 Comments'/><link rel='replies' type='application/atom+xml' href='http://blogs.teamburns.com/martin/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7330797905668445802/posts/default/5352131519048014852'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7330797905668445802/posts/default/5352131519048014852'/><author><name>Martin</name></author></entry><entry><id>tag:blogger.com,1999:blog-7330797905668445802.post-4510825363677663428</id><published>2007-11-26T10:31:00.000+11:00</published><updated>2007-11-26T11:24:28.218+11:00</updated><title type='text'>Deciding to Blog</title><content type='html'>After years of finding excuses not the blog, I have finally decided that it is probably a good thing. At a minimum it should allow me to brain dump my thoughts, and purge the cache from time to time.&lt;br /&gt;&lt;br /&gt;So if you are into VoIP, Facebook and most things technical then be sure to drop in from time to time.</content><link rel='alternate' type='text/html' href='http://blogs.teamburns.com/martin/2007/11/decided-to-blog.html' title='Deciding to Blog'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7330797905668445802&amp;postID=4510825363677663428' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://blogs.teamburns.com/martin/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7330797905668445802/posts/default/4510825363677663428'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7330797905668445802/posts/default/4510825363677663428'/><author><name>Martin</name></author></entry></feed>