Download Facebook Cover Photo Of Locked Profile [2021] Page

if 'cover' in data and 'source' in data['cover']: image_url = data['cover']['source'] return download_image(image_url) else: return "No cover photo found or profile is locked."