Joshua Atkin
Results
1
comments of
Joshua Atkin
Yeah so I have skipped this route and just running curl from inside my PHP code using CURLOPT, something like this error_reporting(-1); ini_set('display_errors', true); $handle = curl_init(); $url = "https://api.parse.com/1/classes/myClass";...