<?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 on: How to create a Bebo application using PHP 5</title>
	<atom:link href="http://www.thoughtlabs.com/blogs/2008/05/08/how-to-create-a-bebo-application-using-php-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thoughtlabs.com/blogs/2008/05/08/how-to-create-a-bebo-application-using-php-5/</link>
	<description></description>
	<pubDate>Thu, 28 Aug 2008 10:14:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>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>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>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>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>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>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>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>
	<item>
		<title>By: excel</title>
		<link>http://www.thoughtlabs.com/blogs/2008/05/08/how-to-create-a-bebo-application-using-php-5/#comment-7</link>
		<dc:creator>excel</dc:creator>
		<pubDate>Sat, 10 May 2008 21:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thoughtlabs.com/blogs/?p=43#comment-7</guid>
		<description>[...] coherent post on how to create a Bebo application from end-to-end using PHP. Really well done.http://www.thoughtlabs.com/blogs/2008/05/08/how-to-create-a-bebo-application-using-php-5/Excel TutorialThis is a basic tutorial of Excel. START HERE Specific examples may refer to excel but [...]</description>
		<content:encoded><![CDATA[<p>[...] coherent post on how to create a Bebo application from end-to-end using PHP. Really well done.http://www.thoughtlabs.com/blogs/2008/05/08/how-to-create-a-bebo-application-using-php-5/Excel TutorialThis is a basic tutorial of Excel. START HERE Specific examples may refer to excel but [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
