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'm working on an App that loads most of its data from a Facebook Page. The page is public and I was able to fetch basic stuff. Using the Graph API. But when I tried getting statuses from the Facebook page I got the error:

    Status data: {
    error =     {
    code = 104;
    message = "An access token is required to request this resource.";
    type = OAuthException;
    };

All I really need is read access to get pictures and statuses from the page. And maybe the ability to "Like" some status.

Does anyone have a snippet or can explain how to accomplish this. It's confusing that Facebook documentation talks about iOS 6 integration but mixes it with their own SDK. And I've had no luck searching for examples...

share|improve this question

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.