I\'m attempting \"the first call\" as outlined by the Paypal API documentation. This is the example provided that I\'m following:
curl https://api.sandbox.pa
Having a good trawl around I pieced together parts from developers with other problems. I successfully gained my access token using the following code:
access_token); } curl_close($ch); ?>