Reputation: 2815
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.
Upvotes: 1
Views: 92
Reputation: 3196
Don't know if this applies to the API or anything, but I was able to view my own Facebook profile picture directly even when logged out.
EDIT
This also works with the Graph API, e.g. https://graph.facebook.com/btaylor/picture
.
Upvotes: 2