bocharsky-bw/vkontakte-php-sdk

you forget about permission settings in app-authorization

GenaKoveshnikov opened this issue · 1 comments

you forget about permission settings in app-authorization

What permission settings do you mean exactly? The scope influence to permissions and could be set with construct or setScope() setter.

The getLoginUrl() method request permissions with setted scope when user authorize.

Check official docs for more info.