Burned VKontakte. Hidden features of VK.API or looking for private photos on VKontakte

Burned VKontakte. Hidden features of VK.API or looking for private photos on VKontakte

06.08.2021

Many have long been wondering how to view closed photos in contact. And indeed, inside each of us lives another person who is curious about everything that happens to his relatives, friends, family or, on the contrary, enemies. It is possible to view closed photos in a contact, and it is very simple to do it. Moreover, there are several ways, so if it did not work out the first time, do not despair and try again.

How to watch closed albums in contact

Not so long ago, the question of how to raise the rating in contact was considered, now it is the turn of photographs. These lessons are somehow related and will overlap, so we advise you to follow the above link and read the article. As you know, the Internet does not stand still and is constantly evolving, so the advice offered to you at the moment may already be outdated and not work, but it is still worth trying. So, let's look at several ways to view hidden information.

How to view closed photos (method number 1)

The bottom line is to replace your id with another one in the Url, which was formed in advance. If you take the id of the page owner or his friend, for whom the album is not hidden, and substitute it in the url (Page address) instead of your own, then the photos should open for you. I think it won't be difficult for you to follow a few simple steps, especially if you know where the id is.

Copy the id and substitute the id in this address immediately after the equal sign.

http://vkontakte.ru/photos.php?id=

How to view closed photos (method number 2)

This method has a specific name “Snapping” and works under certain conditions. The prerequisite for working is that only some of the photos are hidden by the privacy settings. If the whole album is closed from prying eyes, then go to method 4. Actions that you need to perform:

  1. Find the right person
  2. Go to it in the album
  3. Pay attention to the bottom of the page and click on "Enable quick view"
  4. Click on the photo in front of the one that is closed
  5. Then click the "Next" button
  6. After the steps taken, the photo should open

If you do not understand how to look at the photo after reading the text, then watch this video, where everything is clearly shown.

How to view closed photos (method number 3)

This method is designed for a small bug on the site, which provides an excellent opportunity to view closed photos. Moreover, the page may be completely closed, and not just the album, this will not hold us back. To achieve the goal, follow the step-by-step instructions below.

  1. Find a completely closed page
  2. Pay attention to the fact that there are several avatars in the profile, i.e. they could be scrolled by pressing.
  3. Click on any link in the "Menu" section
  4. Next, with a quick movement, click on the avatar
  5. A window should open in front of you, which makes it possible to view all closed photos

Pay attention to the speed of the transition to the avatar (point 4). The faster you do this, the better, by this you will avoid unnecessary inaccuracies and incidents.

How to view closed photos (method number 4)

The turn of the last method on the list has come up, but probably the first in popularity. To complete it, use the official Durov website, which is located at durov.ru. This site has the same data as the contact, but for some reason not all privacy settings are observed on it. So use 1 method with left id substitution and enjoy the result. Of course, the link looks a little different, since site is different.

There are many publics on VKontakte, such as: 90-60-90, 40 KG, Sports girls. In these public pages, users post photos of their figures, photos "before" and "after" diet / exercise, and more. The total number of photographs in the albums of these groups sometimes exceeds tens of thousands. When uploading photos, many do not think about the consequences, naively believing that if you throw your photo into thousands of similar ones, then no one will find it. The process of searching for photos of a specific user in groups is described under the cut.

Formulation of the problem
  1. uid - VK user ID
  2. gid - VK group ID

Necessary:

  1. Find all photos of user uid posted in group gid
  2. Determine which album each photo is in
API VK

The contact lacks a method for directly obtaining photos published by a specific user in a specific group. However, you can achieve the desired result according to the following scheme:
1. Get the list of albums using the photos.getAlbums method:

