Create node only via REST Services disabling creation via web
Posted by Anonymous on March 2, 2012 at 11:54am
Hi,
I'm developing an iPhone app to populate Drupal nodes using client side DIOS libraries.
The server side is a Drupal 6 with Services 3.1 and REST server 3.1 modules.
I'm able to create nodes via iPhone interface after authentication but I want to restrict node creation only via iPhone app, denying users to create nodes directly from /node/add page.
Is there any way to do that?
Thanks,
Igor