I want to display facebook profile pictures in my spotify app, but what urls should I allow in the manifest file?
I know I can retrieve the images through http://graph.facebook.com/[user_id]/picture but that is just a redirect to the actual image. The image will still be blocked unless I allow it in the manifest file.
I've only tested with 3 profiles so far and the images are located on these 2 servers.
https://fbcdn-profile-a.akamaihd.net/
http://profile.ak.fbcdn.net/
I'm guessing there are quite a few servers holding the profile pictures, and how can I make my app future-proof?
Thanks in advance!