V
V
Vadim Ivanenko2014-06-22 03:38:14
JavaScript
Vadim Ivanenko, 2014-06-22 03:38:14

Is it possible to identify a guest of my website as a VK user without authorization through the VK API?

You need to get all or one of them:
- ID
- Name
- Photo (avatar or albums)
- Interests (for displaying thematic ads)
Maybe there are ways using VK iframe widgets (authorization, comments) + XSS?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Vasiliev, 2014-06-23
@supra7sky

Write a vk-iframe application that does not draw anything, but on the server side identifies the user's client (think like ip + useragent), requests information about the user via vk-api, and stupidly writes all this to the log in the database.
On the same server side, make an api for accessing this log.
On the site, embed a hidden frame with your application page (vk.com/appXXXX).
Some time after loading with Ajax, ask the backend of the VK application for information about the latest requests corresponding to the client id.

P
pavlyukov, 2014-06-22
@pavlyukov

I was thinking about parsing in frame id0 .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question