Created
November 18, 2012 17:42
-
-
Save necenzurat/4106471 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** eroarea: | |
FacebookApiException Object | |
( | |
[result:protected] => Array | |
( | |
[error] => Array | |
( | |
[message] => Error validating access token: Session does not match current stored session. This may be because the user changed the password since the time the session was created or Facebook has changed the session for security reasons. | |
[type] => OAuthException | |
[code] => 190 | |
[error_subcode] => 460 | |
) | |
) | |
[message:protected] => Error validating access token: Session does not match current stored session. This may be because the user changed the password since the time the session was created or Facebook has changed the session for security reasons. | |
[string:Exception:private] => | |
[code:protected] => 0 | |
[file:protected] => /home/glazeon/public_html/kernel/facebook/base_facebook.php | |
[line:protected] => 1238 | |
[trace:Exception:private] => Array | |
( | |
[0] => Array | |
( | |
[file] => /home/glazeon/public_html/kernel/facebook/base_facebook.php | |
[line] => 870 | |
[function] => throwAPIException | |
[class] => BaseFacebook | |
[type] => -> | |
[args] => Array | |
( | |
[0] => Array | |
( | |
[error] => Array | |
( | |
[message] => Error validating access token: Session does not match current stored session. This may be because the user changed the password since the time the session was created or Facebook has changed the session for security reasons. | |
[type] => OAuthException | |
[code] => 190 | |
[error_subcode] => 460 | |
) | |
) | |
) | |
) | |
[1] => Array | |
( | |
[function] => _graph | |
[class] => BaseFacebook | |
[type] => -> | |
[args] => Array | |
( | |
[0] => /me | |
) | |
) | |
[2] => Array | |
( | |
[file] => /home/glazeon/public_html/kernel/facebook/base_facebook.php | |
[line] => 644 | |
[function] => call_user_func_array | |
[args] => Array | |
( | |
[0] => Array | |
( | |
[0] => Facebook Object | |
( | |
[sharedSessionID:protected] => | |
[appId:protected] => 309786269046612 | |
[appSecret:protected] => 12ec1c146e7c6119dec5a8bcb15c836f | |
[user:protected] => | |
[signedRequest:protected] => | |
[state:protected] => 4c39eb87509ad29aa4b0b7dd2e73ca8e | |
[accessToken:protected] => | |
[fileUploadSupport:protected] => | |
[trustForwarded:protected] => | |
) | |
[1] => _graph | |
) | |
[1] => Array | |
( | |
[0] => /me | |
) | |
) | |
) | |
[3] => Array | |
( | |
[file] => /home/glazeon/public_html/kernel/facebook.class.php | |
[line] => 44 | |
[function] => api | |
[class] => BaseFacebook | |
[type] => -> | |
[args] => Array | |
( | |
[0] => /me | |
) | |
) | |
[4] => Array | |
( | |
[file] => /home/glazeon/public_html/fb.php | |
[line] => 3 | |
[args] => Array | |
( | |
[0] => /home/glazeon/public_html/kernel/facebook.class.php | |
) | |
[function] => include_once | |
) | |
) | |
[previous:Exception:private] => | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment