Fresh Thoughts

Practical insights on digital marketing, social media strategy, content marketing, and analytics.

Facebook Updating the Developer App

By Cappy Popp · · Programming

Facebook says they will soon be updating the developer application that allows you to manage your applications. It's about time. It's a mess at the moment. As long as they don't break the application ...

Facebook Expands the Events API

By Cappy Popp · · Programming

Facebook reported yesterday that they are new Events API calls that will: "...allow applications to create, modify, and cancel events, as well as submit a user's RSVP to any event that the ...

How to create a Bebo application using PHP 5

By John Maver · · Programming

Introduction I have been answering a lot of email requests for how to get started with a Bebo application. Since applications can be written in any language that supports interaction with the Bebo ...

Facebook: and canvas page POSTing

By Cappy Popp · · Programming

I came across this issue today where I was getting an error when trying to add the to a canvas page of a page-only app. The app was installed on a Facebook Page of which I was an admin.

Bebo application platform is turned off!

By John Maver · · Programming

Bebo posted this today: Bebo is slow. Sorry! It's been growing a lot recently and we're not quite keeping up with the demand. Even though apps has nothing to do with the problem, we turned off apps ...

Dealing with MySQL Too Many Connections error

By John Maver · · Programming

Doorbell on Bebo is growing steadily, despite some randomness in the Bebo platform uptime. One side effect of its popularity was a new error – Too Many Connections. Here is a quick overview of the ...

Facebook vs. MySpace/OpenSocial Development

By Cappy Popp · · Programming

After having looked at MySpace's OpenSocial implementation I wanted to provide a comparison between it and the Facebook development platform. They are based upon completely different models and ...

Introduction to the Facebook Data Store API

By John Maver · · Programming

Facebook released the Data Store API Beta a few months ago, but I hadn’t had a chance to try it out until recently. There are many blog posts discussing the merits of its implementation, but I felt ...

PHP's mystical __set_state method

By Cappy Popp · · Programming

PHP 4.x introduced magic methods with the __serialize and __unserialize methods. Since then many have been added. Love them or hate them as a language abomination magic methods are here to stay. Most ...

Windows Dynamic System Environment Variables

By Cappy Popp · · Programming

For the longest time I have used 4NT as a replacement for the Windows CMD.exe shell. It provides an environment variable, _CWD, that provides the current working directory. I never knew that Windows ...