Commit Graph

  • 42969feac6 Update VkUser.php master 2.1.2 naumso 2025-01-11 02:05:15 +03:00
  • b7fce352c9 uod 2.1.1 naumso 2025-01-11 01:53:35 +03:00
  • 99d4587b3b UPD to php 8.4 2.1.0 naumso 2025-01-11 01:36:15 +03:00
  • 7f917ed0cb upd 2.0.10 naumso 2024-06-14 11:59:56 +03:00
  • c931c55478 Update VkProvider.php 2.0.9 naumso 2024-06-13 21:50:27 +03:00
  • 00c4ccc601 upd 2.0.8 naumso 2024-06-13 21:44:05 +03:00
  • 792abd4aa9 php stan 2.0.7 naumso 2024-06-13 21:29:14 +03:00
  • cf02afe845 UPD naumso 2024-05-30 15:46:56 +03:00
  • c8a9104dd2 upd 2.0.5 naumso 2024-05-30 15:43:32 +03:00
  • 7c5169598c upd naumso 2024-05-30 15:42:33 +03:00
  • 421d15a8c6 Update composer.json naumso 2024-05-30 14:29:03 +03:00
  • 140123e859 Update VkontakteTest.php naumso 2024-05-30 14:17:49 +03:00
  • 6f622e1eb0 upd naumso 2024-05-30 14:06:34 +03:00
  • 27252c9c48 upd naumso 2024-05-30 14:04:46 +03:00
  • b6d879e794 Обновить README.md Наум 2024-05-30 13:57:28 +03:00
  • bfb61ca865 Обновить README.md Наум 2024-05-30 13:57:12 +03:00
  • e2f0027a82 lib up naumso 2024-05-30 13:28:19 +03:00
  • b6a517e96a Merge pull request #19 from Pchol/league-oauth-requirement-2.0 Jack W 2021-08-02 08:27:27 +01:00
  • 57dbd4d8ea league/oauth2-client 2 version Pchol 2019-06-22 12:08:48 +03:00
  • f11cf7bbc0 Merge pull request #16 from kudmni/patch-1 Jack W 2017-09-28 17:12:37 +01:00
  • 2781e20684 Method getEmail() Dmitry Kuznetsov 2017-09-21 15:54:20 +03:00
  • 45e7e2cc06 Merge pull request #10 from artad/master Jack W 2016-11-30 10:46:59 +00:00
  • efc4a2626c Update README.md Artem Dudov 2016-11-30 15:27:22 +07:00
  • 8e3a6492ca Merge pull request #9 from autowp/master Jack W 2016-10-28 14:43:06 +01:00
  • 0d671e41a3 Add lang parameter Dmitry 2016-10-06 02:14:48 +03:00
  • 9bbcf572e0 Merge pull request #7 from xdrew/master Jack W 2016-09-13 07:38:26 +01:00
  • c250bf0217 Pass by reference notice fix xdrew 2016-09-13 07:34:21 +03:00
  • 3cddf40512 Fallback that will prevent causing errors in 4.x version of VK API trogwar 2016-07-21 05:59:30 +03:00
  • 63db282f91 Fix coding standards after PHPCS with PSR-2 trogwar 2016-07-04 11:48:01 +03:00
  • b1a7744233 Remove unused code from tests – TODO write test to get access_token and user trogwar 2016-07-04 11:21:41 +03:00
  • 54e16ad046 Deal with situation when friends.get return only ids (integers, not objects) – only when no fields-option was passed trogwar 2016-07-01 18:16:46 +03:00
  • 5596bc7350 Sometimes, VKontakte sets user IDentificator as uid or id – use both of them in ID getter trogwar 2016-07-01 17:43:00 +03:00
  • 4ea360a0d1 Fix bug when id and email was set to null even if they're was in user response trogwar 2016-07-01 17:03:32 +03:00
  • 8f7813faf3 Update docs, bump PHP trogwar 2016-06-30 08:23:49 +03:00
  • 887aed2956 Reduce permissions (scope) and data for users by default (still can be extended via configuration) trogwar 2016-06-30 07:58:10 +03:00
  • ad2082add0 Implement additional getters in user for default scopes (may be null in some cases) trogwar 2016-06-30 07:44:36 +03:00
  • 394ddb4f38 Refactor User model to be more like Generic – to get more general behavior trogwar 2016-06-30 07:26:02 +03:00
  • 16ee969bdb Implement two basic VKAPI methods: users.get and friends.get trogwar 2016-06-30 07:23:24 +03:00
  • 5ba6995aba Drop getter for access token because default getter in abstract provider got and parse this fully correct trogwar 2016-06-30 07:22:13 +03:00
  • 61083772fb Refactor response validation: use meta from http, content type and two types of vkontakte error types. trogwar 2016-06-30 07:18:17 +03:00
  • 9d8576fba2 Refactor getting vendor data from token and drop code that used only in tests (not business logic, not internal) trogwar 2016-06-30 07:14:54 +03:00
  • f82c3645e7 Use configuration parameters like scope, version, base URIs to the top of provider and config files trogwar 2016-06-30 06:55:56 +03:00
  • ad18ce7d7b Use JSON only – other types are errors trogwar 2016-06-30 06:52:36 +03:00
  • 781c3cac39 Update tests to use new internal APIs (League Client, Guzzle, this repo) trogwar 2016-06-29 22:25:25 +03:00
  • 6652435afc Update User object of VK trogwar 2016-06-29 22:24:53 +03:00
  • b64d43ed62 Update code to use GuzzleHttp 6.x (was 3.x) that required by League client trogwar 2016-06-29 22:24:07 +03:00
  • d24b697274 Full implement AbstractProvider from League trogwar 2016-06-29 22:23:27 +03:00
  • 1fc50f236c Update method parameters and names trogwar 2016-06-29 22:17:31 +03:00
  • 3691945391 Upgrade League OAuth2 client library to stable trogwar 2016-06-29 22:09:26 +03:00
  • 873ae7a8fc bump phpunit Jack Wall 2015-04-14 19:20:45 +01:00
  • 60e4e6943d Fixed failing test Jack Wall 2015-04-14 17:26:07 +01:00
  • 1f219e663c Changing README Jack Wall 2015-04-14 16:08:41 +01:00
  • 7114612541 Merge pull request #3 from kudmni/patch-1 Jack W 2015-03-28 21:47:56 +00:00
  • 885065fab4 Fix indents Dmitry Kuznetsov 2015-03-26 23:18:27 +03:00
  • c5450347ee Fix indents Dmitry Kuznetsov 2015-03-26 23:13:54 +03:00
  • d332621cd8 Update UT Dmitry Kuznetsov 2015-03-26 23:12:55 +03:00
  • c8d6a0f5af Retrieve email from access token Dmitry Kuznetsov 2015-03-26 23:09:41 +03:00
  • 4a171df875 Merge pull request #2 from rakeev/patch-2 Jack W 2015-03-17 12:13:08 +00:00
  • 848ecb9d78 Merge pull request #1 from rakeev/patch-1 Jack W 2015-03-17 12:12:44 +00:00
  • a94c8bc26a Fixed namespace + more real like credentials Alexey 2014-12-08 22:57:05 +04:00
  • 322f7988f0 Set custom uidKey Alexey 2014-12-10 15:32:38 +04:00
  • 3238cd1c75 adding shields Jack Wall 2014-12-07 23:40:15 +00:00
  • 189ffea4dd initial commit Jack Wall 2014-12-07 23:00:39 +00:00