Bebo developer API PHP4 version
This is a php4 version of the bebo api and it would be easier to work with this version to develop your application if you are having the
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /lib/bebo.php on line 19
error with the version of the api on their website.
The file can be obtained here
Download the file and rename the file to bebo.php.
My next post will be a quick tutorial on porting facebooks app quickly to bebo apps in a few steps.
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /lib/bebo.php on line 19
error with the version of the api on their website.
The file can be obtained here
Download the file and rename the file to bebo.php.
My next post will be a quick tutorial on porting facebooks app quickly to bebo apps in a few steps.
5 Comments:
Hi Kendall,
I have been using your version of the Bebo API but it doesnt have a function for posting to a person's profile page.
Have you written a function for that? If you have would you mind sharing it?
Mark
gaelicgames@googlemail.com
By GaelicGames, at April 08, 2008
The bebo php 4 api has been updated
By Kendall Ananyi, at April 11, 2008
Hey,
It seems like it requires a couple of functions that aren't in PHP 4. I am missing http_build_query and simplexml_load_string. Are you doing something to get around this?
By sjf, at May 08, 2008
@sjf
you need the simple xml library to use it with php4
By Kendall Ananyi, at May 08, 2008
Hi kendall,
How do you get it to update a users profile box?
All the best,
Cian
By Anonymous, at January 28, 2009
Post a Comment
Links to this post:
Create a Link
<< Home