dreasgrech / youtube-collage

Builds a collage of YouTube videos
http://www.dreasgrech.com/upload/youtubecollage/
1 stars 0 forks source link

When a Facebook entity doesn't have an icon, no favicon is displayed. #23

Closed dreasgrech closed 12 years ago

dreasgrech commented 12 years ago

The code I currently have is using response.icon to get the image for the favicon. This needs to change because not every object has an 'icon'.

dreasgrech commented 12 years ago

Now changed this to use the Facebook API url that retrieves the profile pic (which is always public).

It's : https://graph.facebook.com/dreas.grech/picture

Not checked-in yet.

dreasgrech commented 12 years ago

Checked in