Today, Every one use the Facebook for social networking whether he is
Student, Working Women, House wives, IT Professional or Business man etc. Everyone open Facebook account at-least once a day.
Due to
huge use of Facebook profiles. All Web application start
integrate the Facebook plugins in their websites.
They Start using plugins like
Registration, Like plugin, Comment box, Login/Logout functionalists and Chat implement.
Many times, we need to show the Profile pictures of Facebook users in web page. Sometimes you have to show the custom size of profile picture. If there is requirement of showing the custom images of profile user then
you are very right place. Here we are giving you lot of example of custom size.
You can show the profile
pictures in unlimited sizes. Just fill the height width parameter in URL and your profile picutre is ready. to show the Profile picture you need 1 parameter only and that is UID.
UID is user id and facebook users and its unique.
If we have facebook profile Id, then we can get different facebook profile images with the following URLs.
http://graph.facebook.com/[UID]/picture?type=square
https://graph.facebook.com/[UID]/picture?width=[WIDTH]&height=[HEIGHT]
Here [UID] is Facebook Profile Id and [WIDTH]/[HEIGHT] is width/height
Very Small Profile Image(50 X 50)
https://graph.facebook.com/1438566719/picture?width=50&height=50
Profile Thumbnailhttp://graph.facebook.com/1438566719/picture?type=square

Large Profile Image (300 X 300)
https://graph.facebook.com/1438566719/picture?width=300&height=300
5 Best Related Posts are Following:1.
Facebook comments box for website
2.
Facebook login with javascript SDK example
3.
Facebook User Profile Get Custom Picture of Facebook User
4.
Facebook Login with JavaScript
5.
Firebase Chat with Facebook and Twitter Integration