There seems to be a change in the API. It’s been a few days it’s not possible to access pages’ profile picture anymore. You could usually do that by querying:
https://graph.facebook.com/[PAGE_ID]/picture
Any idea on how to do that now?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First of all: Works for me. At least the sample link from the documentation¹ and a few others.
It might be possible that the visibility of a picture is restricted, in that case you have to request the picture with a proper access token in the url. Use this format:
See the doc, under [Authorization].
¹ Sample link: http://graph.facebook.com/DoloresPark/picture