Hi All,
I’m using the api.twitter.com to get some information about my users.
In the Object-result i get back, i get the URL if there profile image:
[profile_image_url] => http://pbs.twimg.com/profile_images/xxx/xxx_normal.jpeg
- i did the ‘xxx’ to anonymize it.
But when i will show them in my application by using:

I see an empty image. Is this somehow protected, and if so, what is the right way to show the image in my application?