Guest User

Untitled

a guest
Apr 29th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. ----=={ oAuth 2.0 Wordflow }==----
  2. -= This is normal technical authorization info that will dissapear (Unless you get some errors) =-
  3.  
  4.  
  5. -=
  6.  
  7. Array
  8. (
  9. [do] => 1
  10. [nName] => Blogger #0
  11. [rpstDays] => 0
  12. [rpstHrs] => 0
  13. [rpstMins] => 0
  14. [rpstOn] => 0
  15. [rpstStop] => O
  16. [rpstOnlyPUP] => 0
  17. [fltrsOn] => 0
  18. [rpstBtwDays] => Array
  19. (
  20. )
  21.  
  22. [msgFormat] => %IMG%
  23. %RAWTEXT%
  24. [msgTFormat] => %TITLE%
  25. [appKey] => xxx
  26. [appSec] => xxx
  27. [inclTags] => 1
  28. [fltrs] => Array
  29. (
  30. )
  31.  
  32. [proxyOn] => 0
  33. [v] => 360
  34. [apiToUse] => bg
  35. [blogID] => xxx
  36. [rpstRndMins] => 0
  37. [rpstPostIncl] => 0
  38. [rpstType] => 2
  39. [rpstFromTime] =>
  40. [rpstToTime] =>
  41. [rpstOLDays] =>
  42. [rpstNWDays] =>
  43. [wpImgSize] => full
  44. )
  45.  
  46. https://www.googleapis.com/oauth2/v3/token?code= ... grant_type=authorization_code
  47.  
  48. Array
  49. (
  50. [access_token] => ...
  51. [token_type] => Bearer
  52. [expires_in] => 3600
  53. [refresh_token] => ...
  54. )
  55.  
  56.  
  57. ----=={ Expires: 2017-04-29 12:05:22 }==----
  58.  
  59. https://www.googleapis.com/blogger/v3/blogs/...
  60. access_token=ya...
  61.  
  62. Array
  63. (
  64. [headers] => Array
  65. (
  66. [vary] => Array
  67. (
  68. [0] => Origin
  69. [1] => X-Origin
  70. )
  71.  
  72. [content-type] => application/json; charset=UTF-8
  73. [content-encoding] => gzip
  74. [date] => Sat, 29 Apr 2017 09:05:22 GMT
  75. [expires] => Sat, 29 Apr 2017 09:05:22 GMT
  76. [cache-control] => private, max-age=0
  77. [x-content-type-options] => nosniff
  78. [x-frame-options] => SAMEORIGIN
  79. [x-xss-protection] => 1; mode=block
  80. [server] => GSE
  81. [alt-svc] => quic=":443"; ma=2592000; v="37,36,35"
  82. [transfer-encoding] => chunked
  83. )
  84.  
  85. [body] => {
  86. "error": {
  87. "errors": [
  88. {
  89. "domain": "global",
  90. "reason": "required",
  91. "message": "Required"
  92. }
  93. ],
  94. "code": 400,
  95. "message": "Required"
  96. }
  97. }
  98.  
  99. [response] => Array
  100. (
  101. [code] => 400
  102. [message] => Bad Request
  103. )
  104.  
  105. [cookies] => Array
  106. (
  107. )
  108.  
  109. )
  110.  
  111. Array
  112. (
  113. [error] => Array
  114. (
  115. [errors] => Array
  116. (
  117. [0] => Array
  118. (
  119. [domain] => global
  120. [reason] => required
  121. [message] => Required
  122. )
  123.  
  124. )
  125.  
  126. [code] => 400
  127. [message] => Required
  128. )
  129.  
  130. )
Advertisement
Add Comment
Please, Sign In to add comment