Posts under Tag: facebook
Facebook Iframe Apps And Long Pages

When you create iframe apps there is some nice code that Facebook provides so that the iframe itself can automatically resize to fit the content without leaving ugly scrollbars. The problem is when you link from the bottom of a long page to a short page you are not taken to the top of that short page, so sometimes all you see if a blank white canvas until you manually scroll up.

By with 1 comment
Closing the Facebook Invite Widget
facebook

I recently worked on a Flash based Facebook application, so of course I needed to use the Facebook multi-friend-selector invite widget. The Facebook javascript SDK makes it fairly easy to launch the request dialog. You have to specify a url for the form action, and by default you are redirected to that url after the invite is sent. This is [...]

By with 4 comments
Getting A Large Facebook Profile Image
facebook

The new graph api makes it really easy to show user profile pictures. It doesn’t however give you your full size profile picture. Find out how to get that too.

By with 1 comment
Facebook Application Gotcha’s
facebook

I’ve been building a few Facebook applications recently, and would like to share solutions to some things that caused me lots of headaches.

By with 0 comments