Adrian Eaton
Adrian Eaton

Reputation: 168

Obtain page info for page with age restriction

How do you obtain page info via the Graph API if the page is age restricted?

If the page is age restricted, requesting the page info returns no info about the page unless a valid access_token is provided, however Facebook appears not to accept an app access token as I get a 400 error when making the request.

Many Thanks, Ady

Upvotes: 2

Views: 583

Answers (1)

Igy
Igy

Reputation: 43816

You need to use the access token for a user who's able to see the page; otherwise you'll get a n exception in the response

Upvotes: 1

Related Questions