VK.api ("photos.getAlbums", (gid: gid), function (result) (if (result.response) (// The list of albums is in the result.response array // The album ID is in the aid field) else (/ / Failed to get the list of albums)));

2. Get a list of photos in the album (aid) using the photos.get method:

VK.api ("photos.get", (gid: gid, aid: aid), function (result) (if (result.response) (// The list of photos is in the result.response array // The photo owner's ID is in the field owner_id // ID of the photo is contained in the pid field) else (// Failed to get the list of photos in the album)));

3. Get the URL of the photo using the photos.getById method

VK.api ("photos.getById", (photos: pids), function (result) (if (result.response) (for (var i = 0; i

How to speed up your search?

Going through all the groups is a rather lengthy process and launching it every time you search for a photograph of a particular person is not advisable. To speed up the search, it is enough to index all the photos by adding the index to the internal table.
It is enough to contain 3 fields in the table:

  • uid - user ID
  • gid - group ID
  • pid - photo ID

After indexing the groups, it is enough to execute the query

SELECT * FROM table WHERE uid = uid

Finding Friends' Photos

Using the friends.get method, you can get a list of friends, and then search the database to get the friends' photos:

VK.api ("friends.get", (user_id: uid), function (result) (if (result.response) (// Next, we search for photos by friends ID)));

Links
  • Site for searching photos: photovk.ru
  • VKontakte application for searching photos:

Many users restrict access to viewing their photos using. Or, such an option is possible when the albums are not published on the page - you simply do not know how to enter them (see).

But I really want to see what the user has hidden. Let's figure it out how to view hidden photos of VKontakte.

We use the id of the page to view hidden photos

Go to the page to the desired user, and copy his id from the address bar (see).

In the event that there is no digital id value, and instead of it the nickname selected by the user is indicated, then you need to do the following.

You need to go to view any part of the user profile. The easiest way is to open an avatar.

Now go back to the address bar. Find the next part of the code "z = photo233054".

The numbers after the word "photo" are id. In this case, this is such a value - 233054. Now let's move on to the next step.

How to view closed photos and VKontakte albums

If you look at the page of the user whose id we just received, you will see that only one photo is available for viewing. And there is no "Photo Albums" block. So all photos and albums are hidden (see).

So let's see them already. To do this, go to the address bar again, and type the following text:

Https://vk.com/albums***

As you can see, there are over 500 photographs here.

There is an alternative code. There he is:

Https://vk.com/id***?z=albums***

Enter it in the address bar, and instead of asterisks, write id again. Then "Enter". The result will be the same.

75 367 708 2

It often happens that you desperately need to see photos of the VK private profile. As you know, any user has the ability to independently choose the level of privacy of their profile, so closing the entire album or individual photos is a matter of a few clicks. It turns out that you can watch closed photos! There are certain tricks and "holes", one of which we will tell you today.

Keep in mind that they all close quickly, so it's not a fact that this, like any other method, will be valid in a week or a month.

You will need:

Open source code

Try it first. If the albums do not open, then proceed as follows. So, open the profile of the person whose photos we want to see. Next, we need to open the source code for this page.

To do this, right-click on the free area, and in the context menu look for the item "View the source code of the page", "View the code of the element", or the like. Also, you can use the F12 key if you have Google Chrome. So, we have before us the source code of the page. What's next?

We are looking for the desired fragment

Using the key combination Ctrl + F, open the search bar, and enter the word "albums" there.

There will be several results, but we need the one after which the numbers will follow (this is the profile ID). As a rule, this fragment will be the third from the beginning in the search results. Found it? Great, copy them using the keyboard shortcut Ctrl + C.

Working with the address bar

So, we have the required piece of code. What's next? In order to view the hidden photos in VKontakte, return to the required page (we no longer need the page with the source code).

In the address bar of the browser, we see a link like vk.com/id#####, where #### is the page ID. You need to know and friends. We put the cursor at the end of the address bar, and enter into it the characters: "? Z =", after which we copy here that fragment from the source code of the page that we were looking for.

As a result, the browser address bar should contain the following: vk.com/id####?z=albums####, where #### is the person's ID.

Press Enter, and all the photographs of the person open in front of us.

In such a simple way, you can see photos in a closed album in contact, as well as see a list of albums of those people who have retired from Vkontakte friends or unfamiliar users.

Frequently asked questions and answers

    How to watch a private album of a VK user through the phone?

    The instruction for viewing is the same as for a computer.

    What are the hidden features of VKontakte?

    1. If you go to the "Settings" section and in the "General" tab change the language to pre-revolutionary or Soviet, then the Vkontakte interface will change slightly.
    2. If you want some information about you to remain empty on your personal page, then add a code in such fields.
    3. You can make an active link to any Vkontakte group in the "Place of work" column. To do this, go to the "Edit" section, select the "Career" tab and in the "Place of work" section write the name of the community in which you are a member.
    4. In the "Settings" section, the id can be changed to a short and memorable address.

    What is the service to watch hidden photos in contact?

    You need to find a photo of a person on which he is marked, and then go to fast view and scroll through the photo. Despite the fact that ordinary access to them is closed, you will be able to view them. The technical service is not yet able to eliminate this "hole".

    How to view a closed VK account?

    To view a private profile, you need:
    1. Find out the ID of the questionnaire. hover the mouse over "Friends NAME". Copy the link.
    2. * [the link is blocked by the decision of the project administration].
    3. The numbers after "id =" are the profile ID.
    Copy these numbers and paste them into the links you need.

    Who can see VKontakte photos?

    Depending on who you gave access to your photos.

    How to see all photos in contact?

    This information is described in the article.

    How to see a photo of a group in contact?

    Find a group or page by interest, then select an item just below the "Communities" search bar. Then a little to the right you will see "Community type" (check the box next to: any, group, page, meeting) and click search. A list of groups will open, in which select the ones that suit you. If the group is open, you can easily view all its contents: audio, video, photos, discussions.
    If you went to the page of a closed group, pay attention to the upper right corner under the photo. There it will be written: "Subscribe" (to the page) or "Submit an application" (to the group).
    Please wait for a while as your application is being reviewed by the group admins. If they approve, the group will appear in the list on your page. You can now view all the contents of the group.

Today I decided to touch on the topic "How to watch private photos on VKontakte?"... So, I think many of you will be interested in solving the riddle of how it is still possible "Bypass" privacy settings and enjoy the viewing of private albums to your heart's content ?!

Viewing private photos of VKontakte

Previously, the majority of VKontakte users did not restrict access to their pages, photos and albums. But, thanks to the huge amount of spam, including the sending of many unnecessary invitations to groups and applications, "left" accounts, the situation has changed.

To view hidden photos, type in the address bar: http://vk.com/albumsXXX, where "XXX" replace with the id of the user you are interested in. For example, following the link http://vk.com/albums235235, you will be able to see the private albums of a user whose page is limited to viewing only his friends.

Here's a new working way to view closed photos: Updated 06.25.2014

If this article helped or liked you, do not forget put your like, this will help other users find it faster. And I can find out what interests you the most in order to prepare and write even more interesting and useful articles! Best regards, Vyacheslav.

© 2021 hecc.ru - Computer technology news