![]() |
|
Viewing private Facebook profile pictures in full-size - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Networking (https://sinister.ly/Forum-Networking) +---- Forum: Anonymity (https://sinister.ly/Forum-Anonymity) +---- Thread: Viewing private Facebook profile pictures in full-size (/Thread-Viewing-private-Facebook-profile-pictures-in-full-size) Pages:
1
2
|
Viewing private Facebook profile pictures in full-size - Spirit - 04-21-2014 ![]() Disclaimer: This is a guide used all over the net. This isn't my work except for a few small tweaks and BB coding. I do not know who the original author seeing that it has been used a million times over. This tutorial will tell you how to see any persons profile picture in full without being their friend. New privacy settings don't allow you to see a full size profile picture. Method 1: You can see their full profile picture Spoiler:
Code: http://profile.ak.fbcdn.net/hprofile-ak-snc7/cxx.xx.xx.xx/s160x160/xxxxx_xxxxxx_xxxxx_n.jpg
Code: http://profile.ak.fbcdn.net/hprofile-ak-snc7/xxxxx_xxxxx_xxxxx_o.jpg"
Method 2: Will also show you the persons full profile picture it is similar to Method 1 Spoiler:
Code: http://profile.ak.fbcdn.net/hprofile-ak-snc7/cxx.xx.xx.xx/s160x160/xxxxx_xxxxxx_xxxxx_n.jpg
Code: https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-ash4/
Method 3: Not as good shows a 100X100 profile picture Spoiler:
Code: https://facebook.com/username
Code: https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash4/xxxxx_xxxxx_xxxxx_q.jpg
Viewing private Facebook profile pictures in full-size - Spirit - 04-21-2014 ![]() Disclaimer: This is a guide used all over the net. This isn't my work except for a few small tweaks and BB coding. I do not know who the original author seeing that it has been used a million times over. This tutorial will tell you how to see any persons profile picture in full without being their friend. New privacy settings don't allow you to see a full size profile picture. Method 1: You can see their full profile picture Spoiler:
Code: http://profile.ak.fbcdn.net/hprofile-ak-snc7/cxx.xx.xx.xx/s160x160/xxxxx_xxxxxx_xxxxx_n.jpg
Code: http://profile.ak.fbcdn.net/hprofile-ak-snc7/xxxxx_xxxxx_xxxxx_o.jpg"
Method 2: Will also show you the persons full profile picture it is similar to Method 1 Spoiler:
Code: http://profile.ak.fbcdn.net/hprofile-ak-snc7/cxx.xx.xx.xx/s160x160/xxxxx_xxxxxx_xxxxx_n.jpg
Code: https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-ash4/
Method 3: Not as good shows a 100X100 profile picture Spoiler:
Code: https://facebook.com/username
Code: https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash4/xxxxx_xxxxx_xxxxx_q.jpg
RE: Viewing private Facebook profile pictures in full-size - Ex094 - 04-21-2014 That first is was really awesome B| , Stalking made easy
RE: Viewing private Facebook profile pictures in full-size - Ex094 - 04-21-2014 That first is was really awesome B| , Stalking made easy
RE: Viewing private Facebook profile pictures in full-size - alok9shm - 04-21-2014 Wow, Nice tutorial. :Thumbs-Up: And you can check out a profile in a bit more detail by using Facebook Graph. If the link to a user's profile is: Code: https://www.facebook.com/4Code: https://graph.facebook.com/4And you get this: Code: {
"id": "4",
"first_name": "Mark",
"gender": "male",
"last_name": "Zuckerberg",
"link": "https://www.facebook.com/zuck",
"locale": "en_US",
"name": "Mark Zuckerberg",
"username": "zuck"
}Not much information but it works when you have restricted access to his/her full profile. RE: Viewing private Facebook profile pictures in full-size - alok9shm - 04-21-2014 Wow, Nice tutorial. :Thumbs-Up: And you can check out a profile in a bit more detail by using Facebook Graph. If the link to a user's profile is: Code: https://www.facebook.com/4Code: https://graph.facebook.com/4And you get this: Code: {
"id": "4",
"first_name": "Mark",
"gender": "male",
"last_name": "Zuckerberg",
"link": "https://www.facebook.com/zuck",
"locale": "en_US",
"name": "Mark Zuckerberg",
"username": "zuck"
}Not much information but it works when you have restricted access to his/her full profile. RE: Viewing private Facebook profile pictures in full-size - Spirit - 04-21-2014 @alok9shm, you're right. But when I use the graph option it's because if you add a URL that's for a Facebook profile into a dox, and it says something along the lines of: https://www.facebook.com/zuck, and they change it that means you just lost your link to their profile. Now if you use graph like so: Code: https://graph.facebook.com/zuckYou get this: Code: {
"id": "4",
"first_name": "Mark",
"gender": "male",
"last_name": "Zuckerberg",
"link": "https://www.facebook.com/zuck",
"locale": "en_US",
"name": "Mark Zuckerberg",
"username": "zuck"
}And if you use the ID from that (for that guy, Mark Zuckerberg, the ID is 4) you can create this URL instead: Code: https://www.facebook.com/4His Facebook ID number will always redirect to his profile even if he changes his publicly displayed URL. Trust me when I say that this trick really works wonders when you're creating a dox. RE: Viewing private Facebook profile pictures in full-size - Spirit - 04-21-2014 @alok9shm, you're right. But when I use the graph option it's because if you add a URL that's for a Facebook profile into a dox, and it says something along the lines of: https://www.facebook.com/zuck, and they change it that means you just lost your link to their profile. Now if you use graph like so: Code: https://graph.facebook.com/zuckYou get this: Code: {
"id": "4",
"first_name": "Mark",
"gender": "male",
"last_name": "Zuckerberg",
"link": "https://www.facebook.com/zuck",
"locale": "en_US",
"name": "Mark Zuckerberg",
"username": "zuck"
}And if you use the ID from that (for that guy, Mark Zuckerberg, the ID is 4) you can create this URL instead: Code: https://www.facebook.com/4His Facebook ID number will always redirect to his profile even if he changes his publicly displayed URL. Trust me when I say that this trick really works wonders when you're creating a dox. RE: Viewing private Facebook profile pictures in full-size - alok9shm - 04-21-2014 (04-21-2014, 05:53 PM)Maxx Wrote: His Facebook ID number will always redirect to his profile even if he changes his publicly displayed URL. Right :Thumbs-Up: RE: Viewing private Facebook profile pictures in full-size - alok9shm - 04-21-2014 (04-21-2014, 05:53 PM)Maxx Wrote: His Facebook ID number will always redirect to his profile even if he changes his publicly displayed URL. Right :Thumbs-Up: |