Skip to content
Snippets Groups Projects
Commit bc7cb6ec authored by Janega Zoltán's avatar Janega Zoltán
Browse files

API elérés módosítva

parent 38c4cca3
No related merge requests found
...@@ -95,7 +95,7 @@ class AuthSCHClient { ...@@ -95,7 +95,7 @@ class AuthSCHClient {
} }
public function getData() { public function getData() {
return json_decode(file_get_contents(self::$host . 'api/view/scope/' . self::$scope . '?access_token=' . $this->tokens->access_token)); return json_decode(file_get_contents(self::$host . 'api/profile/?access_token=' . $this->tokens->access_token));
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment