i’m using graph api to connect to facebook. now i want to get the users facebook avatar and store in my own server, so later user could change photo. I could get photo through url: http://graph.facebook.com/%5Buserid%5D/picture, but how to restore it directly from facebook to my server? thanks
Share
You should be able to use copy() to copy the image to your server.
Example: