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

vm’s picture

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

allentseng’s picture

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.