<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: RFacebook Gets Unit Tests</title>
	<link>http://www.livelearncode.com/archives/26</link>
	<description>my reflections on stuff</description>
	<pubDate>Fri, 21 Nov 2008 21:11:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: Dale</title>
		<link>http://www.livelearncode.com/archives/26#comment-1765</link>
		<pubDate>Tue, 08 Jan 2008 03:19:05 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/26#comment-1765</guid>
					<description>RE my earlier post on the profile_setFBML changes, if all you're using is standard html markup aimed at the profile_box (e.g., no mobile or other fancy stuff), then it appears .97 will work just fine so long as you replace :markup with :profile in your application code.</description>
		<content:encoded><![CDATA[<p>RE my earlier post on the profile_setFBML changes, if all you&#8217;re using is standard html markup aimed at the profile_box (e.g., no mobile or other fancy stuff), then it appears .97 will work just fine so long as you replace :markup with :profile in your application code.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Matt</title>
		<link>http://www.livelearncode.com/archives/26#comment-1693</link>
		<pubDate>Fri, 04 Jan 2008 07:20:28 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/26#comment-1693</guid>
					<description>Thanks for the update.  I will be spending this weekend bugfixing and updating, so look for changes soon.</description>
		<content:encoded><![CDATA[<p>Thanks for the update.  I will be spending this weekend bugfixing and updating, so look for changes soon.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dale</title>
		<link>http://www.livelearncode.com/archives/26#comment-1691</link>
		<pubDate>Thu, 03 Jan 2008 18:45:28 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/26#comment-1691</guid>
					<description>Facebook seems to have made a lot of changes to their API over the past several months.  In particular, it looks like the planned 17JAN08 changes to the profile_setFBML may break rfacebook .97.  Is that true?  Any chance you or someone else is going to have time to update rfacebook?</description>
		<content:encoded><![CDATA[<p>Facebook seems to have made a lot of changes to their API over the past several months.  In particular, it looks like the planned 17JAN08 changes to the profile_setFBML may break rfacebook .97.  Is that true?  Any chance you or someone else is going to have time to update rfacebook?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jeff Lim</title>
		<link>http://www.livelearncode.com/archives/26#comment-1607</link>
		<pubDate>Sat, 24 Nov 2007 05:18:02 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/26#comment-1607</guid>
					<description>Matt, I second Chris Vincent's (#comment-1496) comments on jypsie.com. I too attempted to post something, and heck, got a 500! And just as Chris observed, it's been 500 (for the ENTIRE site) ever since...

On the topic of bugfixes - care to comment on http://rubyforge.org/tracker/index.php?func=detail&amp;#38;aid=15869&amp;#38;group_id=3607&amp;#38;atid=13796 ?

And thanks for your great work! It's been nice to have a rails plugin for the stuff as well...</description>
		<content:encoded><![CDATA[<p>Matt, I second Chris Vincent&#8217;s (#comment-1496) comments on jypsie.com. I too attempted to post something, and heck, got a 500! And just as Chris observed, it&#8217;s been 500 (for the ENTIRE site) ever since&#8230;</p>
<p>On the topic of bugfixes - care to comment on <a href='http://rubyforge.org/tracker/index.php?func=detail&amp;aid=15869&amp;group_id=3607&amp;atid=13796' rel='nofollow'>http://rubyforge.org/tracker/index.php?func=detail&amp;aid=15869&amp;group_id=3607&amp;atid=13796</a> ?</p>
<p>And thanks for your great work! It&#8217;s been nice to have a rails plugin for the stuff as well&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Matt</title>
		<link>http://www.livelearncode.com/archives/26#comment-1543</link>
		<pubDate>Wed, 14 Nov 2007 20:22:02 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/26#comment-1543</guid>
					<description>@Garbo

Yea, these are definitely things on my list to get done...things have been super busy for me lately.  I plan on getting some serious feature addition and bugfixes in the next few weeks.</description>
		<content:encoded><![CDATA[<p>@Garbo</p>
<p>Yea, these are definitely things on my list to get done&#8230;things have been super busy for me lately.  I plan on getting some serious feature addition and bugfixes in the next few weeks.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Garbo</title>
		<link>http://www.livelearncode.com/archives/26#comment-1542</link>
		<pubDate>Wed, 14 Nov 2007 04:57:50 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/26#comment-1542</guid>
					<description>Matt, I would like to second Mason's comment:

&quot;On the feature-request end, it would be nice to be able to authenticated a user who both isn’t in an iframe AND isn’t in the canvas. Again, I had to upload a file, and was hoping to maintain facebook sessions, as all the necessary information is posted back, but your first check is to see if they’re in an iframe first… and if not, ignore auth information. If there was a nice way of overriding this… I’d hug you.&quot;

I have also spent the past few weeks toying around with a facebook application.  The major problem I have run into is when I try to upload a photo to facebook.  Primarily I am directing all requests/form submissions to &quot;apps.facebook.com/myapp/foo.&quot;  With this approach, there are no issues with the session.  However, when attempting to upload an image, I must submit the &quot;multipart/form-data&quot; form directly back to my server and the session is lost!  This is a royal pain in the ass and I am wondering if you have a workaround!

Basically, I am trying to take a user image posted by a multipart form and upload it directly to facebook in my controller.  Maybe I'm going about this all wrong, but one more headbutt and this monitor will be fresh out of pixels.  Any help would be much appreciated.

Cheers,
Brian</description>
		<content:encoded><![CDATA[<p>Matt, I would like to second Mason&#8217;s comment:</p>
<p>&#8220;On the feature-request end, it would be nice to be able to authenticated a user who both isn’t in an iframe AND isn’t in the canvas. Again, I had to upload a file, and was hoping to maintain facebook sessions, as all the necessary information is posted back, but your first check is to see if they’re in an iframe first… and if not, ignore auth information. If there was a nice way of overriding this… I’d hug you.&#8221;</p>
<p>I have also spent the past few weeks toying around with a facebook application.  The major problem I have run into is when I try to upload a photo to facebook.  Primarily I am directing all requests/form submissions to &#8220;apps.facebook.com/myapp/foo.&#8221;  With this approach, there are no issues with the session.  However, when attempting to upload an image, I must submit the &#8220;multipart/form-data&#8221; form directly back to my server and the session is lost!  This is a royal pain in the ass and I am wondering if you have a workaround!</p>
<p>Basically, I am trying to take a user image posted by a multipart form and upload it directly to facebook in my controller.  Maybe I&#8217;m going about this all wrong, but one more headbutt and this monitor will be fresh out of pixels.  Any help would be much appreciated.</p>
<p>Cheers,<br />
Brian
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Matt</title>
		<link>http://www.livelearncode.com/archives/26#comment-1506</link>
		<pubDate>Mon, 12 Nov 2007 20:10:09 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/26#comment-1506</guid>
					<description>@Chris

Glad to hear that RFacebook is mostly working in Rails 2.0.  Things have been pretty busy for me so I haven't had a lot of time to stay on top of that stuff, so any fixes you can make to the URL code is much appreciated :)

I've been hearing more reports of problems with the Jypsie forums.  I'm planning on revamping my personal site end of December, so at that time I'll look into forum alternatives (or perhaps contact JDG to see whats up with Jypsie these days).</description>
		<content:encoded><![CDATA[<p>@Chris</p>
<p>Glad to hear that RFacebook is mostly working in Rails 2.0.  Things have been pretty busy for me so I haven&#8217;t had a lot of time to stay on top of that stuff, so any fixes you can make to the URL code is much appreciated <img src='http://www.livelearncode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve been hearing more reports of problems with the Jypsie forums.  I&#8217;m planning on revamping my personal site end of December, so at that time I&#8217;ll look into forum alternatives (or perhaps contact JDG to see whats up with Jypsie these days).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Chris Vincent</title>
		<link>http://www.livelearncode.com/archives/26#comment-1496</link>
		<pubDate>Sun, 11 Nov 2007 21:37:41 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/26#comment-1496</guid>
					<description>Thanks so much for RFacebook and for keeping it up to date!  Here are a couple heads-up:

First off, the Jypsie site is fux0red... for the last few days, it seems I've been inadvertently crashing the site; I would attempt to post a forum topic only to be served with a 500 error.  But it doesn't stop there, because after this first 500 error, the entire site of Jypsie.com just serves 500s!  Happened yesterday and happened today.  In fact, the site is still down from when I tried to post a topic about half an hour ago.  Also, the forum lacks a search feature.  May I suggest linking up to a more reliable and usable forum?

Second, yesterday I installed Rails 2.0 RC1 and started a new Facebook app with RFacebook.  Congratulations, just about everything seems to be in working order!  The only thing I've found that doesn't work anymore is the URL code; so far, attempting to use a named route gives me an absolute URL to the app's hosted server rather than its respective canvas URL.  Such a break isn't unexpected, since Rails 2.0 has changed the way it handles named routes, but I suspect it should be an easy fix.  I'll probably try and work it out myself rather than wait for an update, and I'll be sure to send you the code if I'm successful in the endeavor.

Thanks again, I'm sure this project keeps you plenty busy, just know we developers are very grateful for your work!</description>
		<content:encoded><![CDATA[<p>Thanks so much for RFacebook and for keeping it up to date!  Here are a couple heads-up:</p>
<p>First off, the Jypsie site is fux0red&#8230; for the last few days, it seems I&#8217;ve been inadvertently crashing the site; I would attempt to post a forum topic only to be served with a 500 error.  But it doesn&#8217;t stop there, because after this first 500 error, the entire site of Jypsie.com just serves 500s!  Happened yesterday and happened today.  In fact, the site is still down from when I tried to post a topic about half an hour ago.  Also, the forum lacks a search feature.  May I suggest linking up to a more reliable and usable forum?</p>
<p>Second, yesterday I installed Rails 2.0 RC1 and started a new Facebook app with RFacebook.  Congratulations, just about everything seems to be in working order!  The only thing I&#8217;ve found that doesn&#8217;t work anymore is the URL code; so far, attempting to use a named route gives me an absolute URL to the app&#8217;s hosted server rather than its respective canvas URL.  Such a break isn&#8217;t unexpected, since Rails 2.0 has changed the way it handles named routes, but I suspect it should be an easy fix.  I&#8217;ll probably try and work it out myself rather than wait for an update, and I&#8217;ll be sure to send you the code if I&#8217;m successful in the endeavor.</p>
<p>Thanks again, I&#8217;m sure this project keeps you plenty busy, just know we developers are very grateful for your work!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Matt</title>
		<link>http://www.livelearncode.com/archives/26#comment-1209</link>
		<pubDate>Wed, 17 Oct 2007 15:11:36 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/26#comment-1209</guid>
					<description>Hey Mason,

Yea, sorry abou tht mock_ajax deprecation + behavior change - I had forgotten that I hadn't actually released a version with just the notice.

If you could submit your feature request on Rubyforge, that would be great.  Things have been very busy these days and it makes it a lot easier to go to one place than to dig through blog comments + jypsie forums + rubyforge.

Glad to hear things are working out so well!</description>
		<content:encoded><![CDATA[<p>Hey Mason,</p>
<p>Yea, sorry abou tht mock_ajax deprecation + behavior change - I had forgotten that I hadn&#8217;t actually released a version with just the notice.</p>
<p>If you could submit your feature request on Rubyforge, that would be great.  Things have been very busy these days and it makes it a lot easier to go to one place than to dig through blog comments + jypsie forums + rubyforge.</p>
<p>Glad to hear things are working out so well!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mason</title>
		<link>http://www.livelearncode.com/archives/26#comment-1207</link>
		<pubDate>Sun, 14 Oct 2007 22:25:29 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/26#comment-1207</guid>
					<description>Hiya. 

First, thanks for such an awesome plugin.  I was doing Facebook work with CodeIgniter before... not so much fun. 

One lil' bit:  When you upgraded to 0.9.7, you changed :mock_ajax to :full_callback.  While I appreciate this behavior (as I was using it for uploading a file to my server, since FB doesn't proxy FILE info), when you deprecate something, you typically don't remove the behavior in the same release.  When I went to deploy this morning, :mock_ajax was no longer working, and I freaked out for about ten seconds before I saw your deprecation warning in my logs. Working beautifully now, however.

On the feature-request end,  it would be nice to be able to authenticated a user who both isn't in an iframe AND isn't in the canvas.  Again, I had to upload a file, and was hoping to maintain facebook sessions, as all the necessary information is posted back, but your first check is to see if they're in an iframe first... and if not, ignore auth information.  If there was a nice way of overriding this... I'd hug you. 

Anyhow... thanks again. S'been a joy.</description>
		<content:encoded><![CDATA[<p>Hiya. </p>
<p>First, thanks for such an awesome plugin.  I was doing Facebook work with CodeIgniter before&#8230; not so much fun. </p>
<p>One lil&#8217; bit:  When you upgraded to 0.9.7, you changed :mock_ajax to :full_callback.  While I appreciate this behavior (as I was using it for uploading a file to my server, since FB doesn&#8217;t proxy FILE info), when you deprecate something, you typically don&#8217;t remove the behavior in the same release.  When I went to deploy this morning, :mock_ajax was no longer working, and I freaked out for about ten seconds before I saw your deprecation warning in my logs. Working beautifully now, however.</p>
<p>On the feature-request end,  it would be nice to be able to authenticated a user who both isn&#8217;t in an iframe AND isn&#8217;t in the canvas.  Again, I had to upload a file, and was hoping to maintain facebook sessions, as all the necessary information is posted back, but your first check is to see if they&#8217;re in an iframe first&#8230; and if not, ignore auth information.  If there was a nice way of overriding this&#8230; I&#8217;d hug you. </p>
<p>Anyhow&#8230; thanks again. S&#8217;been a joy.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
