Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----=={ oAuth 2.0 Wordflow }==----
- -= This is normal technical authorization info that will dissapear (Unless you get some errors) =-
- -=
- Array
- (
- [do] => 1
- [nName] => Blogger #0
- [rpstDays] => 0
- [rpstHrs] => 0
- [rpstMins] => 0
- [rpstOn] => 0
- [rpstStop] => O
- [rpstOnlyPUP] => 0
- [fltrsOn] => 0
- [rpstBtwDays] => Array
- (
- )
- [msgFormat] => %IMG%
- %RAWTEXT%
- [msgTFormat] => %TITLE%
- [appKey] => xxx
- [appSec] => xxx
- [inclTags] => 1
- [fltrs] => Array
- (
- )
- [proxyOn] => 0
- [v] => 360
- [apiToUse] => bg
- [blogID] => xxx
- [rpstRndMins] => 0
- [rpstPostIncl] => 0
- [rpstType] => 2
- [rpstFromTime] =>
- [rpstToTime] =>
- [rpstOLDays] =>
- [rpstNWDays] =>
- [wpImgSize] => full
- )
- https://www.googleapis.com/oauth2/v3/token?code= ... grant_type=authorization_code
- Array
- (
- [access_token] => ...
- [token_type] => Bearer
- [expires_in] => 3600
- [refresh_token] => ...
- )
- ----=={ Expires: 2017-04-29 12:05:22 }==----
- https://www.googleapis.com/blogger/v3/blogs/...
- access_token=ya...
- Array
- (
- [headers] => Array
- (
- [vary] => Array
- (
- [0] => Origin
- [1] => X-Origin
- )
- [content-type] => application/json; charset=UTF-8
- [content-encoding] => gzip
- [date] => Sat, 29 Apr 2017 09:05:22 GMT
- [expires] => Sat, 29 Apr 2017 09:05:22 GMT
- [cache-control] => private, max-age=0
- [x-content-type-options] => nosniff
- [x-frame-options] => SAMEORIGIN
- [x-xss-protection] => 1; mode=block
- [server] => GSE
- [alt-svc] => quic=":443"; ma=2592000; v="37,36,35"
- [transfer-encoding] => chunked
- )
- [body] => {
- "error": {
- "errors": [
- {
- "domain": "global",
- "reason": "required",
- "message": "Required"
- }
- ],
- "code": 400,
- "message": "Required"
- }
- }
- [response] => Array
- (
- [code] => 400
- [message] => Bad Request
- )
- [cookies] => Array
- (
- )
- )
- Array
- (
- [error] => Array
- (
- [errors] => Array
- (
- [0] => Array
- (
- [domain] => global
- [reason] => required
- [message] => Required
- )
- )
- [code] => 400
- [message] => Required
- )
- )
Advertisement
Add Comment
Please, Sign In to add comment