Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. FacebookApiException Object
  2. (
  3. [result:protected] => Array
  4. (
  5. [error] => Array
  6. (
  7. [message] => An active access token must be used to query information about the current user.
  8. [type] => OAuthException
  9. [code] => 2500
  10. )
  11.  
  12. )
  13.  
  14. [message:protected] => An active access token must be used to query information about the current user.
  15. [string:Exception:private] =>
  16. [code:protected] => 0
  17. [file:protected] => /***/fb/base_facebook.php
  18. [line:protected] => 1133
  19. [trace:Exception:private] => Array
  20. (
  21. [0] => Array
  22. (
  23. [file] => /***/fb/base_facebook.php
  24. [line] => 813
  25. [function] => throwAPIException
  26. [class] => BaseFacebook
  27. [type] => ->
  28. [args] => Array
  29. (
  30. [0] => Array
  31. (
  32. [error] => Array
  33. (
  34. [message] => An active access token must be used to query information about the current user.
  35. [type] => OAuthException
  36. [code] => 2500
  37. )
  38.  
  39. )
  40.  
  41. )
  42.  
  43. )
  44.  
  45. [1] => Array
  46. (
  47. [function] => _graph
  48. [class] => BaseFacebook
  49. [type] => ->
  50. [args] => Array
  51. (
  52. [0] => /me
  53. )
  54.  
  55. )
  56.  
  57. [2] => Array
  58. (
  59. [file] => /***/fb/base_facebook.php
  60. [line] => 587
  61. [function] => call_user_func_array
  62. [args] => Array
  63. (
  64. [0] => Array
  65. (
  66. [0] => Facebook Object
  67. (
  68. [appId:protected] => ****
  69. [appSecret:protected] => ****
  70. [user:protected] =>
  71. [signedRequest:protected] =>
  72. [state:protected] => ****
  73. [accessToken:protected] =>
  74. [fileUploadSupport:protected] =>
  75. )
  76.  
  77. [1] => _graph
  78. )
  79.  
  80. [1] => Array
  81. (
  82. [0] => /me
  83. )
  84.  
  85. )
  86.  
  87. )
  88.  
  89. [3] => Array
  90. (
  91. [file] => ****/test.php
  92. [line] => 22
  93. [function] => api
  94. [class] => BaseFacebook
  95. [type] => ->
  96. [args] => Array
  97. (
  98. [0] => /me
  99. )
  100.  
  101. )
  102.  
  103. )
  104.  
  105. [previous:Exception:private] =>
  106. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement