Facebook Simple API is class library that greatly simplifies your ability to get data about your Facebook profile, from Facebook, via it’s API.
Features
Super easy access to the Facebook API Full caching delivers speed Returns formatted data as well as raw data Uses Facebooks latest Graph API v3.0 SDK API includes status update
This class offers many different formats for returning data; whether it’s the raw data straight from the API, or custom data prepared by the class, to HTML formatted data.
Update v1.1.1
Can post to page wall as the admin, instead of yourself
Update v1.1
Add clear.php file that can be called to clear the cache Minor enhancements and improvements Brings the core files up-to-date with my other Facebook Items
Api Calls
FRIENDS
Get Friends List
Get Friend Count
Get Friends Photo
Get Friends Photos as HTML
Get Friends Raw Data
STATUSES
Get Statuses with Info
Get Statuses
Get Status as HTML
Get Status Raw Data
Add Status
Add Link
FEED
Get Feed as HTML*
Get Feed Raw Data
EVENTS
Get Event Raw Data
Add Event
PROFILE
Get First Name
Get Last Name
Get Your Full Name
Get Gender
Get Birthday
Get Email
Get Bio
Get Facebook Id
Get Relationship Status
Get Significant Other
Get Profile Image URL
Get Profile URL
Get Profile Raw Data
*This is reconstruction of the feed and not directly provided by Facebook. Due to this fact it only contain common feed types. Please see the demo for examples of supported types.