mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: start vk oAuth
This commit is contained in:
@@ -124,7 +124,7 @@ class Apple extends OAuth
|
||||
{
|
||||
if (empty($this->user)) {
|
||||
$headers[] = 'Authorization: Bearer '. urlencode($accessToken);
|
||||
$user = $this->request('POST', 'https://api.dropboxapi.com/2/users/get_current_account', $headers);
|
||||
$user = $this->request('POST', '', $headers);
|
||||
$this->user = json_decode($user, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user