Skip to content

ActionScript (AS3) library for working with API (vk.com, soundcloud.com, last.fm).

License

Notifications You must be signed in to change notification settings

blooddy/blooddy_api

Repository files navigation

Examples

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 );
	}
);

About

ActionScript (AS3) library for working with API (vk.com, soundcloud.com, last.fm).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published