I have now found that when I viewed the photos of a Facebook album, the url of the various photo sizes is no longer available.
Example: https://graph.facebook.com/352972538053351/photos
You see the Array of Images, there is missing the source attribute.
Before it was like this:
[{ width: 2048, height: 1152, source: someurl}, ... ]
Today it is like this: [{ width: 2048, height: 1152}, ... ]]
How can I get the source url of this pictures?
thx