I’m having problems with the facebook graph api, I have an iframe app that return all the albums from and specific fanpage, but from the past 3 days it stops working, I figured out that I was because the API returns me false, here is the URL:
http://graph.facebook.com/347077778656045
and here is the fanpage URL:
https://www.facebook.com/pages/Muebles-HRP/347077778656045
my facebook id is 347077778656045, and if I use another fanpage id the app works as it should.
I think
falsebeing returned means that the authenticated user’saccess_tokendoesn’t have permission to view that object. Similar post: Graph API for user returns false even with a valid user access token