Answer the question
In order to leave comments, you need to log in
Bug API and outdated docks?
expiresIn returns 1970
status: 'connected',
authResponse: {
accessToken: '{access-token}',
expiresIn:'{unix-timestamp}',
reauthorize_required_in:'{seconds-until-token-expires}',
signedRequest:'{signed-parameter}',
userID:'{user-id}'
}
GuzzleHttp\Psr7\Request {#833
-method: "GET"
-requestTarget: null
-uri: GuzzleHttp\Psr7\Uri {#834
-scheme: "https"
-userInfo: ""
-host: "graph.facebook.com"
-port: null
-path: "/v3.3/me"
-query: "fields=id,name,first_name,last_name,email,hometown,picture.type(large)%7Burl,is_silhouette%7D,gender,age_range&access_token=***"
-fragment: ""
}
-headers: array:1 [
"Host" => array:1 [
0 => "graph.facebook.com"
]
]
-headerNames: array:1 [
"host" => "Host"
]
-protocol: "1.1"
-stream: null
}
^ array:5 [
"id" => "***"
"name" => "*** ***"
"first_name" => "***"
"last_name" => "***"
"picture" => array:1 [
"data" => array:2 [
"url" => "https://platform-lookaside.fbsbx.com/platform/profilepic/?asid=2701265266821013&height=200&width=200&ext=1627903864&hash=AeQXNyk4SXURQRffIBk"
"is_silhouette" => false
]
]
]
//'graphApiVersion' => 'v3.3',
//'graphApiVersion' => 'v2.8',
'graphApiVersion' => 'v2.10',
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question