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 an access token that accesses all public content on fan pages, but one particular fan page has an age restriction. I access the fan page through my account but when using my app to access the wall I do not receive any content back or error messages. How can I ask for permission to access its content or extend my permission for my application? I have written my code in VB.NET.

share|improve this question

1 Answer

Found the solution. Need to get a new access_token and include the parameter scope = read_stream with request for token. Then all content is then accessible. Seems weird way in that the parameter does not actually validate the age factor.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.