Skip to content

kpasechnychenko/oauth-vk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oauth-vk

The tool for recieving oauth token from vk.com

Dependency:


mono
webkit
gtk-sharp
webkit-sharp

Info:


The oauth.exe will open window with login page and after access confirmation will return json with tokens to console.

Parameters:


APP_ID -- vk Application ID.

SCOPE -- Requested permissions( The list of supported permissions listed http://vk.com/dev/permissions).

display -- Authorization window appearance, the following options are supported: page, popup, touch and wap (popup default).

api_veresion -- vk API version(5.5 default).

size -- window size (460,320 default)

Usage:

oauth.exe <APP_ID> <SCOPE> [display=<DISPLAY> size=<WIDTH, HEIGHT> api_veresion=<API VERSION>]

About

Command-line tool for recieving oauth token from vk.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages