Image URL redirects to another URL

See all posts Reply

Image URL redirects to another URL new!
by Tom, 10 years, 3 months ago
Can this class handle a redirection if the url it is given to an image redirects to another url of the actual image?

I want to use this class to download and resize profile images for the OAuth login class I am using but the url Facebook sends for the profile image on a successful login redirects to another url.Reply
Re: Image URL redirects to another URL new!
by colin, 10 years, 3 months ago
You first have to retrieve the image locally, to process it as a local file.Reply
Re: Image URL redirects to another URL new!
by Tom, 10 years, 3 months ago
That is what I thought.

Thanks for the reply.Reply