tschellenbach / Django-facebook

Facebook open graph api implementation using the Django web framework in python
http://www.mellowmorning.com/
Other
1.43k stars 542 forks source link

how to reterive user's facebook album pictures? #432

Open chandrasekhar0722 opened 10 years ago

chandrasekhar0722 commented 10 years ago

this app working fine for me...but after login i want to create a new page and want to show user's facebook pictures retrieved from his/her albums.Is that possible?

y15a commented 10 years ago

I'm relatively new to Django-facebook, but I don't think there is an out-of-the-box implementation for the use case you are describing. However, it does come with Open Facebook API, which makes it easy to interact with Graph API.

You should be able to use below links as the starting point.

http://django-facebook.readthedocs.org/en/latest/open_facebook/api.html https://developers.facebook.com/docs/graph-api/reference/user/albums/