I am having issues in the first step of the OAuth process, getting the initial access token. I have created a
SimpleOAuth2Handler:
$handler = new SimpleOAuth2Handler($server, $scope);
I then call the "GetAuthorizationUrl" function, and get back:
(with the appropriate values for client_id and redirect uri). But when I go to that url, all I get back is "No service was found".
I am waiting for my access level to be re-approved, but that's the only thing I can come up with.
thanks,
Andy