Facebook https profile picture request resultsi n warning
New FB graph API otherwise worki开发者_开发知识库ng great, but when I make a request to a pic the link below calls a http request to get the image picture, resulting in browsers telling me that the page is only partially encryped. Any quick way around this?
https://graph.facebook.com/NAME/picture
There is an answer here: https://stackoverflow.com/questions/3199164#4403576
The solution is to use https://graph.facebook.com/FB_UID/picture?return_ssl_resources=true
精彩评论