Hemant Panchal

Hemant Panchal

  • NA
  • 642
  • 618.9k

Facebook Profile Picture Jpeg javascript

Aug 3 2015 12:27 PM
Hello all,
 
              I want to get profile picture of facebook in my application using javascript sdk , please find the below code
 
      URL: 'http://graph.facebook.com/'+response.id+'/picture?type=normal' 
 
  but in inspect element code m not getting image in jpeg or png format.... I am doing this because i have a div in which i'l have a profile picture and I am converting that div content to canvas which i will share on facebook page wall
 
Thanks.