Since I've seen some pretty fun things done with social networking apis (The twitter image encoding project for example) I decided to try and make a CMS/Blog completely administered via a facebook page or group.
How can I:
- Connect to a facebook account when the cms is installing and have it persistently connected (no need to re-auth)
- Have two sessions running at the same time using the facebook php library. (One for the "admin" facebook account and one for the user who is currently logged into facebook and viewing the site
- Get the newest notes (for converted into blog entries by the cms), status updates, links, photos, videos (with comments and "likes" for each of these)
- Upload photos and videos (didn't see it in the library)
The end goal is to have no apps needed to be added by the user on facebook. Creating a fully dynamic site will hopefully be as easy as clicking "Connect with Facebook" (later on I plan for the cms to sync up with twitter, youtube, etc aswell).
NOTE: I need the status updates, etc for a specific PAGE or GROUP owned by the user NOT the actual user.