Community & Support

Build applicaton on top of drupal-based site like facebook??

I have setup a drupal site. how to I make this drupal site be able to build apps by developer like facebook??

any suggestion ??

Comments

=-=

I'd guess you start with api.drupal.org and build custom modules that interact with the core

facebook-platform

after reading facebook php client library. I now know that facebook implement REST server for client application to communicate with. that point me to http://drupal.org/project/rest_provider or http://drupal.org/project/rest_server.