FB.XFBML.parse in HTTPS mode makes HTTP links to images (not HTTPS). Is this bug of FB.XFBML.parse? What can I do to avoid this problem?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I resolve this problem by using GraphAPI Pictures links http://developers.facebook.com/docs/reference/api/. It has special parameter return_ssl_resources=1 for HTTPS protocol.
So I use https://graph.facebook.com/facebook_id/picture?return_ssl_resources=1 link.