I used the graph api to parse my newsfeed page. For some reason you can get each new profile pictures except feed pages profile image.
This code works for all users except the user page.
Https://graph.facebook.com/%7Bid%7D/picture
This should work for my page:
Page image:
Https://graph.facebook.com/164109829143/picture
Profile page:
Https://www.facebook.com/profile.php?id=164109829143
For some reason code graph for profile image of the page just directs generic man. He is the reason why the page has a page name? Any help would be great!