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 have trouble getting the list of albums of a perticular page that I am an admin of, however without any lucks I gave this a try:

http://developers.facebook.com/tools/explorer/145634995501895/?method=GET&path=133487553385328%2Falbums

As you can see, the data returned is null which I am stressed over.

The other page however, works just fine and returns the desired data. http://developers.facebook.com/tools/explorer/145634995501895/?method=GET&path=75395063874%2Falbums

I am not sure if it is my page settings or whatnot, but at this point I'm stuck to do anything progressive.

share|improve this question
Are you sure that the ID for the Page you are trying to query albums of is correct? I tried to open up http://facebook.com/343067459094002 and it redirected to a Facebook Album, not a Page. – jordanandree Sep 29 '12 at 1:22
you are right, it is facebook.com/133487553385328 . Still, no data returned. – Sarvar Nigmat Sep 29 '12 at 16:13
1  
are you sure you are passing the access_token parameter when querying the albums? the API Explorer link you updated works fine, but returns no data if no access token is set. – jordanandree Sep 29 '12 at 16:52
yeah, it works when i pass the access token. it still confuses me why the other one doesn't though. I am trying to show the albums from the facebook on a website that requires no login. The other page works perfectly without any access token bs. but this page isn't giving anything without access tokens. any ideas why? – Sarvar Nigmat Sep 30 '12 at 18:40
1  
Are there any Age Restrictions or Location Restrictions set for the Page? Restrictions such as those will limit the Page's data from being publicly available, thus an Access Token is needed to verify the visitor's age and/or location. – jordanandree Sep 30 '12 at 18:52
show 1 more comment

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.