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
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