Build applicaton on top of drupal-based site like facebook??
allentseng - July 30, 2009 - 05:58
I have setup a drupal site. how to I make this drupal site be able to build apps by developer like facebook??
any suggestion ??
I have setup a drupal site. how to I make this drupal site be able to build apps by developer like facebook??
any suggestion ??
=-=
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.