-
Notifications
You must be signed in to change notification settings - Fork 0
Ruby class for calling http://vkontakte.ru API methods
krukid/VkontakteApiCaller
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
IMPORTANT: currently the use of this API is discouraged, if at all supported. Use OAuth VkontakteApiCaller -- Ruby class for calling vkontakte.ru API methods supports request formats for server and desktop application types (see api_type) Basic usage: ########## vac = VkontakteApiCaller.new(@app_id, :desktop, {:mid=>@uid, :sid=>@sid, :secret=>@secret}) vac.post("wall.post", {:owner_id=>@oid, :message=>"hello, world"}, {:v=>3.0, :format=>"json"}) vac.get("getUserSettings", {}, {:v=>3.0, :format=>"xml"}) ########## vac = VkontakteApiCaller.new(@app_id, :server, {:secret=>@secret}) vac.get("secure.getAppStatus", {:uid=>@uid}, {:v=>3.0})
Releases
No releases published
Packages 0
No packages published