Complete the form below and click on the Connect website button.
In the opened modal, confirm the app creation by clicking on the Call button.
Insert the last 4 digits of phone number and click on the Confirm button.
After it, go to the Settings tab.
Add your app URL in the Authorized redirect URI field and click on the Save button.
Copy the App ID and Secure key values.
☝
For displaying the Secure key value need to confirm the action. Please follow the 4th and the 5th steps for this.
Paste the copied values in the plugin settings.
API Calls
Plugin Data Calls
Get User info - Data - Returns detailed information on users.
Returns:
Title
Description
Type
id
The user ID.
text
first_name
The first name.
text
last_name
The last name.
text
is_closed
Returns if the user account is closed.
yes / no
can_access_closed
Returns if the user can access the closed account.
yes / no
sex
The user sex. Possible values: 1 - female, 2 - male, 0 - not specified.
number
nickname
The user nickname.
text
screen_name
The user page’s screen name (subdomain).
text
city.id
The city ID.
number
city.title
The city title.
text
country.id
The country ID.
number
country.title
The country title.
text
timezone
The user time zone.
number
photo
The URL to the photo.
text
photo_medium
The URL to the medium photo.
text
photo_big
The URL to the big photo.
text
has_mobile
Information on whether the user's mobile phone number is available. Possible values: 1 - available, 0 - not available.
number
online
Information on whether the user is online. Possible values: 1 - online, 0 - offline.
number
can_post
Returns if the user can post on the wall. Possible values: 1 - allowed, 0 - not allowed.
number
can_see_all_posts
Returns if the user can see other users’ posts on the wall. Possible values: 1 - allowed, 0 - not allowed.
number
can_write_private_message
Returns if the user can write private messages to a current user. Possible values: 1 - allowed, 0 - not allowed.
number
activity
The user activity.
text
last_seen.time
The last visit date (in UNIX format).
number
last_seen.platform
The type of platform that was used for the last authorization.
number
counters.albums
The number of photo albums.
number
counters.videos
The number of videos.
number
counters.audios
The number of audios.
number
counters.photos
The number of photos.
number
counters.groups
The number of groups.
number
counters.gifts
The number of gifts.
number
counters.friends
The number of friends.
number
counters.online_friends
The number of online friends.
number
counters.followers
The number of followers.
number
counters.subscriptions
The number of subscriptions.
number
counters.pages
The number of pages.
number
university
The university ID.
number
university_name
The university name.
text
faculty
The faculty ID.
number
faculty_name
The faculty name.
text
graduation
The graduation year.
number
relation
The user relationship status. Possible values: 1 - single, 2 - in a relationship, 3 - engaged, 4 - married, 5 - it’s complicated, 6 - actively searching, 7 - in love.
number
Plugin Action Calls
Get User info - Action - Returns detailed information on users.
Returns:
Title
Description
Type
id
The user ID.
text
first_name
The first name.
text
last_name
The last name.
text
is_closed
Returns if the user account is closed.
yes / no
can_access_closed
Returns if the user can access the closed account.
yes / no
sex
The user sex. Possible values: 1 - female, 2 - male, 0 - not specified.
number
nickname
The user nickname.
text
screen_name
The user page’s screen name (subdomain).
text
city.id
The city ID.
number
city.title
The city title.
text
country.id
The country ID.
number
country.title
The country title.
text
timezone
The user time zone.
number
photo
The URL to the photo.
text
photo_medium
The URL to the medium photo.
text
photo_big
The URL to the big photo.
text
has_mobile
Information on whether the user's mobile phone number is available. Possible values: 1 - available, 0 - not available.
number
online
Information on whether the user is online. Possible values: 1 - online, 0 - offline.
number
can_post
Returns if the user can post on the wall. Possible values: 1 - allowed, 0 - not allowed.
number
can_see_all_posts
Returns if the user can see other users’ posts on the wall. Possible values: 1 - allowed, 0 - not allowed.
number
can_write_private_message
Returns if the user can write private messages to a current user. Possible values: 1 - allowed, 0 - not allowed.
number
activity
The user activity.
text
last_seen.time
The last visit date (in UNIX format).
number
last_seen.platform
The type of platform that was used for the last authorization.
number
counters.albums
The number of photo albums.
number
counters.videos
The number of videos.
number
counters.audios
The number of audios.
number
counters.photos
The number of photos.
number
counters.groups
The number of groups.
number
counters.gifts
The number of gifts.
number
counters.friends
The number of friends.
number
counters.online_friends
The number of online friends.
number
counters.followers
The number of followers.
number
counters.subscriptions
The number of subscriptions.
number
counters.pages
The number of pages.
number
university
The university ID.
number
university_name
The university name.
text
faculty
The faculty ID.
number
faculty_name
The faculty name.
text
graduation
The graduation year.
number
relation
The user relationship status. Possible values: 1 - single, 2 - in a relationship, 3 - engaged, 4 - married, 5 - it’s complicated, 6 - actively searching, 7 - in love.
number
Workflow example
How to get user information
This example presents how to authorize a user and get his public profile data.
On the page, it is placed a Button element.
In the workflow, when the Button is clicked then called the following actions.
Firstly, it is called the Signup/login with a social network action.
Secondly, it is called the Get User info - Action action.
Finally, the results are saved in the database.
Changelogs
Update 16.07.24 - Version 3.7.0
Enabled email saving during the authentication process