Skip to content

Commit

Permalink
Facebook graph api 버전 업데이트 (v2.11 to v7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed Jul 1, 2020
1 parent 5663478 commit 63e9ede
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 20 deletions.
4 changes: 2 additions & 2 deletions OAUTH2/FACEBOOK.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* token url
* @var string
*/
private $reqToken = 'https://graph.facebook.com/v2.11/oauth/access_token';
private $reqToken = 'https://graph.facebook.com/v7.0/oauth/access_token';
/**
* revoke url
* @var string
Expand All @@ -73,7 +73,7 @@
* user information url
* @var string
*/
private $reqUser = 'https://graph.facebook.com/v2.11/me';
private $reqUser = 'https://graph.facebook.com/v7.0/me';
/**
* app information
* @var stdClass memebr는 다음과 같음
Expand Down
38 changes: 25 additions & 13 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,28 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2019-05-14</date>
<time>01:14:19</time>
<date>2020-07-01</date>
<time>15:52:40</time>
<version>
<release>1.0.9</release>
<release>1.0.10</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* fixed facebook login window is always in popup mode
* remove closed DAUM provider
* add microsoft provider
<notes>* Facebook graph api 버전 업데이트 (v2.11 to v7.0)
</notes>
<contents>
<dir name="/">
<file role="php" md5sum="f2e3496bb7a08a46cf9c46f158a06a66" name="OAUTH2.php" />
<file role="php" md5sum="fb4c01824286860902c101331b631311" name="OAUTH2/FACEBOOK.php" />
<file role="php" md5sum="4c01640417fc3fb74e480352344fe436" name="OAUTH2/GITHUB.php" />
<file role="php" md5sum="d994bab096cabca98b75495853dac75c" name="OAUTH2/GOOGLE.php" />
<file role="php" md5sum="8a4aed2f66e36d47a8bf4b39d2c30329" name="OAUTH2/KAKAO.php" />
<file role="php" md5sum="33403bea272684e9c8db9c6c6cd277e5" name="OAUTH2/MICROSOFT.php" />
<file role="php" md5sum="801cd9fd3422d81b10fa0efd7d4500ce" name="OAUTH2/NAVER.php" />
<file role="php" md5sum="64b3759e96ca40eb7d7d8e0bc92f2d33" name="OAUTH2.php" />
<file role="php" md5sum="cb47ba0054bcd9f20d061b39a7094e1a" name="OAUTH2/FACEBOOK.php" />
<file role="php" md5sum="245460874d39d8333fcab43e9fa9c03f" name="OAUTH2/GITHUB.php" />
<file role="php" md5sum="24fd683ef49762a89d1ca4b79c53a532" name="OAUTH2/GOOGLE.php" />
<file role="php" md5sum="d3b9c949e4aa4d9becc03ed041f122af" name="OAUTH2/KAKAO.php" />
<file role="php" md5sum="3f38a5f198985e6785a7b3d292cbee4b" name="OAUTH2/MICROSOFT.php" />
<file role="php" md5sum="92052e6670fb1a08734ddb15b93f770b" name="OAUTH2/NAVER.php" />
<file role="php" md5sum="f4944e1961b5d6ea925b0b38f3e1430f" name="OAUTH2/logout-agree.template" />
<file role="php" md5sum="318f0bc144dd8ad28be690f6e9ff2af3" name="OAUTH2/logout-no-auto.template" />
<file role="php" md5sum="3f38dd2c30e3a33dca52a253908c96a6" name="OAUTH2/logout.template" />
Expand Down Expand Up @@ -61,6 +59,20 @@
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>1.0.10</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2020-07-01</date>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* Facebook graph api 버전 업데이트 (v2.11 to v7.0)
</notes>
</release>
<release>
<version>
<release>1.0.9</release>
Expand Down
22 changes: 17 additions & 5 deletions package.xml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@
<date>@curdate@</date>
<time>@curtime@</time>
<version>
<release>1.0.9</release>
<release>1.0.10</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* fixed facebook login window is always in popup mode
* remove closed DAUM provider
* add microsoft provider
<notes>* Facebook graph api 버전 업데이트 (v2.11 to v7.0)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -63,7 +61,7 @@
<changelog>
<release>
<version>
<release>1.0.9</release>
<release>1.0.10</release>
<api>1.0.0</api>
</version>
<stability>
Expand All @@ -72,6 +70,20 @@
</stability>
<date>@curdate@</date>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* Facebook graph api 버전 업데이트 (v2.11 to v7.0)
</notes>
</release>
<release>
<version>
<release>1.0.9</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2019-05-14</date>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* fixed facebook login window is always in popup mode
* remove closed DAUM provider
* add microsoft provider
Expand Down

0 comments on commit 63e9ede

Please sign in to comment.