If you’ve ever tried to use the native Facebook share functionality to share a specific tab on a Facebook fan page, you’ve realized that Facebook handles page tabs differently than external content, overriding the IFRAME tab’s Open Graph meta data with content from the fan page itself.
Getting Like Count on a Facebook Fan Page Using the PHP SDK & FQL
I’m working on a project that will end up being age-gated because of graphic content. (No, not porn, unfortunately, but a blood and gore video game is almost as good.) It’s also like-gated, so we needed to fetch the number of people who liked the page, so that certain content would be unlocked when the like-count reached a certain number.
App tabs disappearing in HTTPS-Only mode
You may have heard the buzz a little while back about how Facebook now allows users to select “HTTPS-Only” mode which forced Facebook to run over SSL. This is good news for users, but has a pretty big impact on developers, some of which I mentioned here. We knew that users would see a warning if they try to access your non-SSL canvas app and they’re in HTTPS-Only mode, but...