I am incorporating fb connect into a social site I built so I have mixed users (some non-fb and some are). If I only store the fb users profile pics as the img urls, will the images load for non-fb users when they see the fb user's profile as well as still be visible when the user logs off? Or do i literally have to pull the user's fb pic and store them in my img repo that I currently have? I believe it would be easier just to store the img url if possible.
- Can I access user's facebook profile pics when they are not on my site? (via database storing img url)
- Can users not logged into facebook see them?
- If not, is there an alternative method that would allow me to sync their profile pics?