Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2012
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. object(FacebookApiException)#16 (8) {
  2. ["result":protected]=>
  3. array(1) {
  4. ["error"]=>
  5. array(3) {
  6. ["message"]=>
  7. string(30) "An unknown error has occurred."
  8. ["type"]=>
  9. string(14) "OAuthException"
  10. ["code"]=>
  11. int(1)
  12. }
  13. }
  14. ["message":protected]=>
  15. string(30) "An unknown error has occurred."
  16. ["string":"Exception":private]=>
  17. string(0) ""
  18. ["code":protected]=>
  19. int(0)
  20. ["file":protected]=>
  21. string(71) "/var/www/vhosts/hidden/development/class/base_facebook.php"
  22. ["line":protected]=>
  23. int(1106)
  24. ["trace":"Exception":private]=>
  25. array(5) {
  26. [0]=>
  27. array(6) {
  28. ["file"]=>
  29. string(71) "/var/www/vhosts/hidden/development/class/base_facebook.php"
  30. ["line"]=>
  31. int(810)
  32. ["function"]=>
  33. string(17) "throwAPIException"
  34. ["class"]=>
  35. string(12) "BaseFacebook"
  36. ["type"]=>
  37. string(2) "->"
  38. ["args"]=>
  39. array(1) {
  40. [0]=>
  41. array(1) {
  42. ["error"]=>
  43. array(3) {
  44. ["message"]=>
  45. string(30) "An unknown error has occurred."
  46. ["type"]=>
  47. string(14) "OAuthException"
  48. ["code"]=>
  49. int(1)
  50. }
  51. }
  52. }
  53. }
  54. [1]=>
  55. array(4) {
  56. ["function"]=>
  57. string(6) "_graph"
  58. ["class"]=>
  59. string(12) "BaseFacebook"
  60. ["type"]=>
  61. string(2) "->"
  62. ["args"]=>
  63. array(3) {
  64. [0]=>
  65. string(23) "/103885076391062/albums"
  66. [1]=>
  67. string(4) "post"
  68. [2]=>
  69. array(2) {
  70. ["name"]=>
  71. string(8) "testtest"
  72. ["message"]=>
  73. string(9) "test test"
  74. }
  75. }
  76. }
  77. [2]=>
  78. array(4) {
  79. ["file"]=>
  80. string(71) "/var/www/vhosts/hidden/development/class/base_facebook.php"
  81. ["line"]=>
  82. int(587)
  83. ["function"]=>
  84. string(20) "call_user_func_array"
  85. ["args"]=>
  86. array(2) {
  87. [0]=>
  88. array(2) {
  89. [0]=>
  90. object(Facebook)#1 (7) {
  91. ["appId":protected]=>
  92. string(15) "274556869276495"
  93. ["appSecret":protected]=>
  94. string(32) "347123a94b1b7cd1369698967c5439d6"
  95. ["user":protected]=>
  96. string(15) "100002398358632"
  97. ["signedRequest":protected]=>
  98. array(4) {
  99. ["algorithm"]=>
  100. string(11) "HMAC-SHA256"
  101. ["code"]=>
  102. string(80) "2.AQDFYgiLXkJpIDYU.3600.1345654800.1-100002398358632|GorABXPzYbG7w4AbVWrOZekG-E8"
  103. ["issued_at"]=>
  104. int(1345649077)
  105. ["user_id"]=>
  106. string(15) "100002398358632"
  107. }
  108. ["state":protected]=>
  109. string(32) "7745a347f09e567bb4e5460b96d82237"
  110. ["accessToken":protected]=>
  111. string(119) "AAAD5tUCp808BAG72TRG7Mv05eVItpZAsUQyjBRkyi3H2m0bJIAcxgDZAZBdcCGTttsRL5ZBOnVLZCaLVi0pl1cxE2gUhYxJ1W2e8ZAelb5c4uiFULdk552"
  112. ["fileUploadSupport":protected]=>
  113. bool(true)
  114. }
  115. [1]=>
  116. string(6) "_graph"
  117. }
  118. [1]=>
  119. array(3) {
  120. [0]=>
  121. string(23) "/103885076391062/albums"
  122. [1]=>
  123. string(4) "post"
  124. [2]=>
  125. array(2) {
  126. ["name"]=>
  127. string(8) "testtest"
  128. ["message"]=>
  129. string(9) "test test"
  130. }
  131. }
  132. }
  133. }
  134. [3]=>
  135. array(6) {
  136. ["file"]=>
  137. string(76) "/var/www/vhosts/hidden/development/cms/backend/publishAlbum.php"
  138. ["line"]=>
  139. int(50)
  140. ["function"]=>
  141. string(3) "api"
  142. ["class"]=>
  143. string(12) "BaseFacebook"
  144. ["type"]=>
  145. string(2) "->"
  146. ["args"]=>
  147. array(3) {
  148. [0]=>
  149. string(23) "/103885076391062/albums"
  150. [1]=>
  151. string(4) "post"
  152. [2]=>
  153. array(2) {
  154. ["name"]=>
  155. string(8) "testtest"
  156. ["message"]=>
  157. string(9) "test test"
  158. }
  159. }
  160. }
  161. [4]=>
  162. array(4) {
  163. ["file"]=>
  164. string(61) "/var/www/vhosts/hidden/development/cms/index.php"
  165. ["line"]=>
  166. int(218)
  167. ["args"]=>
  168. array(1) {
  169. [0]=>
  170. string(76) "/var/www/vhosts/hidden/development/cms/backend/publishAlbum.php"
  171. }
  172. ["function"]=>
  173. string(7) "require"
  174. }
  175. }
  176. ["previous":"Exception":private]=>
  177. NULL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement