Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hotlinking facebook profile pictures

I want to know if I can hotlink facebook profile pictures for every who signup to website using facebook connect?

Facebook allow get users profile picture using

https://graph.facebook.com/[ID]/picture?type=square

but is hot-linking of profile picture is allowed or not otherwise I will have to cache them on my own server. Thanks.

like image 823
Basic Bridge Avatar asked Nov 06 '12 04:11

Basic Bridge


People also ask

What does it mean when it says this image was Hotlinked?

Hotlinking happens when someone displays an image from your site by using its web link directly. They get to display the image on their website and have it sourced from your website. The image is extracted from the source website's server each time it loads.

Which example of hotlinking should be avoided?

Images are most frequently hotlinked, but audio files, movies, flash animations, and other digital assets can also be hotlinked. Since hotlinking requires the website hosting the file to use its own bandwidth to load it on your site, it's considered bad etiquette.

What does no hotlinking mean?

Updated on October 4, 2018. Hotlinking is known as the act of stealing someone's bandwidth by linking directly to their website's assets, such as images or videos.

Is hotlinking a copyright violation?

The largest issue at stake with hotlinking is copyright infringement. Since the hotlink directs to another file, no actual 'copy' of the work has been made. This technicality has created a legal loophole that allows image users to display content they don't own without committing copyright infringement.


1 Answers

There's no issue using that link directly in an img tag as the src.

like image 89
Colm Doyle Avatar answered Oct 19 '22 23:10

Colm Doyle