Which PHP framework is best for Facebook app?
- by ohho
I am new on Facebook app. The majority of Facebook sample apps are in PHP. Is there a PHP framework which integrates with Facebook (Graph) API you'd recommend?
I am looking for features listed below and don't want to reinvent the wheels:
link a Facebook user id to a local user profile database
detect whether user has liked the app
detect whether user has granted access the app
write on user's wall (status/photo)
Thanks!