Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to get public photos from public albums. For example,here's public album.

https://www.facebook.com/media/set/?set=a.529237701241.2002684.4

But I can't get public albums with these queries.

    Select aid from album where owner = "4"

or Graph API,

    graph.facebook.com/2002684
    graph.facebook.com/529237701241
    graph.facebook.com/4/albums

How do I get public albums and public photos?

share|improve this question
Just because it's visible to you in the Facebook front end does not mean that it is public. This is one of those cases. You can view this photo, but you can't return it with the API. – cpilko Aug 11 '12 at 18:15

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.