Entries from October 2007

Ganging Up on Facebook

Date October 31, 2007

Yesterday I read this interesting article titled Google and Friends to Gang Up on Facebook. The basis of the article was Google’s new alliances, which they hope will give them a way to take on Facebook. Specifically, Facebook’s recent decision to allow developers the ability to write against the Facebook platform API. The article states [...]

Facebook – fbml_refreshImgSrc

Date October 18, 2007

Maybe its just a temporary thing, but lately the Facebook server has had major issues with caching images.  If you are unaware, all images that are placed within a users profile page get scraped by Facebook and served up from their own internal servers.  If for some unforeseen reason there scraper fails your image gets replaced with [...]

Facebook – feed.publishTemplatizedAction

Date October 14, 2007

This past week Facebook added a new method on their REST server for sending news and mini feed stories. The method is “feed.publishTemplatizedAction” and the intent of this method is to replace the existing “feed.publishActionOfUser” with a method that is more “templatized”. Here is a sample we created which is a combination of static text [...]

Facebook Developer’s Garage – Phoenix

Date October 12, 2007

On November 14th @ the Tempe Center for the Arts Terralever will be hosting Phoenix’s inaugural Facebook Developer’s Garage. Anyone who is interested in diving deep into the Facebook Platform is welcome to join. The event is a forum to share ideas with local developers and listen to interesting presentations on the planning, development, implementation, [...]

Facebook <fbml:ref../>

Date October 3, 2007

For those of you who have embarked on writing a Facebook app, you may have faced the challenge of how to automatically update your profile fbml without forcing a user to take action. The approach I have found most effective is to use the <fbml:ref> tag. Facebook defines this command as a tag which “fetches [...]