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