<?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"
	>
<channel>
	<title>Comments for Thought Labs Blog</title>
	<atom:link href="http://www.thoughtlabs.com/blogs/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thoughtlabs.com/blogs</link>
	<description></description>
	<pubDate>Thu, 28 Aug 2008 10:06:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on How to create a Bebo application using PHP 5 by John Maver</title>
		<link>http://www.thoughtlabs.com/blogs/2008/05/08/how-to-create-a-bebo-application-using-php-5/#comment-238</link>
		<dc:creator>John Maver</dc:creator>
		<pubDate>Sun, 27 Jul 2008 11:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thoughtlabs.com/blogs/?p=43#comment-238</guid>
		<description>y2kprawn,

The sentence where you describe the format of the xbox data is cut off.

There are only two things you can do on the profile - FBML and flash. So, if getting the data on the application canvas page and then writing an FBML representation of it on the profile doesn't meet your needs, then you can write a quick flash application that provides a richer experience. 


John</description>
		<content:encoded><![CDATA[<p>y2kprawn,</p>
<p>The sentence where you describe the format of the xbox data is cut off.</p>
<p>There are only two things you can do on the profile - FBML and flash. So, if getting the data on the application canvas page and then writing an FBML representation of it on the profile doesn&#8217;t meet your needs, then you can write a quick flash application that provides a richer experience. </p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a Bebo application using PHP 5 by y2kprawn</title>
		<link>http://www.thoughtlabs.com/blogs/2008/05/08/how-to-create-a-bebo-application-using-php-5/#comment-237</link>
		<dc:creator>y2kprawn</dc:creator>
		<pubDate>Mon, 21 Jul 2008 23:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thoughtlabs.com/blogs/?p=43#comment-237</guid>
		<description>Hi there, 

cheers for the coherent and easy to follow introduction to this topic. 

I am trying to make an application to allow users to post their XBOX tags on their profile page, as a social networking site I should be able to do this to increase my usage and have a nice thing for my rep. 

So I have all my app hooked up to discover to my shock that the profile part of the app does not support iframes. 

What...

I mean , please , come on !!

I am trying to get content from XBOX , this is in the form of 



I need another way of rendering this content into the Profile page , as this is the only place where this would be of any use. 

Do you have any suggestions for me, this would be an excellent community tool and would be a really top kudos to Bebo,

Rob</description>
		<content:encoded><![CDATA[<p>Hi there, </p>
<p>cheers for the coherent and easy to follow introduction to this topic. </p>
<p>I am trying to make an application to allow users to post their XBOX tags on their profile page, as a social networking site I should be able to do this to increase my usage and have a nice thing for my rep. </p>
<p>So I have all my app hooked up to discover to my shock that the profile part of the app does not support iframes. </p>
<p>What&#8230;</p>
<p>I mean , please , come on !!</p>
<p>I am trying to get content from XBOX , this is in the form of </p>
<p>I need another way of rendering this content into the Profile page , as this is the only place where this would be of any use. </p>
<p>Do you have any suggestions for me, this would be an excellent community tool and would be a really top kudos to Bebo,</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a Bebo application using PHP 5 by eddieh</title>
		<link>http://www.thoughtlabs.com/blogs/2008/05/08/how-to-create-a-bebo-application-using-php-5/#comment-132</link>
		<dc:creator>eddieh</dc:creator>
		<pubDate>Tue, 17 Jun 2008 19:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thoughtlabs.com/blogs/?p=43#comment-132</guid>
		<description>Cheers - I try this out. :)</description>
		<content:encoded><![CDATA[<p>Cheers - I try this out. <img src='http://www.thoughtlabs.com/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a Bebo application using PHP 5 by John Maver</title>
		<link>http://www.thoughtlabs.com/blogs/2008/05/08/how-to-create-a-bebo-application-using-php-5/#comment-114</link>
		<dc:creator>John Maver</dc:creator>
		<pubDate>Fri, 13 Jun 2008 21:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thoughtlabs.com/blogs/?p=43#comment-114</guid>
		<description>Get the current value of the URL when sig =0. Paste that into the signature tool. It will give you a new value for sig. Replace sig=0 with the new value and it should work. 

You paste something like this(replacing the **** sections ) into the sig tool

&lt;code&gt;http://www.bebo.com/multi_friend_selector.php?sig=0&#038;api_key=*****yourapikey*****&#038;content=Hey, try out my app. &lt;sn:req-choice url='http://www.bebo.com/c/apps/add?ApiKey%3=*****yourapikey*****&#038;next=http%3A%2F%2Fapps.bebo.com%2F*****yourappname****%2F' label='Add this application' /&gt;&#038;type=Invite&#038;action=http://apps.bebo.com/*****yourappname****/&#038;actiontext=Which friends do you want to invite?&#038;invite=true&lt;/code&gt;

and get 
Final Signature (md5 of above)
Bc9e9999c9999999d99ac9b9defafb99

Then replace sig=0 with the Bc9e9999c9999999d99ac9b9defafb99 in your code.</description>
		<content:encoded><![CDATA[<p>Get the current value of the URL when sig =0. Paste that into the signature tool. It will give you a new value for sig. Replace sig=0 with the new value and it should work. </p>
<p>You paste something like this(replacing the **** sections ) into the sig tool</p>
<p><code><a href="http://www.bebo.com/multi_friend_selector.php?sig=0&#038;api_key=" rel="nofollow">http://www.bebo.com/multi_friend_selector.php?sig=0&#038;api_key=</a>*****yourapikey*****&#038;content=Hey, try out my app. <sn :req-choice url='http://www.bebo.com/c/apps/add?ApiKey%3=*****yourapikey*****&#038;next=http%3A%2F%2Fapps.bebo.com%2F*****yourappname****%2F' label='Add this application' />&#038;type=Invite&#038;action=http://apps.bebo.com/*****yourappname****/&#038;actiontext=Which friends do you want to invite?&#038;invite=true</code></p>
<p>and get<br />
Final Signature (md5 of above)<br />
Bc9e9999c9999999d99ac9b9defafb99</p>
<p>Then replace sig=0 with the Bc9e9999c9999999d99ac9b9defafb99 in your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a Bebo application using PHP 5 by eddieh</title>
		<link>http://www.thoughtlabs.com/blogs/2008/05/08/how-to-create-a-bebo-application-using-php-5/#comment-113</link>
		<dc:creator>eddieh</dc:creator>
		<pubDate>Fri, 13 Jun 2008 20:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thoughtlabs.com/blogs/?p=43#comment-113</guid>
		<description>Cheers for this useful code. I'm confused with a certain part of the code comments though.

This is a two step process. Generate the url for the invite page
        // Then go to http://www.bebo.com/AppToolSig.jsp and paste it in. At the bottom, you will get a signature. Update the value above.

How do I generate the url for the invite page and where should I paste it in the php code?</description>
		<content:encoded><![CDATA[<p>Cheers for this useful code. I&#8217;m confused with a certain part of the code comments though.</p>
<p>This is a two step process. Generate the url for the invite page<br />
        // Then go to <a href="http://www.bebo.com/AppToolSig.jsp" rel="nofollow">http://www.bebo.com/AppToolSig.jsp</a> and paste it in. At the bottom, you will get a signature. Update the value above.</p>
<p>How do I generate the url for the invite page and where should I paste it in the php code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Changing Meaning of ROI: Proving the Value of Social Media by Facebook Pages: Free as in Beer? &#124; Thought Labs Blog</title>
		<link>http://www.thoughtlabs.com/blogs/2008/06/10/the-changing-meaning-of-roi-proving-the-value-of-social-media-2/#comment-105</link>
		<dc:creator>Facebook Pages: Free as in Beer? &#124; Thought Labs Blog</dc:creator>
		<pubDate>Tue, 10 Jun 2008 18:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thoughtlabs.com/blogs/?p=67#comment-105</guid>
		<description>[...] of the former or the latter. The same rules apply for all other social media ROI as I've said in this post. Depending upon your social media strategy you need to understand that to make your Facebook page [...]</description>
		<content:encoded><![CDATA[<p>[...] of the former or the latter. The same rules apply for all other social media ROI as I&#8217;ve said in this post. Depending upon your social media strategy you need to understand that to make your Facebook page [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Changing Meaning of ROI: Proving the Value of Social Media by Online Reviews &#187; Blog Archive &#187; The Changing Meaning of ROI: Proving the Value of Social Media</title>
		<link>http://www.thoughtlabs.com/blogs/2008/06/10/the-changing-meaning-of-roi-proving-the-value-of-social-media-2/#comment-104</link>
		<dc:creator>Online Reviews &#187; Blog Archive &#187; The Changing Meaning of ROI: Proving the Value of Social Media</dc:creator>
		<pubDate>Tue, 10 Jun 2008 16:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thoughtlabs.com/blogs/?p=67#comment-104</guid>
		<description>[...] Original post by Thought Labs Blog [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post by Thought Labs Blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook: &#60;Fb:page-admin-edit-header/&#62; and canvas page POSTing by How to stay in facebook Page context &#171; Tech Notes @ Fernvale</title>
		<link>http://www.thoughtlabs.com/blogs/2008/02/22/facebook-and-canvas-page-posting/#comment-49</link>
		<dc:creator>How to stay in facebook Page context &#171; Tech Notes @ Fernvale</dc:creator>
		<pubDate>Fri, 30 May 2008 07:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thoughtlabs.com/blogs/2008/02/22/facebook-and-canvas-page-posting/#comment-49</guid>
		<description>[...] in Page context&#8221; in order for &#60;fb:page-admin-edit-header/&#62; to be rendered. Thanks to Thought Labs Blog, for documenting the way to do so: you MUST add the &#8216;fb_page_id=[pageID]&#8216; URL param to [...]</description>
		<content:encoded><![CDATA[<p>[...] in Page context&#8221; in order for &lt;fb:page-admin-edit-header/&gt; to be rendered. Thanks to Thought Labs Blog, for documenting the way to do so: you MUST add the &#8216;fb_page_id=[pageID]&#8216; URL param to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a Bebo application using PHP 5 by John Maver&#8217;s Blog: How to create a Bebo application using PHP 5 &#124; Development Blog With Code Updates : Developercast.com</title>
		<link>http://www.thoughtlabs.com/blogs/2008/05/08/how-to-create-a-bebo-application-using-php-5/#comment-9</link>
		<dc:creator>John Maver&#8217;s Blog: How to create a Bebo application using PHP 5 &#124; Development Blog With Code Updates : Developercast.com</dc:creator>
		<pubDate>Mon, 12 May 2008 22:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thoughtlabs.com/blogs/?p=43#comment-9</guid>
		<description>[...] this new post on his blog, John Maver gives a step-by-step guide for creating a PHP5 application for the popular [...]</description>
		<content:encoded><![CDATA[<p>[...] this new post on his blog, John Maver gives a step-by-step guide for creating a PHP5 application for the popular [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a Bebo application using PHP 5 by www.tagsto.com/trackback/</title>
		<link>http://www.thoughtlabs.com/blogs/2008/05/08/how-to-create-a-bebo-application-using-php-5/#comment-8</link>
		<dc:creator>www.tagsto.com/trackback/</dc:creator>
		<pubDate>Sun, 11 May 2008 10:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thoughtlabs.com/blogs/?p=43#comment-8</guid>
		<description>&lt;strong&gt;Hubs of How to create a Bebo application using PHP 5...&lt;/strong&gt;

hubs about Directory Servers to In almost every case, you will leave this checked. Callback URL - the location on your server that holds your files. I like to have the directory match the application url I set above, and I end it in a slash. ......</description>
		<content:encoded><![CDATA[<p><strong>Hubs of How to create a Bebo application using PHP 5&#8230;</strong></p>
<p>hubs about Directory Servers to In almost every case, you will leave this checked. Callback URL - the location on your server that holds your files. I like to have the directory match the application url I set above, and I end it in a slash. &#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
