Possible Duplicate:
How to use Facebook graph API to retrieve fan photos uploaded to wall of fan page?
I spent all the day to understand how to get public photos from Facebook fan page. I could not get it. I am using PHP (actually Yii framework).
This is my first time dealing with Facebook. I have found social plugins, I have read about Graph and other Facebook API, but I didn't get it.
I have a fan page (for example, https://facebook.com/Taviemmatiem), I need to get photos from Facebook and display them in another webpage.
- Is it possible?
- What technique should I use?
- Is it possible without any authentication? (Fan page is public)
Please, give me some hints and keywords, afterwards I can Google myself.