I am using the JavaScript SDK for Facebook Connect. Yesterday I uploaded all the friends of a registered user as follows:
https:
Using this code, I got the identifier, name, name and image of all the friends that the user registered. This is caused by using AJAX / jsonp. As I said, it worked yesterday, and since then there have been no changes to the code.
Today I get the identifier, name and first name - no image (!) . Could this be a glitch on the Facebook chart, were there any updates that I might have missed, or is the above calling the chart API incorrect?
Is this the right way to get an image of all friends?
tkahn source share