Which PHP framework is best for Facebook app?
Posted
by
ohho
on Programmers
See other posts from Programmers
or by ohho
Published on 2011-03-25T10:08:09Z
Indexed on
2012/09/29
3:51 UTC
Read the original article
Hit count: 423
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!
© Programmers or respective owner