You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
How would you expose a php based application for general consumption? I say "OT" because this applies to any back-end, not just php.
So far I have used XML-RPC to present an api that allows data to be passed back & forth to my application, but it's clunky. I'm thinking of moving to JSON, so that calls to my app can be embedded into JS.