Thanks for replying. Unfortunately the redirect_uri looks good. Facebook is authenticating the app just fine. It seems to me that process() isn't parsing the token out of the returned code properly. I'm getting this URL returned to me from Facebook.
bart.jobbump.shareframe.net:8801/So
...
The URL in my Facebook App settings is also:
bart.jobbump.shareframe.net:8801/So
...
I'm still getting these errors back...
Notice (8): A session had already been started - ignoring session_start() [APP/Controller/Component/OauthClientComponent.php, line 183] << This is your script in a CakePHP component.
and this error from 'access_token_error'...
it was not possible to access the OAuth access token: it was returned an unexpected response status 400 Response: {"error":{"message":"Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request","type":"OAuthException","code":100}}