Is it possible to initialize a Parse connection in PHP without using the Master Key? Other Parse API's can connect without using the Master key. Looking through the documentation and API source it does not seem possible.
Am I missing something?
Thanks!
For those wondering the same thing my research indicates that you must include the master key when connecting with PHP which means you should be taking lots of backups and lock down your server that has the master key embedded in the php code.