import by.blooddy.api.desktop.VK;
var vk:VK = new VK( {
username: 'username',
password: 'password',
scope: 'groups,audio,status',
api_id: api_id
} );
vk.query(
'audio.get', { owner_id: -34963172 },
function(result:Object):void {
trace( result );
},
function(e:Error):void {
trace( e );
}
);
-
Notifications
You must be signed in to change notification settings - Fork 0
ActionScript (AS3) library for working with API (vk.com, soundcloud.com, last.fm).
License
blooddy/blooddy_api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
ActionScript (AS3) library for working with API (vk.com, soundcloud.com, last.fm).
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published