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.

According to the Facebook documentation, an array of posts for a page can be retrieved with any valid access token:

And indeed, using the Graph API Explorer it's possible to demonstrate this. When I copy this access token to my app (using Koala) I get the same result. So far so good.

But when I make the same request using my app access token I get an empty array.

It seems to depend on the page because for example this one doesn't display the same behavior

Any idea why this might be?

(Also, the API also seems to show a behaviour where if you specify a historical time period using 'since' & 'until' it returns more results than if no time period is specified. Can you shed any light on this? )

Clarification

The 'app access token' I am using is of the form MY_APP_ID|xXxXxXxXxXxXxXxXxXxXxXxXxXx and was generated by following the Facebook instructions on 'obtain app access token'

share|improve this question
Would you clarify "my app access token"? Can you check if the access token you're using is real one or the generic which if I remember correct was APP_ID|USER_ID or something similar – Alexander Nenkov Jan 13 at 11:44
...updated my question – Derek Hill Jan 13 at 12:16
Most likely there is something more to be seen here in your code, because you can use an app access token to retrieve posts. – phwd Jan 13 at 16:12
@phwd I also replicated this problem in the Graph API explorer so it's definitely not in the code. – Derek Hill Jan 13 at 19:08
I have tested all your pages with an app access token and it works and shows the correct json responses. – phwd Jan 13 at 19:14
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.