Advertisement
Guest User

Untitled

a guest
Dec 6th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 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] => /home/notrin/public_html/trackchair-drawing-contest.com/base_facebook.php
  18. [line:protected] => 1238
  19. [trace:Exception:private] => Array
  20. (
  21. [0] => Array
  22. (
  23. [file] => /home/notrin/public_html/trackchair-drawing-contest.com/base_facebook.php
  24. [line] => 870
  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] => /home/notrin/public_html/trackchair-drawing-contest.com/base_facebook.php
  60. [line] => 644
  61. [function] => call_user_func_array
  62. [args] => Array
  63. (
  64. [0] => Array
  65. (
  66. [0] => Facebook Object
  67. (
  68. [sharedSessionID:protected] =>
  69. [appId:protected] => 499682063405540
  70. [appSecret:protected] => 7e413772c3732a7e08d6a687b7c120f7
  71. [user:protected] =>
  72. [signedRequest:protected] =>
  73. [state:protected] => 85662e3ef887079fbfdd011613158c05
  74. [accessToken:protected] =>
  75. [fileUploadSupport:protected] =>
  76. [trustForwarded:protected] =>
  77. )
  78.  
  79. [1] => _graph
  80. )
  81.  
  82. [1] => Array
  83. (
  84. [0] => /me
  85. )
  86.  
  87. )
  88.  
  89. )
  90.  
  91. [3] => Array
  92. (
  93. [file] => /home/notrin/public_html/trackchair-drawing-contest.com/fbmain.php
  94. [line] => 53
  95. [function] => api
  96. [class] => BaseFacebook
  97. [type] => ->
  98. [args] => Array
  99. (
  100. [0] => /me
  101. )
  102.  
  103. )
  104.  
  105. [4] => Array
  106. (
  107. [file] => /home/notrin/public_html/trackchair-drawing-contest.com/index.php
  108. [line] => 2
  109. [args] => Array
  110. (
  111. [0] => /home/notrin/public_html/trackchair-drawing-contest.com/fbmain.php
  112. )
  113.  
  114. [function] => include_once
  115. )
  116.  
  117. )
  118.  
  119. [previous:Exception:private] =>
  120. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement