Login Register


Viewing private Facebook profile pictures in full-size filter_list
Author
Message
Viewing private Facebook profile pictures in full-size #1
[Image: J5YVvGm.png]
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:
  • Right click on the persons profile picture thumbnail
  • Then click on "Copy Image URL"
  • Paste it into your URL bar it should look like this:
Code:
http://profile.ak.fbcdn.net/hprofile-ak-snc7/cxx.xx.xx.xx/s160x160/xxxxx_xxxxxx_xxxxx_n.jpg
  • Remove "s160x160" and "cxx.xx.xx.xx". Change "xxxxx_xxxxxx_xxxxx_n.jpg" to "xxxxx_xxxxxx_xxxxx_o.jpg"
  • It should now look like this:
Code:
http://profile.ak.fbcdn.net/hprofile-ak-snc7/xxxxx_xxxxx_xxxxx_o.jpg"
  • You should see the full size profile picture.



Method 2: Will also show you the persons full profile picture it is similar to Method 1

Spoiler:
  • Right click on the profile picture thumb nail
  • Click on "Copy Image URL"
  • Paste it into your URL bar
  • It should now look like this:
Code:
http://profile.ak.fbcdn.net/hprofile-ak-snc7/cxx.xx.xx.xx/s160x160/xxxxx_xxxxxx_xxxxx_n.jpg
  • Copy "xxxxx_xxxxxx_xxxxx_n.jpg"
  • Put this into your URL:
Code:
https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-ash4/
  • Then paste "xxxxx_xxxxxx_xxxxx_n.jpg" part of the first URL
  • You should see the full size profile picture.



Method 3: Not as good shows a 100X100 profile picture

Spoiler:
  • Go to the profile
  • Find out the username
  • The username should be in your URL, for example:
Code:
https://facebook.com/username
  • You will see a 50x50 profile picture and you should have been redirected to a different URL that should look a lot like this:
Code:
https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash4/xxxxx_xxxxx_xxxxx_q.jpg
  • Change "q" to an "n"
  • You should then see a picture that is now 106x106.

Reply

Viewing private Facebook profile pictures in full-size #2
[Image: J5YVvGm.png]
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:
  • Right click on the persons profile picture thumbnail
  • Then click on "Copy Image URL"
  • Paste it into your URL bar it should look like this:
Code:
http://profile.ak.fbcdn.net/hprofile-ak-snc7/cxx.xx.xx.xx/s160x160/xxxxx_xxxxxx_xxxxx_n.jpg
  • Remove "s160x160" and "cxx.xx.xx.xx". Change "xxxxx_xxxxxx_xxxxx_n.jpg" to "xxxxx_xxxxxx_xxxxx_o.jpg"
  • It should now look like this:
Code:
http://profile.ak.fbcdn.net/hprofile-ak-snc7/xxxxx_xxxxx_xxxxx_o.jpg"
  • You should see the full size profile picture.



Method 2: Will also show you the persons full profile picture it is similar to Method 1

Spoiler:
  • Right click on the profile picture thumb nail
  • Click on "Copy Image URL"
  • Paste it into your URL bar
  • It should now look like this:
Code:
http://profile.ak.fbcdn.net/hprofile-ak-snc7/cxx.xx.xx.xx/s160x160/xxxxx_xxxxxx_xxxxx_n.jpg
  • Copy "xxxxx_xxxxxx_xxxxx_n.jpg"
  • Put this into your URL:
Code:
https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-ash4/
  • Then paste "xxxxx_xxxxxx_xxxxx_n.jpg" part of the first URL
  • You should see the full size profile picture.



Method 3: Not as good shows a 100X100 profile picture

Spoiler:
  • Go to the profile
  • Find out the username
  • The username should be in your URL, for example:
Code:
https://facebook.com/username
  • You will see a 50x50 profile picture and you should have been redirected to a different URL that should look a lot like this:
Code:
https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash4/xxxxx_xxxxx_xxxxx_q.jpg
  • Change "q" to an "n"
  • You should then see a picture that is now 106x106.

Reply

RE: Viewing private Facebook profile pictures in full-size #3
That first is was really awesome B| , Stalking made easy Tongue
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: Viewing private Facebook profile pictures in full-size #4
That first is was really awesome B| , Stalking made easy Tongue
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: Viewing private Facebook profile pictures in full-size #5
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/4
replace www with graph

Code:
https://graph.facebook.com/4

And 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.
[Image: MUJ8qSW.png]
-----------------------------------
Now learning:
Android Development, Java
Working on:
An FTP Client for Android
-----------------------------------

Reply

RE: Viewing private Facebook profile pictures in full-size #6
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/4
replace www with graph

Code:
https://graph.facebook.com/4

And 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.
[Image: MUJ8qSW.png]
-----------------------------------
Now learning:
Android Development, Java
Working on:
An FTP Client for Android
-----------------------------------

Reply

RE: Viewing private Facebook profile pictures in full-size #7
@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/zuck

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" }

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/4

His 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.

Reply

RE: Viewing private Facebook profile pictures in full-size #8
@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/zuck

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" }

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/4

His 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.

Reply

RE: Viewing private Facebook profile pictures in full-size #9
(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.
Trust me when I say that this trick really works wonders when you're creating a dox.

Right :Thumbs-Up:
[Image: MUJ8qSW.png]
-----------------------------------
Now learning:
Android Development, Java
Working on:
An FTP Client for Android
-----------------------------------

Reply

RE: Viewing private Facebook profile pictures in full-size #10
(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.
Trust me when I say that this trick really works wonders when you're creating a dox.

Right :Thumbs-Up:
[Image: MUJ8qSW.png]
-----------------------------------
Now learning:
Android Development, Java
Working on:
An FTP Client for Android
-----------------------------------

Reply







Users browsing this thread: