0

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.

miguelglz
  • 417
  • 1
  • 4
  • 16

2 Answers2

1

I think false being returned means that the authenticated user's access_token doesn't have permission to view that object. Similar post: Graph API for user returns false even with a valid user access token

Community
  • 1
  • 1
Cloud
  • 38
  • 4
  • I found the solution here: http://stackoverflow.com/questions/6843796/graph-api-returns-false-on-fan-page-details Other administrator changed the setting and set country restrictions, so as you said, i need a valid access_token, or to disable that restriction. – miguelglz Jun 07 '12 at 13:24
0

I am not able to access that page.

Have you unpublished page? If so only admins can see that page

FYI : FAQ

Venu
  • 7,243
  • 4
  • 39
  • 54