From bc7cb6ec9c5a5329d781992d904a866d3075563f Mon Sep 17 00:00:00 2001
From: zolij <zolij86@gmail.com>
Date: Fri, 14 Mar 2014 19:22:03 +0100
Subject: [PATCH] =?UTF-8?q?API=20el=C3=A9r=C3=A9s=20m=C3=B3dos=C3=ADtva?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 php/AuthSCHClient.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/php/AuthSCHClient.class.php b/php/AuthSCHClient.class.php
index 42ac4d2..7d3a7ab 100644
--- a/php/AuthSCHClient.class.php
+++ b/php/AuthSCHClient.class.php
@@ -95,7 +95,7 @@ class AuthSCHClient {
     }
     
     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
-- 
GitLab