Labs: Facebook OAuth
-
Jan1420120adminIn this article we'll show you how you can easily add caching to your Facebook calls. When you retrieve FB objects using the PHP Facebook SDK (https://github.com/facebook/php-sdk) you make an extensive use of the FB web services. Web services involve HTTP calls. As soon as you loop through objects like this : <?$vox_album = $facebook->api("/$album_id/photos"); foreach($vox_album["data"]...