vk.com provider registered (#2579)

* vk.com auth data manager implemented

* vk.com provider registered

* Removed all the unnecessary changes

* Revert "Removed all the unnecessary changes"

This reverts commit 7dec6297421045c149aa49e4b888a02c38b96f9e.

* Revert "vk.com provider registered"

This reverts commit 25705d3d1272e44d5c5801050adf8eafec95cd27.

* Reverted all the unnecessary changes

* vk.com auth manager bugs fixed
This commit is contained in:
Nurdaulet
2016-08-25 23:03:48 +06:00
committed by Florent Vilmart
parent a99bd82c43
commit 8eafe45664
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
// Helper functions for accessing the instagram API.
// Helper functions for accessing the vkontakte API.
var https = require('https');
var Parse = require('parse/node').Parse;